posthttps://api.circle.com/v1/exchange/stablefx/quotes
Creates a quote for a trade between two currencies. You should provide an amount for the from parameter or the to parameter, but not for both.
The settlement schedule for the trade
Currency and amount details for a foreign exchange transaction
Currency code
Amount of currency, formatted as a string with up to two decimal places.
Currency and amount details for a foreign exchange transaction
Currency code
Amount of currency, formatted as a string with up to two decimal places.
1{
2 "id": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5",
3 "rate": 0.915,
4 "to": {
5 "currency": "USDC",
6 "amount": ""
7 },
8 "from": {
9 "currency": "USDC",
10 "amount": ""
11 },
12 "timestamp": "2023-01-01T12:04:05Z",
13 "expiry": "2023-01-01T12:04:05Z",
14 "fee": {
15 "currency": "USDC",
16 "amount": ""
17 }
18}