We refreshed our doc site!

Bookmarked links may have changed

Read release notes

getExchangeRates

Circle Mint

Get a exchange rate

GEThttps://api.circle.com/v1/exchange/rates/{trading-pair}

Fetch the current rates for the specified trading pair. The trading pair is defined by a base currency followed by a quote currency. The response contains buy and sell rates denominated in the quote currency. Exchange rate is an estimate only and is subject to change by the time you submit the actual request.

Path parameters
trading-pair
string
Required
Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": {
3    "buy": "46317.59000",
4    "sell": "45400.41000",
5    "createDate": "2020-04-10T02:13:30.000Z"
6  }
7}
Did this page help you?
© 2023-2024 Circle Technology Services, LLC. All rights reserved.