NFT Endpoints
Get NFT analytics
Get analytics data for a specific NFT including sales history and floor price history.
get/api/v2/chain/{chain}/contract/{address}/nfts/{identifier}/analytics
Path parameters
chain'blast' | 'base' | 'ethereum' | 'zora' | 'arbitrum' | 'sei' | 'avalanche' | 'polygon' | 'optimism' | 'ape_chain' | 'flow' | 'b3' | 'soneium' | 'ronin' | 'bera_chain' | 'solana' | 'shape' | 'unichain' | 'gunzilla' | 'abstract' | 'animechain' | 'hyperevm' | 'somnia' | 'monad' | 'hyperliquid' | 'megaeth' | 'ink' | 'robinhood' required
Blockchain chain identifier. Use the chain slug (e.g., 'ethereum', 'polygon', 'arbitrum', 'optimism', 'base')
Example:ethereum
The blockchain on which to filter the results
addressstring required
The unique public blockchain identifier for the contract
identifierstring required
The NFT token id
Response
NFT analytics data
Changes
No recorded changes to this endpoint across all 1 revision of this API.