This guide shows you how to retrieve the fee for a USDC transfer using the CCTP API. Fees vary based on the source and destination blockchains, and whether you use Fast Transfer or Standard Transfer.Documentation Index
Fetch the complete documentation index at: https://developers.circle.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, ensure you have:- Installed cURL on your development machine
Get the transfer fee
Call theGET /v2/burn/USDC/fees
endpoint to retrieve the fees for transferring USDC between two blockchains.
Request parameters
sourceDomainId: The domain ID of the source blockchaindestDomainId: The domain ID of the destination blockchain
Shell
Fee details:
- Fees are specified in basis points (bps), for example, 1 = 0.01%.
- Fast Transfer fees vary by route.
- You specify the maximum fee you’re willing to pay when calling
depositForBurn. The actual fee charged will not exceed this amount.