get_coingecko_networks
Retrieve supported blockchain networks from CoinGecko/GeckoTerminal for real-time market analysis and DeFi trading across multiple platforms.
Instructions
Get list of supported networks on CoinGecko/GeckoTerminal
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | Page number for pagination (optional, default: 1) |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"description": "Page number for pagination (optional, default: 1)",
"type": "integer"
}
},
"required": [],
"type": "object"
}