posthttps://api-sandbox.circle.com/v1/exchange/trades
Creates a cross-currency trade
Unique system generated identifier for the entity.
Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.
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 }
17}