Token Details
Get detailed information about a specific token.
GET
/tokenDetails/:tokenAddressParameters
| Parameter | Type | Description |
|---|---|---|
| tokenAddress | string | Token contract address |
Example Request
bash
GET /tokenDetails/0x1cd0690ff9a693f5ef2dd976660a8dafc81a109cResponse
json
{
"result": {
"address": "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c",
"decimals": 18,
"symbol": "W0G",
"name": "Wrapped 0G",
"contractAddress": "0x1cd0690ff9a693f5ef2dd976660a8dafc81a109c"
}
}Need help? Contact support or visit our developer community.