Query Formatting
#
The Different Entities and Parameters in the APInote
Check out our GraphiQL to play around with the API
#
Core Entitiestoken
: Gets data on a single tokentokens
: Gets data for multiple tokenscollections
: NFT collection informationevents
: Contract event information, e.g. Transfers, Mints, Approvals, etc.offChainOrders
: Access NFT orders that are made offchain e.g. OpenSeasales
: Historical sales data from ZORA, OpenSea, LooksRare, Foundation, and moremints
: Historical minting datamarkets
: Data for specific ZORA markets, e.g. Buy Now, Auctions, Offerssearch
: Search for keywords to find collections and tokens
#
Aggregated EntitiesaggregateStat
: Returns owner count, total supply, sales volume, and other statisticsaggregateAttributes
: Gets the total set of NFT attributes
#
Query Parameterswhere
: Parameters that grab a specific set of NFT data, e.g.collectionAddress
filter
: Filters down the results from thewhere
parameters into a smaller data setnetworks
: The network and chain to grab NFT data frompagination
: A way to set the limit and starting point of the responsesort
: Sorts the order of the returned data
#
Sales Price ResponsesnativePrice
: The sales price in the currency that was used in the sale transactionusdcPrice
: The sales price in USD at the time of the salechainTokenPrice
: The sales price in the chain's gas token at the time of the sale- Ethereum = ETH
- Polygon = Matic
#
Pagination Parameterslimit
: Limits the size of the responseafter
: A cursor string from the previous pageafter
can be obtained from theendCursor
in thepageInfo
response