posthttps://api.circle.com/v1/exchange/stablefx/trades
Accepts a quote and creates a trade.
System-generated unique identifier of the resource.
Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests. To create a UUIDv4 go to uuidgenerator.net. If the same key is reused, it will be treated as the same request and the original response will be returned.
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}