CoinGecko

CoinGecko provides cryptocurrency prices, market data, metadata, exchange data, NFTs, and onchain data through its Demo REST API.

18 actions Integration catalog
Request access
Connect CoinGecko once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Get Coin DetailsCOINGECKO_GET_COIN_DETAILS
Get metadata and optionally selected market, ticker, community, and developer sections for one CoinGecko coin ID.
Get Coin Market ChartCOINGECKO_GET_COIN_MARKET_CHART
Get price, market-cap, and volume time series for a coin over either a relative day window or an exact Unix time range.
Get Coin OHLCCOINGECKO_GET_COIN_OHLC
Get open, high, low, and close price candles for a CoinGecko coin over a supported day window.
Get Coin PricesCOINGECKO_GET_COIN_PRICES
Get current prices for one or more CoinGecko coin IDs in one or more currencies, with optional market metrics.
Get Global Market DataCOINGECKO_GET_GLOBAL_MARKET_DATA
Get an aggregate snapshot for either the overall crypto market or the decentralized-finance market.
Get Onchain Pool OHLCVCOINGECKO_GET_ONCHAIN_POOL_OHLCV
Get bounded open, high, low, close, and volume candles for a DEX pool, with timeframe, aggregation, currency, and cutoff controls.
Get Onchain Pools by AddressCOINGECKO_GET_ONCHAIN_POOLS_BY_ADDRESS
Get data for one or more pool contract addresses on the same CoinGecko onchain network in a single call.
Get Onchain Token PricesCOINGECKO_GET_ONCHAIN_TOKEN_PRICES
Get current USD prices for one or more token contracts on a CoinGecko onchain network, with optional market metrics.
Get Onchain Tokens by AddressCOINGECKO_GET_ONCHAIN_TOKENS_BY_ADDRESS
Get market data for one or more token contract addresses on the same CoinGecko onchain network in a single call.
Get Trending AssetsCOINGECKO_GET_TRENDING_ASSETS
Get CoinGecko's currently trending coins, NFT collections, and categories from search activity.
List Coin MarketsCOINGECKO_LIST_COIN_MARKETS
Return one ranked page of CoinGecko market data, optionally filtered by coin IDs, symbols, or category. Use next_cursor to continue.
List New Onchain PoolsCOINGECKO_LIST_NEW_ONCHAIN_POOLS
Return one page of newly created DEX pools across all networks or within one network. Use next_cursor to continue through numbered pages available on the CoinGecko Demo plan. This is a rapidly changing newest-first feed, so continuation pages can overlap or omit pools and are not a stable snapshot.
List Onchain NetworksCOINGECKO_LIST_ONCHAIN_NETWORKS
Return one page of supported onchain network IDs and their CoinGecko asset-platform mappings.
List Onchain PoolsCOINGECKO_LIST_ONCHAIN_POOLS
Return one ranked page of pools for a network, optionally restricted to one DEX or one token contract. Use next_cursor to continue through the pages available on the CoinGecko Demo plan.
List Onchain Pool TradesCOINGECKO_LIST_ONCHAIN_POOL_TRADES
List up to 300 of a CoinGecko onchain pool's trades from the past 24 hours, optionally filtered by minimum USD volume or token side.
List Trending Onchain PoolsCOINGECKO_LIST_TRENDING_ONCHAIN_POOLS
Return one page of currently trending DEX pools across all networks or within one network and duration window. Use next_cursor to continue through the pages available on the CoinGecko Demo plan.
Search AssetsCOINGECKO_SEARCH_ASSETS
Search CoinGecko for matching coins, exchanges, categories, and NFT collections. Use returned coin IDs with coin detail and market tools, and category IDs with List Coin Markets.
Search Onchain PoolsCOINGECKO_SEARCH_ONCHAIN_POOLS
Search decentralized-exchange pools and tokens by name, symbol, or contract address, optionally within one network. Returns one page and related token or DEX resources; use next_cursor to continue.