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