Currency Exchange Endpoint
The Currency Exchange endpoint allows you to get the exchange of any local currency compared against USD
Last updated
Was this helpful?
The Currency Exchange endpoint allows you to get the exchange of any local currency compared against USD
Last updated
Was this helpful?
GET
https://api-stg.directa24.com/v3/exchange_rates?country={country}&amount={amount}
The exchange_rates
endpoint allow you to get the exchange of any currency compared against USD.
country
string
Country ISO code in whose local currency the amount will be converted to.
amount
number
Amount to convert in USD. If none is specified, 1
will be assumed.
Authorization
string
"Bearer " + Read-Only API Key
Please find all the country codes in the section.
The currency exchange endpoint allows you to check the exchange of any currency against USD.
In order to start using the Currency Exchange endpoint, you need to:
Send the request with GET method.
Optionally, you can send the amount in USD you want to convert. Otherwise we will return the exchange for USD 1.
Send the Authorization header with your read-only API Key as Bearer as follows:
Authorization: Bearer your_read_only_key_here
Field name
Format
Description
fx_rate
Number
Currency exchange
currency
String
converted_amount
Number
Amount resulting from multiplying the amount
you sent with the fx_rate
Specify a in the request as QUERY PARAMS.
used for the conversion