OpenSea · Schema
TokenStatsResponse
Market statistics for a token
NFTMarketplaceWeb3BlockchainTradingDigital Assets
Properties
| Name | Type | Description |
|---|---|---|
| market_cap_usd | number | Market capitalization in USD |
| fdv_usd | number | Fully diluted valuation in USD |
| circulating_supply | number | Circulating supply of the token |
| max_supply | number | Maximum supply of the token |
| total_supply | number | Total supply of the token |
| volume_24h | number | 24-hour trading volume in USD |
| price_change_1h | number | Price change percentage over the last hour |
| price_change_24h | number | Price change percentage over the last 24 hours |
| price_change_7d | number | Price change percentage over the last 7 days |
| price_change_30d | number | Price change percentage over the last 30 days |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://opensea.io/schemas/TokenStatsResponse",
"title": "TokenStatsResponse",
"type": "object",
"description": "Market statistics for a token",
"properties": {
"market_cap_usd": {
"type": "number",
"format": "double",
"description": "Market capitalization in USD"
},
"fdv_usd": {
"type": "number",
"format": "double",
"description": "Fully diluted valuation in USD"
},
"circulating_supply": {
"type": "number",
"format": "double",
"description": "Circulating supply of the token"
},
"max_supply": {
"type": "number",
"format": "double",
"description": "Maximum supply of the token"
},
"total_supply": {
"type": "number",
"format": "double",
"description": "Total supply of the token"
},
"volume_24h": {
"type": "number",
"format": "double",
"description": "24-hour trading volume in USD"
},
"price_change_1h": {
"type": "number",
"format": "double",
"description": "Price change percentage over the last hour"
},
"price_change_24h": {
"type": "number",
"format": "double",
"description": "Price change percentage over the last 24 hours"
},
"price_change_7d": {
"type": "number",
"format": "double",
"description": "Price change percentage over the last 7 days"
},
"price_change_30d": {
"type": "number",
"format": "double",
"description": "Price change percentage over the last 30 days"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/TokenStatsResponse"
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.