gethttps://api-sandbox.circle.com/v1/exchange/trades/{id}
Returns an FX trade by ID.
Universally unique identifier (UUID v4) of a resource.
1{
2 "data": {
3 "id": "b8627ae8-732b-4d25-b947-1df8f4007a29",
4 "from": {
5 "amount": "3.14",
6 "currency": "USDC"
7 },
8 "to": {
9 "amount": "3.14",
10 "currency": "USDC"
11 },
12 "status": "pending",
13 "createDate": "2020-04-10T02:13:30.000Z",
14 "updateDate": "2020-04-10T02:13:30.000Z",
15 "quoteId": "b8627ae8-732b-4d25-b947-1df8f4007a29",
16 "settlementId": "b8627ae8-732b-4d25-b947-1df8f4007a29"
17 }
18}