Endpoints

/

Currencies

Fetch currency data

Lists or retrieve all fiat currencies, along with details about each currency.

OVERVIEW

Discover the currencies endpoint

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

Request

Retrieve currency

curl --request GET \
     --url https://api.synthfinance.com/currencies/usd \
     --header 'Authorization: Bearer Your API Key' \
     --header 'accept: application/json'

Response

JSON

Content

{
  "data": {
    "iso_code": "usd",
    "iso_numeric": 840,
    "name": "United States Dollar",
    "country": "Virgin Islands (U.S.)",
    "symbol": "$",
    "symbol_alternatives": [
      "US$"
    ],
    "disambiguated_symbol": "US$",
    "decimal_character": ".",
    "thousands_character": ","
  },
  "meta": {
    "credits_used": 1,
    "credits_remaining": 991

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