debank_get_chains
Retrieve comprehensive blockchain network details from DeBank, including native token IDs and protocol counts, for a specific chain or all supported chains.
Instructions
Get blockchain network information from DeBank.
This tool retrieves comprehensive information about blockchain networks supported by DeBank, including network details, native tokens, and protocol counts.
Args: chain_id: Optional chain ID. If provided, returns single chain info. If None, returns all supported chains. Examples: "eth", "bsc", "polygon", "arbitrum", "optimism"
Returns: Chain object(s) with the following structure: { "id": "eth", "name": "Ethereum", "logo_url": "https://...", "native_token_id": "eth", "wrapped_token_id": "0xc02...", "is_support_pre_exec": true }
Examples: - Get all chains: debank_get_chains() - Get Ethereum: debank_get_chains(chain_id="eth") - Get Binance Smart Chain: debank_get_chains(chain_id="bsc")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||