We refreshed our doc site!

Bookmarked links may have changed

Read release notes

exchangeRate

Circle Mint

Fetch exchange rate

POSThttps://api.circle.com/v1/exchange/quotes

Fetches an indicative exchange rate between two currencies. Either the from currency or to currency must be USD.

Note: The current market exchange rate will be applied when Circle receives the deposit.

Body parameters
to
object
Required
from
object
Required
Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": {
3    "id": "b8627ae8-732b-4d25-b947-1df8f4007a29",
4    "rate": 0,
5    "from": {
6      "amount": "3.14",
7      "currency": "USD"
8    },
9    "to": {
10      "amount": "3.14",
11      "currency": "USD"
12    },
13    "timestamp": "2020-04-10T02:13:30.000Z"
14  }
15}
Did this page help you?
© 2023-2024 Circle Technology Services, LLC. All rights reserved.