v1

latestOpenAPI 3.0.3raw.githubusercontent.com2025-06-1883262329.3 KB
Currencies and rates

Get USD rate

Get currency USD rate by currency blockchain's address

get/v0.1/currencies/{currencyId}/rates/usd

Path parameters

currencyIdstring required

Currency Id, has format ETHEREUM:${token} or ETHEREUM:${token}:${tokenId}

Example:ETHEREUM:0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2

Currency Id, has format ETHEREUM:${token} or ETHEREUM:${token}:${tokenId}

Query parameters

atstring date-time required

Date and time for getting currency USD rate (if not specified, returns actual rate)

Response

OK

currencyIdstring

Currency Id

symbolstring required

Currency Symbol

abbreviationstring
ratestring required
datestring date-time required

Date and time of currency USD rate

Example response

{
  "currencyId": "usdc",
  "symbol": "usdc"
}