Retrieve NFT Activity

Return the history of NFT activity for any address without scanning the entire chain.

🚧

The NFT Activity API on Sui are currently available to approved Members. If you're interested, please apply through here.

Returns

  • data - an array of the specified NFT activity detail. An empty array will be returned if there are no holders.
    • txDigest, string - the txDigest of sui event .
    • eventSeq, string - the eventSeq of sui event.
    • objectId, string - the object Id of an NFT.
    • eventType, string - the event type of an event.
    • eventFunc, string - the sui package's module of an func.
    • marketPlace, string - the sui nft marketplace.
    • from, string - the from user address.
    • to, string - the to user address.
    • price, string - the event order price.
    • ftType, string - the event order payment token address.
    • timestampMs, int - the event time.
    • description, string - the description of the associated NFT metadata.
    • projectURL, string - the project official url if the associated package is verified.
    • imageURL,string - the image url of the associated NFT metadata.
    • name,string - the name of the associated NFT metadata, for example.
  • nextPageIndex, integer - the index of the next page to retrieve. Current page index will be returned if the last page is reached.
  • total, integer - the count of result.

For higher throughput, create your own API key.

Language
Authorization
Header
Click Try It! to start a request and see the response here!