gethttps://api-sandbox.circle.com/v1/exchange/trades
Returns all cross-currency trades. You can include an optional settlementId
query parameter to filter the trades to only a specific settlement.
Queries items with the specified settlement id. Matches any settlement id if unspecified.
1{
2 "data": [
3 {
4 "id": "b8627ae8-732b-4d25-b947-1df8f4007a29",
5 "from": {
6 "amount": "3.14",
7 "currency": "USDC"
8 },
9 "to": {
10 "amount": "3.14",
11 "currency": "USDC"
12 },
13 "status": "pending",
14 "createDate": "2020-04-10T02:13:30.000Z",
15 "updateDate": "2020-04-10T02:13:30.000Z",
16 "quoteId": "b8627ae8-732b-4d25-b947-1df8f4007a29",
17 "settlementId": "b8627ae8-732b-4d25-b947-1df8f4007a29"
18 }
19 ]
20}