Zora · Schema
zoraSDK_coinHolders query
Response schema for GetCoinHolders - /coinHolders
NFTWeb3BlockchainEthereumL2Creator EconomyMarketplaceZora NetworkBaseOptimism
Properties
| Name | Type | Description |
|---|---|---|
| zora20Token | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://zora.co/schemas/coinholders.json",
"title": "zoraSDK_coinHolders query",
"description": "Response schema for GetCoinHolders - /coinHolders",
"type": "object",
"properties": {
"zora20Token": {
"type": "object",
"properties": {
"tokenBalances": {
"type": "object",
"properties": {
"pageInfo": {
"type": "object",
"properties": {
"endCursor": {
"type": "string",
"nullable": true,
"description": "When paginating forwards, the cursor to continue."
},
"hasNextPage": {
"type": "boolean",
"nullable": false,
"description": "When paginating forwards, are there more items?"
}
},
"required": [
"hasNextPage"
],
"nullable": false
},
"count": {
"type": "integer",
"nullable": false,
"description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1."
},
"edges": {
"type": "array",
"items": {
"type": "object",
"properties": {
"node": {
"type": "object",
"properties": {
"balance": {
"type": "string",
"nullable": false,
"description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text."
},
"ownerAddress": {
"type": "string",
"nullable": false
},
"ownerProfile": {
"type": "object",
"properties": {
"id": {
"type": "string",
"nullable": false,
"description": "The Globally Unique ID of this object"
},
"handle": {
"type": "string",
"nullable": false,
"description": "Manually set username, or truncated wallet address if the profile isn't a GraphQLAccountProfile. For full wallet address, use the profile_id field instead."
},
"platformBlocked": {
"type": "boolean",
"nullable": false,
"description": "The `Boolean` scalar type represents `true` or `false`."
},
"avatar": {
"type": "object",
"properties": {
"previewImage": {
"type": "object",
"properties": {
"blurhash": {
"type": "string",
"nullable": true,
"description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text."
},
"medium": {
"type": "string",
"nullable": false,
"description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text."
},
"small": {
"type": "string",
"nullable": false,
"description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text."
}
},
"required": [
"medium",
"small"
],
"nullable": false
}
},
"required": [
"previewImage"
],
"nullable": true
}
},
"required": [
"id",
"handle",
"platformBlocked"
],
"nullable": false
}
},
"required": [
"balance",
"ownerAddress",
"ownerProfile"
],
"nullable": false
}
},
"required": [
"node"
]
},
"nullable": false
}
},
"required": [
"pageInfo",
"count",
"edges"
],
"nullable": false
}
},
"required": [
"tokenBalances"
],
"nullable": true
}
}
}
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/zora-coinholders"
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.