v1

latestOpenAPI 3.1.02026-07-24130315342.2 KB
Analytics Endpoints

Get events (by NFT)

Get a list of events for a specific NFT.

get/api/v2/events/chain/{chain}/contract/{address}/nfts/{identifier}

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

Query parameters

afterinteger

Only show events after this timestamp (Unix timestamp in seconds)

beforeinteger

Only show events before this timestamp (Unix timestamp in seconds)

event_typestring[]

Filter by event types. To get order invalidation and revalidation events, please use the Stream API. The order status can also be checked on the Get Order endpoint.

limitinteger

Number of items to return per page

Example:20

Number of items to return per page

nextstring

Response

OK