Skip to main content
GET
Get Market Rates

Authorizations

Authorization
string
header
required

Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.

Response

An array of pairs with their associated buy and sell rates.

pair
string
required

Base currency and Quote currency used to establish the exchange rate.

Example:

"ETH_ARS"

last_buy_rate
number<double>
required

Last Buy market rate.

last_sell_rate
number<double>
required

Last Sell market rate.

final_buy_rate
number<double>
required

Represents the last buy market rate with fees applied.

final_sell_rate
number<double>
required

Represents the last sell market rate with fees applied.