POST
/
exchangeRate
curl --request POST \
  --url https://gateway.finhub.cloud/currency/1.0.0/exchangeRate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "base": "<string>",
  "symbols": "<string>"
}'

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
base
string
required
symbols
string
required