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

Authorizations

x-api-key
string
header
required

API Key required to access this endpoint.

Query Parameters

limit
integer

The maximum number of results to return

Response

200
application/json

Plant response

The response is of type object[].