cURL
curl --request GET \ --url https://fxethio.com/api/v1/exchange-rates/{currency} \ --header 'x-api-key: <api-key>'
{ "name": "<string>", "tag": "<string>" }
Gets the latest exchange rates based on the currency supplied
API Key required to access this endpoint.
Currency for which the rates should be fetched
plant response
The response is of type object.
object
Was this page helpful?