API Reference

Get fee for a trade

gethttps://api.circle.com/v1/exchange/stablefx/fees/{tradeId}

  • Reference
  • Playground

Returns the fee associated with the trade ID provided in the path parameter.

Path parameters
tradeId
uuid
Required

The ID of the trade.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "tradeId": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
3  "fee": {
4    "currency": "USDC",
5    "amount": ""
6  }
7}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.