OpenSea · Schema

TokenGroupStatsResponse

Market statistics for a token group

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Properties

Name Type Description
market_cap_usd string Total market capitalization in USD
volume_usd_24h string 24-hour trading volume in USD
price_usd string Current price in USD (from primary currency)
price_change_percent_24h number Price change percentage over the last 24 hours
total_supply string Total supply across all currencies in the group
holders integer Number of holders
rolling_stats object Rolling statistics over multiple time periods
View JSON Schema on GitHub

JSON Schema

TokenGroupStatsResponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://opensea.io/schemas/TokenGroupStatsResponse",
  "title": "TokenGroupStatsResponse",
  "type": "object",
  "description": "Market statistics for a token group",
  "properties": {
    "market_cap_usd": {
      "type": "string",
      "description": "Total market capitalization in USD"
    },
    "volume_usd_24h": {
      "type": "string",
      "description": "24-hour trading volume in USD"
    },
    "price_usd": {
      "type": "string",
      "description": "Current price in USD (from primary currency)"
    },
    "price_change_percent_24h": {
      "type": "number",
      "format": "double",
      "description": "Price change percentage over the last 24 hours"
    },
    "total_supply": {
      "type": "string",
      "description": "Total supply across all currencies in the group"
    },
    "holders": {
      "type": "integer",
      "format": "int32",
      "description": "Number of holders"
    },
    "rolling_stats": {
      "$ref": "#/components/schemas/TokenGroupRollingStatsResponse",
      "description": "Rolling statistics over multiple time periods"
    }
  },
  "required": [
    "market_cap_usd",
    "volume_usd_24h"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/TokenGroupStatsResponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.