Exchange Rate

Get Exchange Rates

Endpoint: POST /getExchangeRates

Description: Retrieves exchange rates for all supported mainnet coins in the value of the requested currency.

Request Parameters:

Parameter
Type
Required
Description

requestedCurrency

Yes

Currency to get rates for (e.g., USD)

Response:

{
  "[currency: string]": "string"
}

Example:

{
  "CNY": "0.10233",
  "HKD": "7.78"
}

Last updated

Was this helpful?