CoinGecko MCP Server

get-coins

Fetch a paginated list of all supported cryptocurrencies, including market data and metrics, via the CoinGecko Pro API. Specify page number and results per page to customize your query.

Instructions

Get a paginated list of all supported coins on CoinGecko. Data up to March 9, 2025

Input Schema

NameRequiredDescriptionDefault
pageNoPage number (starts from 1, default: 1)
pageSizeNoResults per page (default: 100, max: 1000)

Input Schema (JSON Schema)

{ "properties": { "page": { "description": "Page number (starts from 1, default: 1)", "minimum": 1, "type": "number" }, "pageSize": { "description": "Results per page (default: 100, max: 1000)", "maximum": 1000, "minimum": 1, "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from CoinGecko MCP Server

Related Tools

ID: l0na8tkwaa