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
Example response
{
"currencyId": "usdc",
"symbol": "usdc"
}