Crawlora
ProductPlatformsUse CasesDocsPricingCompare
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, maps, geocoding, streaming, travel, real estate, marketplaces, apps, social, audio, crypto, finance, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle TrendsBingBraveGoogle MapsGeocodingJustWatchAirbnbTripAdvisorZillowCoinGeckoYahoo FinanceGoogle FinanceAmazon

Developers

DocsGetting StartedAuthenticationAPI ExamplesRecipesShowcasesBlogChangelogPlaygroundSDKsIntegrationsMCP

Use cases

SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceCrypto Market ResearchFinance Market DataAI Agent Web Data

Legal

TermsPrivacy
Product
Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle TrendsBingBraveGoogle MapsGeocodingJustWatchAirbnbTripAdvisorZillowCoinGeckoYahoo FinanceGoogle FinanceAmazon
Developers
DocsGetting StartedAuthenticationAPI ExamplesRecipesShowcasesBlogChangelogPlaygroundSDKsIntegrationsMCP
Use cases
SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceCrypto Market ResearchFinance Market DataAI Agent Web Data
Legal
TermsPrivacy

© 2026 Built with 💖 by Tony Wang

|System:Crawlora API status
  1. Home
  2. /Playground
  3. /CoinGecko
  4. /CoinGecko NFT Category API

Endpoint Playground

Try the CoinGecko NFT Category API

Test Crawlora's CoinGecko NFT Category API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.

Endpoint facts

Method
GET
API path
/coingecko/nft/category/{slug}
Platform
CoinGecko
Auth
apiKey
Credits
2 credits/request
Required params
slug
Common optional params
page, limit, vs_currency
CoinGecko NFT Category API documentationCoinGecko platform pageCrawlora API pricingTry CoinGecko categories APITry CoinGecko Category Coins APITry CoinGecko chains APITry CoinGecko Chain APITry CoinGecko Coin API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/coingecko/nft/category/<slug>?vs_currency=btc" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
slug (path)stringYesCoinGecko NFT category slug such as metaverse
pageintegerNoPage number, default 1
limitintegerNoRows to return, default 100, max 100
vs_currencystringNobtcQuote currency

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "slug": "metaverse",
    "name": "Metaverse",
    "page": 1,
    "limit": 100,
    "vs_currency": "usd",
    "source_url": "https://www.coingecko.com/en/nft/categories/metaverse?page=1",
    "fetched_at": "2026-05-24T00:00:00Z",
    "collections": [
      {
        "rank": 1,
        "id": "pudgy-penguins",
        "name": "Pudgy Penguins",
        "chain": "Ethereum",
        "floor_price_usd": 38850
      }
    ]
  }
}

Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Set up API keyEndpoint docs

Endpoint

Choose one catalog endpoint for this request.

21 shown
GETapiKey2 credits/requestcoingecko.nftCategoryResponseDocCoinGecko
GET /coingecko/nft/category/{slug}

CoinGecko NFT category

Returns normalized NFT collection rows from a CoinGecko public NFT category page. This endpoint supports the documented `vs_currency` enum.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Path parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "slug": "metaverse",
    "name": "Metaverse",
    "page": 1,
    "limit": 100,
    "vs_currency": "usd",
    "source_url": "https://www.coingecko.com/en/nft/categories/metaverse?page=1",
    "fetched_at": "2026-05-24T00:00:00Z",
    "collections": [
      {
        "rank": 1,
        "id": "pudgy-penguins",
        "name": "Pudgy Penguins",
        "chain": "Ethereum",
        "floor_price_usd": 38850
      }
    ]
  }
}

Endpoint details

Returns normalized NFT collection rows from a CoinGecko public NFT category page. This endpoint supports the documented `vs_currency` enum.

Method
GET
Path
/coingecko/nft/category/{slug}
Authentication
apiKey
Credit cost
2 credits/request
Platform
CoinGecko
Parameters
5 documented fields

Request parameters

slug:pathpage:querylimit:queryvs_currency:queryx-api-key:header

Response schema fields

codedatadata.collectionsdata.collections[].chaindata.collections[].change_24h_percentdata.collections[].change_30d_percentdata.collections[].change_7d_percentdata.collections[].floor_price_nativedata.collections[].floor_price_usddata.collections[].iddata.collections[].image_urldata.collections[].market_cap_native

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "slug": "metaverse",
    "name": "Metaverse",
    "page": 1,
    "limit": 100,
    "vs_currency": "usd",
    "source_url": "https://www.coingecko.com/en/nft/categories/metaverse?page=1",
    "fetched_at": "2026-05-24T00:00:00Z",
    "collections": [
      {
        "rank": 1,
        "id": "pudgy-penguins",
        "name": "Pudgy Penguins",
        "chain": "Ethereum",
        "floor_price_usd": 38850
      }
    ]
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/coingecko/nft/category/<slug>" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingCoinGecko categoriesCoinGecko category coinsCoinGecko chainsCoinGecko chain detailCoinGecko coin profile

Browse public API demos

Google Trends explore dataSearch Nominatim placesReverse geocode coordinatesSearch TripAdvisor placesSearch Zillow listingsCoinGecko marketsCoinGecko trending highlightsYahoo Finance ticker quote
DocsPlatformsPricing