gethttps://iris-api-sandbox.circle.com/v2/burn/USDC/fees/{sourceDomainId}/{destDomainId}
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%).
Destination domain identifier for a blockchain on CCTP.
Source domain identifier for a blockchain on CCTP.
1{
2 "data": [
3 {
4 "finalityThreshold": 1000,
5 "minimumFee": 1
6 },
7 {
8 "finalityThreshold": 2000,
9 "minimumFee": 0
10 }
11 ]
12}