v1
latestOpenAPI 3.0.22026-07-263555112.2 KBNFT Ownership
Get NFT owner history by token
Get the list of historical owner addresses for a specified NFT token.
get/v1/nft/owner/history
Query parameters
chain_idinteger required
chain network id, see list of details
chain network id, see list of details
contract_addressstring
The address of the NFT contract
The address of the NFT contract
token_idstring
NFT token id in hex or num string
NFT token id in hex or num string
from_blockstring
Inclusive from block number (hex string or int)
Inclusive from block number (hex string or int)
to_blockstring
Inclusive to block number (hex string, int, or 'latest')
Inclusive to block number (hex string, int, or 'latest')
from_timestampinteger
Inclusive start timestamp
Inclusive start timestamp
end_timestampinteger
Inclusive end timestamp
Inclusive end timestamp
pageinteger
The page offset
The page offset
limitinteger
The desired page size limit. Less or equal than 100
The desired page size limit. Less or equal than 100
Headers
x-api-keystring required
Example:demo
Response
Successful Response