API Reference

Get USDC transfer fees

gethttps://iris-api-sandbox.circle.com/v2/burn/USDC/fees/{sourceDomainId}/{destDomainId}

  • Reference
  • Playground

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%).

Path parameters
destDomainId
string
Required

Domain ID of the destination chain.

sourceDomainId
string
Required

Domain ID of the source chain.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "finalityThreshold": 1000,
3  "minimumFee": 1
4}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.