Token Price
Get the current price of a token.
GET
/tokenPrice/:tokenAddressParameters
| Parameter | Type | Description |
|---|---|---|
| tokenAddress | string | Token contract address |
Example Request
bash
GET /tokenPrice/0x1cd0690ff9a693f5ef2dd976660a8dafc81a109cResponse
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.