CoinGecko · Capability
CoinGecko Onchain DEX API — Tokens
CoinGecko Onchain DEX API — Tokens. 5 operations. Lead operation: Get multiple tokens by addresses. Self-contained Naftiko capability covering one Coingecko business surface.
What You Can Do
GET
Getonchainmultipletokens
— Get multiple tokens by addresses
/v1/onchain/networks/{network}/tokens/multi/{addresses}
GET
Getonchaintokenbyaddress
— Get token data by contract address
/v1/onchain/networks/{network}/tokens/{address}
GET
Getonchaintokeninfo
— Get token info by contract address
/v1/onchain/networks/{network}/tokens/{address}/info
GET
Getonchaintokentoppools
— Get top pools for a token
/v1/onchain/networks/{network}/tokens/{address}/pools
GET
Getonchaintokenpools
— Get pools for a specific token
/v1/onchain/networks/{network}/tokens/{token-address}/pools
MCP Tools
get-multiple-tokens-addresses
Get multiple tokens by addresses
read-only
idempotent
get-token-data-contract-address
Get token data by contract address
read-only
idempotent
get-token-info-contract-address
Get token info by contract address
read-only
idempotent
get-top-pools-token
Get top pools for a token
read-only
idempotent
get-pools-specific-token
Get pools for a specific token
read-only
idempotent