Get Token Info
get-token-infoRetrieve detailed information for any PulseChain token: name, symbol, decimals, liquidity, volume, and holder count. Simply provide the contract address to get full token metadata.
Instructions
Get full details for a PulseChain token: name, symbol, decimals, liquidity, volume, holder count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Token contract address (0x...) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Token contract address | |
| name | Yes | Token name | |
| symbol | Yes | Token ticker symbol | |
| decimals | Yes | Token decimal places | |
| total_liquidity_usd | Yes | Total liquidity in USD | |
| volume_24h | Yes | 24-hour trading volume in USD | |
| holder_count | Yes | Number of token holders |