API Reference

Get a trade

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

  • Reference
  • Playground

Returns a trade specified by the ID path parameter

Path parameters
tradeId
uuid
Required

The ID of the trade.

Query parameters
type
string
Required

The type of trade.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "id": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
3  "contractTradeId": "24",
4  "status": "pending",
5  "rate": 0.915,
6  "from": {
7    "currency": "USDC",
8    "amount": ""
9  },
10  "to": {
11    "currency": "USDC",
12    "amount": ""
13  },
14  "createDate": "2023-01-01T12:04:05Z",
15  "updateDate": "2023-01-01T12:04:05Z",
16  "quoteId": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
17  "settlementTransactionHash": "0xf97c6a87511583d5c7e8e72f8e1fe38bfd24350edda78fddbe67125f3cf0a122"
18}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.