Retrieve NFT Activity

Return the history activity of a NFT without scanning the entire chain.

get/sui/nft/activities

Query parameters

objectIdstring

string - the object type supplied for getting an NFT

eventTypestring

string - The returned data will be filtered by event types using this array of strings. Supports "ListingCreate, ListingClosed, BidCreate, BidClosed, Sale, BidAccepted”

limitinteger
cursorstring
objectTypestring

string - the object type for the collection to get the activity.

Response

200

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.