url stringlengths 39 90 | function_name stringlengths 7 35 | description stringlengths 69 200 | params stringlengths 266 2.05k |
|---|---|---|---|
ERROR: type should be string, got "\nhttps://api.coingecko.com/api/v3/simple/price" | simple_price | This endpoint allows you to query the prices of one or more coins by using their unique Coin API IDs. | [
{
"type": "function",
"function": {
"name": "simple_price",
"description": "This endpoint allows you to query the prices of one or more coins by using their unique Coin API IDs.",
"parameters": {
"type": "object",
"properties": {
"ids": {
"type": "stri... |
https://api.coingecko.com/api/v3/simple/token_price/{id} | simple_token_price | This endpoint allows you to query a token price by using token contract address. | [
{
"type": "function",
"function": {
"name": "simple_token_price",
"description": "Query a token price by using token contract address",
"parameters": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Asset platfo... |
https://api.coingecko.com/api/v3/simple/supported_vs_currencies | simple_supported_currencies | This endpoint allows you to query all the supported currencies on CoinGecko. | [
{
"type": "function",
"function": {
"name": "simple_supported_currencies",
"description": "This endpoint allows you to query all the supported currencies on CoinGecko.",
"parameters": {
"type": "object",
"properties": {}
}
}
}
] |
https://api.coingecko.com/api/v3/coins/list | coins_list | This endpoint allows you to query all the supported coins on CoinGecko with coins id, name and symbol. | [
{
"type": "function",
"function": {
"name": "coins_list",
"description": "This endpoint allows you to query all the supported coins on CoinGecko with coins id, name and symbol.",
"parameters": {
"type": "object",
"properties": {
"include_platform": {
"... |
https://api.coingecko.com/api/v3/coins/markets | coins_markets | This endpoint allows you to query all the supported coins with price, market cap, volume and market related data. | [
{
"type": "function",
"function": {
"name": "coins_markets",
"description": "This endpoint allows you to query all the supported coins with price, market cap, volume and market related data.",
"parameters": {
"type": "object",
"properties": {
"vs_currency": {
... |
https://api.coingecko.com/api/v3/coins/{id} | coins_id | This endpoint allows you to query all the coin data of a coin (name, price, market .... including exchange tickers) on CoinGecko coin page based on a particular coin id. | [
{
"type": "function",
"function": {
"name": "coins_id",
"description": "This endpoint allows you to query all the coin data of a coin (name, price, market, etc. including exchange tickers) on CoinGecko coin page based on a particular coin id.",
"parameters": {
"type": "object",
... |
https://api.coingecko.com/api/v3/coins/{id}/tickers | coins_id_tickers | This endpoint allows you to query the coin tickers on both centralized exchange (cex) and decentralized exchange (dex) based on a particular coin id. | [
{
"type": "function",
"function": {
"name": "coins_id_tickers",
"description": "This endpoint allows you to query the coin tickers on both centralized exchange (cex) and decentralized exchange (dex) based on a particular coin id.",
"parameters": {
"type": "object",
"propert... |
https://api.coingecko.com/api/v3/coins/{id}/history | coins_id_history | This endpoint allows you to query the historical data (price, market cap, 24hrs volume, etc) at a given date for a coin based on a particular coin id. | [
{
"type": "function",
"function": {
"name": "coins_id_history",
"description": "This endpoint allows you to query the historical data (price, market cap, 24hrs volume, etc) at a given date for a coin based on a particular coin id.",
"parameters": {
"type": "object",
"proper... |
https://api.coingecko.com/api/v3/coins/{id}/market_chart | coins_id_market_chart | This endpoint allows you to get the historical chart data of a coin including time in UNIX, price, market cap and 24hrs volume based on particular coin id. | [
{
"type": "function",
"function": {
"name": "coins_id_market_chart",
"description": "This endpoint allows you to get the historical chart data of a coin including time in UNIX, price, market cap and 24hrs volume based on a particular coin id.",
"parameters": {
"type": "object",
... |
https://api.coingecko.com/api/v3/coins/{id}/market_chart/range | coins_id_market_chart_range | This endpoint allows you to get the historical chart data of a coin within certain time range in UNIX along with price, market cap and 24hrs volume based on particular coin id. | [
{
"type": "function",
"function": {
"name": "coins_id_market_chart_range",
"description": "This endpoint allows you to get the historical chart data of a coin within a certain time range in UNIX along with price, market cap and 24hrs volume based on a particular coin id.",
"parameters": {
... |
https://api.coingecko.com/api/v3/coins/{id}/ohlc | coins_id_ohlc | This endpoint allows you to get the OHLC chart (Open, High, Low, Close) of a coin based on particular coin id. | [
{
"type": "function",
"function": {
"name": "coins_id_ohlc",
"description": "This endpoint allows you to get the OHLC chart (Open, High, Low, Close) of a coin based on a particular coin id.",
"parameters": {
"type": "object",
"properties": {
"id": {
"t... |
https://api.coingecko.com/api/v3/coins/{id}/contract/{contract_address} | coins_contract_address | This endpoint allows you to query all the coin data (name, price, market .... including exchange tickers) on CoinGecko coin page based on asset platform and particular token contract address. | [
{
"type": "function",
"function": {
"name": "coins_contract_address",
"description": "This endpoint allows you to query all the coin data (name, price, market, etc. including exchange tickers) on CoinGecko coin page based on asset platform and a particular token contract address.",
"parame... |
https://api.coingecko.com/api/v3/coins/{id}/contract/{contract_address}/market_chart | contract_address_market_chart | This endpoint allows you to get the historical chart data including time in UNIX, price, market cap and 24hrs volume based on asset platform and particular token contract address. | [
{
"type": "function",
"function": {
"name": "contract_address_market_chart",
"description": "This endpoint allows you to get the historical chart data including time in UNIX, price, market cap and 24hrs volume based on asset platform and a particular token contract address.",
"parameters":... |
https://api.coingecko.com/api/v3/coins/{id}/contract/{contract_address}/market_chart/range | contract_address_market_chart_range | This endpoint allows you to get the historical chart data within certain time range in UNIX along with price, market cap and 24hrs volume based on asset platform and particular token contract address. | [
{
"type": "function",
"function": {
"name": "contract_address_market_chart_range",
"description": "This endpoint allows you to get the historical chart data within a certain time range in UNIX along with price, market cap and 24hrs volume based on asset platform and a particular token contract a... |
https://api.coingecko.com/api/v3/asset_platforms | asset_platforms_list | This endpoint allows you to query all the asset platforms on CoinGecko. | [
{
"type": "function",
"function": {
"name": "asset_platforms_list",
"description": "This endpoint allows you to query all the asset platforms on CoinGecko.",
"parameters": {
"type": "object",
"properties": {
"filter": {
"type": "string",
"d... |
https://api.coingecko.com/api/v3/coins/categories/list | coins_categories_list | This endpoint allows you to query all the coins categories on CoinGecko. | [
{
"type": "function",
"function": {
"name": "coins_categories_list",
"description": "This endpoint allows you to query all the coins categories on CoinGecko.",
"parameters": {
"type": "object",
"properties": {}
}
}
}
] |
https://api.coingecko.com/api/v3/coins/categories | coins_categories | This endpoint allows you to query all the coins categories with market data (market cap, volume, etc.) on CoinGecko. | [
{
"type": "function",
"function": {
"name": "coins_categories",
"description": "This endpoint allows you to query all the coins categories with market data (market cap, volume, etc.) on CoinGecko.",
"parameters": {
"type": "object",
"properties": {
"order": {
... |
https://api.coingecko.com/api/v3/exchanges | exchanges | This endpoint allows you to query all the supported exchanges with exchanges’ data (id, name, country, .... etc) that have active trading volumes on CoinGecko. | [
{
"type": "function",
"function": {
"name": "exchanges",
"description": "This endpoint allows you to query all the supported exchanges with exchanges’ data (id, name, country, etc.) that have active trading volumes on CoinGecko.",
"parameters": {
"type": "object",
"properti... |
https://api.coingecko.com/api/v3/exchanges/list | exchanges_list | This endpoint allows you to query all the exchanges with id and name. | [
{
"type": "function",
"function": {
"name": "exchanges_list",
"description": "This endpoint allows you to query all the exchanges with id and name.",
"parameters": {
"type": "object",
"properties": {}
}
}
}
] |
https://api.coingecko.com/api/v3/exchanges/{id} | exchanges_id | This endpoint allows you to query exchange’s data (name, year established, country, .... etc), exchange volume in BTC and top 100 tickers based on exchange’s id. | [
{
"type": "function",
"function": {
"name": "exchanges_id",
"description": "This endpoint allows you to query exchange’s data (name, year established, country, etc.), exchange volume in BTC and top 100 tickers based on exchange’s id.",
"parameters": {
"type": "object",
"pro... |
https://api.coingecko.com/api/v3/exchanges/{id}/tickers | exchanges_id_tickers | This endpoint allows you to query exchange's tickers based on exchange’s id. | [
{
"type": "function",
"function": {
"name": "exchanges_id_tickers",
"description": "This endpoint allows you to query exchange's tickers based on exchange’s id.",
"parameters": {
"type": "object",
"properties": {
"id": {
"type": "string",
"... |
https://api.coingecko.com/api/v3/exchanges/{id}/volume_chart | exchanges_id_volume_chart | This endpoint allows you to query the historical volume chart data with time in UNIX and trading volume data in BTC based on exchange’s id. | [
{
"type": "function",
"function": {
"name": "exchanges_id_volume_chart",
"description": "This endpoint allows you to query the historical volume chart data with time in UNIX and trading volume data in BTC based on exchange’s id.",
"parameters": {
"type": "object",
"properti... |
https://api.coingecko.com/api/v3/derivatives | derivatives_tickers | This endpoint allows you to query all the tickers from derivatives exchanges on CoinGecko. | [
{
"type": "function",
"function": {
"name": "derivatives_tickers",
"description": "This endpoint allows you to query all the tickers from derivatives exchanges on CoinGecko.",
"parameters": {
"type": "object",
"properties": {}
}
}
}
] |
https://api.coingecko.com/api/v3/derivatives/exchanges | derivatives_exchanges | This endpoint allows you to query all the derivatives exchanges with related data (id, name, open interest, .... etc) on CoinGecko. | [
{
"type": "function",
"function": {
"name": "derivatives_exchanges",
"description": "This endpoint allows you to query all the derivatives exchanges with related data (id, name, open interest, etc.) on CoinGecko.",
"parameters": {
"type": "object",
"properties": {
... |
https://api.coingecko.com/api/v3/derivatives/exchanges/{id} | derivatives_exchanges_id | This endpoint allows you to query the derivatives exchange’s related data (id, name, open interest, .... etc) based on the exchanges’ id. | [
{
"type": "function",
"function": {
"name": "derivatives_exchanges_id",
"description": "This endpoint allows you to query the derivatives exchange’s related data (id, name, open interest, etc.) based on the exchange’s id.",
"parameters": {
"type": "object",
"properties": {
... |
https://api.coingecko.com/api/v3/derivatives/exchanges/list | derivatives_exchanges_list | This endpoint allows you to query all the derivatives exchanges with id and name on CoinGecko. | [
{
"type": "function",
"function": {
"name": "derivatives_exchanges_list",
"description": "This endpoint allows you to query all the derivatives exchanges with id and name on CoinGecko.",
"parameters": {
"type": "object",
"properties": {}
}
}
}
] |
https://api.coingecko.com/api/v3/nfts/list | nfts_list | This endpoint allows you to query all supported NFTs with id, contract address, name, asset platform id and symbol on CoinGecko. | [
{
"type": "function",
"function": {
"name": "nfts_list",
"description": "This endpoint allows you to query all supported NFTs with id, contract address, name, asset platform id and symbol on CoinGecko.",
"parameters": {
"type": "object",
"properties": {
"order": {... |
https://api.coingecko.com/api/v3/nfts/{id} | nfts_id | This endpoint allows you to query all the NFT data (name, floor price, 24 hr volume....) based on the nft collection id. | [
{
"type": "function",
"function": {
"name": "nfts_id",
"description": "This endpoint allows you to query all the NFT data (name, floor price, 24 hr volume, etc.) based on the NFT collection id.",
"parameters": {
"type": "object",
"properties": {
"id": {
... |
https://api.coingecko.com/api/v3/nfts/{asset_platform_id}/contract/{contract_address} | nfts_contract_address | This endpoint allows you to query all the NFT data (name, floor price, 24 hr volume....) based on the nft collection contract address and respective asset platform. | [
{
"type": "function",
"function": {
"name": "nfts_contract_address",
"description": "This endpoint allows you to query all the NFT data (name, floor price, 24 hr volume, etc.) based on the NFT collection contract address and respective asset platform.",
"parameters": {
"type": "obj... |
https://api.coingecko.com/api/v3/exchange_rates | exchange_rates | This endpoint allows you to query BTC exchange rates with other currencies. | [
{
"type": "function",
"function": {
"name": "exchange_rates",
"description": "This endpoint allows you to query BTC exchange rates with other currencies.",
"parameters": {
"type": "object",
"properties": {}
}
}
}
] |
https://api.coingecko.com/api/v3/search | search_data | This endpoint allows you to search for coins, categories and markets listed on CoinGecko. | [
{
"type": "function",
"function": {
"name": "search_data",
"description": "This endpoint allows you to search for coins, categories, and markets listed on CoinGecko.",
"parameters": {
"type": "object",
"properties": {
"query": {
"type": "string",
... |
https://api.coingecko.com/api/v3/search/trending | trending_search | This endpoint allows you query trending search coins, nfts and categories on CoinGecko in the last 24 hours. | [
{
"type": "function",
"function": {
"name": "trending_search",
"description": "This endpoint allows you to query trending search coins, NFTs, and categories on CoinGecko in the last 24 hours.",
"parameters": {
"type": "object",
"properties": {}
}
}
}
] |
https://api.coingecko.com/api/v3/global | crypto_global | This endpoint allows you query cryptocurrency global data including active cryptocurrencies, markets, total crypto market cap and etc. | [
{
"type": "function",
"function": {
"name": "crypto_global",
"description": "This endpoint allows you to query cryptocurrency global data including active cryptocurrencies, markets, total crypto market cap, etc.",
"parameters": {
"type": "object",
"properties": {}
}
... |
https://api.coingecko.com/api/v3/global/decentralized_finance_defi | global_defi | This endpoint allows you query top 100 cryptocurrency global decentralized finance (defi) data including defi market cap, trading volume. | [
{
"type": "function",
"function": {
"name": "global_defi",
"description": "This endpoint allows you to query top 100 cryptocurrency global decentralized finance (DeFi) data including DeFi market cap and trading volume.",
"parameters": {
"type": "object",
"properties": {}
... |
https://api.coingecko.com/api/v3/companies/public_treasury/{coin_id} | companies_public_treasury | This endpoint allows you query public companies’ bitcoin or ethereum holdings. | [
{
"type": "function",
"function": {
"name": "companies_public_treasury",
"description": "This endpoint allows you to query public companies’ Bitcoin or Ethereum holdings.",
"parameters": {
"type": "object",
"properties": {
"coin_id": {
"type": "string"... |
README.md exists but content is empty.
- Downloads last month
- 8