Get USDC transfer fees
Retrieves the applicable fees for a USDC transfer between the specified source and destination domains. The fee is returned in basis points (1 = 0.01%).
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.
Path Parameters
Source domain identifier for a blockchain on CCTP.
x >= 03
Destination domain identifier for a blockchain on CCTP.
x >= 03
Query Parameters
Whether to include fees for using the Circle Forwarder in the return value.
Whether to include the forwarding fee for depositing into HyperCore in the return value. This parameter should only be used if the forward parameter is set to true and the destination domain is HyperEVM.
Response
Successfully retrieved the USDC transfer fees.
The finality threshold, such as block confirmations, used to determine whether the transfer qualifies as a Fast or Standard Transfer.
Minimum fees for the transfer, expressed in basis points (bps). For example, 1 = 0.01%.
Gas and forwarding fees for using the Circle Forwarder in USDC minor units.
[
{
"finalityThreshold": 1000,
"minimumFee": 1,
"forwardFee": { "low": 90, "medium": 110, "high": 160 }
},
{
"finalityThreshold": 2000,
"minimumFee": 0,
"forwardFee": { "low": 90, "medium": 110, "high": 160 }
}
]