GET
/
exchange-rates
/
{currency}
curl --request GET \
  --url https://fxethio.com/api/v1/exchange-rates/{currency} \
  --header 'x-api-key: <api-key>'
{
  "name": "<string>",
  "tag": "<string>"
}

Authorizations

x-api-key
string
header
required

API Key required to access this endpoint.

Path Parameters

currency
string
required

Currency for which the rates should be fetched

Response

200
application/json
plant response
name
string
required

The name of the plant

tag
string

Tag to specify the type

Was this page helpful?