Endpoints

/

Exchange Rates

Get real-time exchange rates

Access live and historical exchange rates for any currency to keep your data accurate and up-to-date.

OVERVIEW

Discover the exchange rate endpoint

Discover what the exchange endpoint has to offer and how it can be integrated into your project within seconds.

Request

Retrieve exchange

curl --request GET \
     --url 'https://api.synthfinance.com/rates/live?to=EUR%2CGBP' \
     --header 'Authorization: Bearer Your API Key' \
     --header 'accept: application/json'

Response

JSON

Content

{
  "data": {
    "date": "2024-02-29",
    "time": "21:17",
    "source": "USD",
    "rates": {
      "EUR": 0.925393,
      "GBP": 0.792256
    }
  },
  "meta": {
    "total_records": 2,
    "credits_used": 1,
    "credits_remaining": 623

ENDPOINTS

Explore other endpoints

Discover all the other endpoints available within the Synth API.

Ready to build?

Get started today with 1000 free API calls. Ship apps faster with a modern fintech API and get the data you need.

No credit card required