GET /nft/analytics/marketplaces
GET

/v1/nft/analytics/marketplaces

Distinct NFT marketplaces with trader counts

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/nft/analytics/marketplaces
curl 'https://api.xrpl.to/v1/nft/analytics/marketplaces'

Response

200Example response188 ms · just now · 0.1 KB · 9 lines
https://api.xrpl.to/v1/nft/analytics/marketplaces
{
  "success": true,
  "marketplaces": [
    {
      "marketplace": "unknown",
      "traders": 44336
    }
  ]
}

What it does

Distinct NFT marketplaces with trader counts

Each collection comes back with its slug, the id every Collection endpoint takes. To find one by name, use POST /search (under Token List): it covers collections and NFTs too. Go to Collection →
OpenAPI