get https://api.blockvision.org/v2/sui/nft/ownerHistory
Return the history owners of any NFT without scanning the entire chain.
The Indexing NFT APIs on Sui are currently exclusively available to Pro Members. However, non-Pro members can also enjoy a trial period with an allocation of 300 free calls. If you're interested, please register directly through here. Please note that the API Key can also be used for your RPC endpoint.
Returns
object
- a returned object with NFT collection holders info, next page index and total number of NFT collection holders. Contains:
data
- an array of NFT collection holder objects. An empty array will be returned if there are no holders.ownerAddress
,string
- the address of the owner of an NFT object.timestampMs
,integer
- the time of the owner of NFT.
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 history owner
For higher throughput, create your own API key.