logo

Deserialize

Token Price

Get the current price of a token.

GET/tokenPrice/:tokenAddress

Parameters

ParameterTypeDescription
tokenAddressstringToken contract address

Example Request

bash
GET /tokenPrice/0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c

Response

json
{
  "result": 2.5629232
}

Note: The price is returned as a decimal number representing the token's value in USD.

Need help? Contact support or visit our developer community.