logo

Deserialize

Token Details

Get detailed information about a specific token.

GET/tokenDetails/:tokenAddress

Parameters

ParameterTypeDescription
tokenAddressstringToken contract address

Example Request

bash
GET /tokenDetails/0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c

Response

json
{
  "result": {
    "address": "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
    "decimals": 18,
    "symbol": "W0G",
    "name": "Wrapped 0G",
    "contractAddress": "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c"
  }
}

Need help? Contact support or visit our developer community.