Get Token by Address
crypto.token.lookupRetrieve token details by entering a contract address and selecting a blockchain network.
Instructions
Get token info by contract address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract_address | Yes | Token contract address (e.g. 0x...) | |
| network | No | Blockchain network to query (e.g. ethereum, bsc, polygon, solana) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |