Reading exchange rates
Read exchange rate
Name
Value
Name
Type
Description
{
"data": {
"id": "USDTEUR/1.0EUR",
"type": "exchangeRates",
"attributes": {
"baseCurrencyCode": "USDT",
"quoteCurrencyCode": "EUR",
"direction": "buy",
"price": "0.9392394",
"quantity": "1.0"
}
},
"meta": {},
"jsonapi": {
"version": "1.0"
}
}{
"errors": [
{
"status": 422,
"title": "Currency pair not supported",
"code": "currency_pair_not_supported"
}
]
}Last updated