cURL
curl --request GET \ --url https://fxethio.com/api/v1/exchange-rates \ --header 'x-api-key: <api-key>'
[ { "name": "<string>", "tag": "<string>" } ]
Returns all latest exchange from the system that the user has access to
API Key required to access this endpoint.
The maximum number of results to return
Plant response
The response is of type object[].
object[]
Was this page helpful?