/coingecko/categoriesapiKey2 credits/requestCoinGecko categories
Returns normalized CoinGecko category rows from the public categories page. This endpoint supports the documented `vs_currency` enum.
Required params: None
API Reference
Use Crawlora's CoinGecko API endpoints to extract supported public CoinGecko data as structured JSON. This documentation covers 21 active endpoints including CoinGecko categories, CoinGecko category coins, CoinGecko chains, CoinGecko chain detail, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as slug, id, q, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/coingecko/markets?page=1&limit=10&vs_currency=btc" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/coingecko/categoriesapiKey2 credits/requestReturns normalized CoinGecko category rows from the public categories page. This endpoint supports the documented `vs_currency` enum.
Required params: None
/coingecko/category/{slug}/coinsapiKey2 credits/requestReturns normalized coin rows from a CoinGecko public category page. This endpoint supports the documented `vs_currency` enum.
Required params: slug:path
/coingecko/chainsapiKey2 credits/requestReturns normalized chain rows from the CoinGecko public website chains table. This endpoint supports the documented `vs_currency` enum.
Required params: None
/coingecko/chains/{id}apiKey2 credits/requestReturns normalized sections from a CoinGecko public chain detail page. Sections are omitted when not present. This endpoint supports the documented `vs_currency` enum.
Required params: id:path
/coingecko/coin/{id}apiKey2 credits/requestReturns normalized CoinGecko profile, market stats, links, and categories for one coin id. This endpoint supports the documented `vs_currency` enum and is not intended for real-time trading.
Required params: id:path
/coingecko/coin/{id}/analysisapiKey3 credits/requestReturns derived price-chart metrics from CoinGecko public chart JSON. This endpoint supports the documented `vs_currency` enum and is not investment advice or real-time trading data.
Required params: id:path
/coingecko/exchange/{id}apiKey2 credits/requestReturns normalized profile stats and market rows from a CoinGecko public exchange page. This endpoint supports the documented `vs_currency` enum.
Required params: id:path
/coingecko/exchangesapiKey2 credits/requestReturns normalized exchange rows from CoinGecko public website exchange tables. This endpoint supports the documented `vs_currency` enum.
Required params: None
/coingecko/gainers-losersapiKey2 credits/requestReturns normalized rows from CoinGecko's public crypto gainers and losers table. This endpoint supports the documented `vs_currency` enum.
Required params: None
/coingecko/globalapiKey2 credits/requestReturns normalized global market metrics from CoinGecko's public charts page.
Required params: None
/coingecko/global/chartsapiKey2 credits/requestReturns normalized global chart series from public CoinGecko website JSON endpoints.
Required params: None
/coingecko/learn/articlesapiKey2 credits/requestReturns normalized article cards from CoinGecko Learn public pages.
Required params: None
/coingecko/marketsapiKey2 credits/requestReturns normalized cryptocurrency market rows from CoinGecko public pages. This endpoint supports the documented `vs_currency` enum and is not intended for real-time trading.
Required params: None
/coingecko/new-coinsapiKey2 credits/requestReturns normalized rows from CoinGecko's public new cryptocurrencies table. This endpoint supports the documented `vs_currency` enum.
Required params: None
/coingecko/newsapiKey2 credits/requestReturns normalized article cards from CoinGecko's public news page.
Required params: None
/coingecko/nft/category/{slug}apiKey2 credits/requestReturns normalized NFT collection rows from a CoinGecko public NFT category page. This endpoint supports the documented `vs_currency` enum.
Required params: slug:path
/coingecko/nftsapiKey2 credits/requestReturns normalized NFT collection rows from the CoinGecko public website NFT table. This endpoint supports the documented `vs_currency` enum.
Required params: None
/coingecko/searchapiKey1 credit/requestReturns normalized CoinGecko search sections from the public website search JSON. Empty valid searches return empty arrays.
Required params: q:query
/coingecko/token-unlocksapiKey2 credits/requestReturns normalized rows from CoinGecko's public incoming token unlocks page.
Required params: None
/coingecko/treasuriesapiKey2 credits/requestReturns normalized entity rows from CoinGecko's public crypto treasuries tables. This endpoint supports the documented `vs_currency` enum.
Required params: None
/coingecko/trendingapiKey2 credits/requestReturns deduped trending coins and categories from the public CoinGecko highlights page. This endpoint supports the documented `vs_currency` enum.
Required params: None
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| CoinGecko categories | /coingecko/categories | GET | 2 credits/request | None | View docs | Try endpoint |
| CoinGecko category coins | /coingecko/category/{slug}/coins | GET | 2 credits/request | slug:path | View docs | Try endpoint |
| CoinGecko chains | /coingecko/chains | GET | 2 credits/request | None | View docs | Try endpoint |
| CoinGecko chain detail | /coingecko/chains/{id} | GET | 2 credits/request | id:path | View docs | Try endpoint |
| CoinGecko coin profile | /coingecko/coin/{id} | GET | 2 credits/request | id:path | View docs | Try endpoint |
| CoinGecko coin chart analysis | /coingecko/coin/{id}/analysis | GET | 3 credits/request | id:path | View docs | Try endpoint |
| CoinGecko exchange detail | /coingecko/exchange/{id} | GET | 2 credits/request | id:path | View docs | Try endpoint |
| CoinGecko exchanges | /coingecko/exchanges | GET | 2 credits/request | None | View docs | Try endpoint |
| CoinGecko crypto gainers and losers | /coingecko/gainers-losers | GET | 2 credits/request | None | View docs | Try endpoint |
| CoinGecko global market snapshot | /coingecko/global | GET | 2 credits/request | None | View docs | Try endpoint |
| CoinGecko global chart series | /coingecko/global/charts | GET | 2 credits/request | None | View docs | Try endpoint |
| CoinGecko Learn articles | /coingecko/learn/articles | GET | 2 credits/request | None | View docs | Try endpoint |
| CoinGecko markets | /coingecko/markets | GET | 2 credits/request | None | View docs | Try endpoint |
| CoinGecko new cryptocurrencies | /coingecko/new-coins | GET | 2 credits/request | None | View docs | Try endpoint |
| CoinGecko news cards | /coingecko/news | GET | 2 credits/request | None | View docs | Try endpoint |
| CoinGecko NFT category | /coingecko/nft/category/{slug} | GET | 2 credits/request | slug:path | View docs | Try endpoint |
| CoinGecko NFT collections | /coingecko/nfts | GET | 2 credits/request | None | View docs | Try endpoint |
| CoinGecko discovery search | /coingecko/search | GET | 1 credit/request | q:query | View docs | Try endpoint |
| CoinGecko incoming token unlocks | /coingecko/token-unlocks | GET | 2 credits/request | None | View docs | Try endpoint |
| CoinGecko crypto treasuries | /coingecko/treasuries | GET | 2 credits/request | None | View docs | Try endpoint |
| CoinGecko trending highlights | /coingecko/trending | GET | 2 credits/request | None | View docs | Try endpoint |