v1

latestOpenAPI 3.0.1Apache 2.02026-07-2686219209.3 KB
Activity

NFT Activity

Use this API to get NFT activity

get/activities

Query parameters

chain'ethereum' | 'abstract' | 'apechain' | 'arbitrum' | 'base' | 'berachain' | 'bsc' | 'polygon' | 'sei' | 'avalanche' | 'monad' required
activityTypes[]NftActivityTypeEnum[] required

The activity types to query

fromTimestring

From time of time range to query

toTimestring

To time of time range to query

assetIdstring required

Asset Id to filter for activities. Either assetId or collectionId or walletAddress should be provided. example: 0xbd3531da5cf5857e7cfaa92426877b022e612cf8:0

collectionIdstring required

Collection Id to filter for activities. Either assetId or collectionId or walletAddress should be provided. example: 0xbd3531da5cf5857e7cfaa92426877b022e612cf8

walletAddressstring required

User wallet address to filter for activities. Either assetId or collectionId or walletAddress should be provided. example: 0x47d88afbba889709abba07339ed1c88079944ca3

limitnumber

Amount of items returned, default to 20

continuationstring

Use continuation token to request next offset of items.

Response

Successful