cURL
curl --request GET \ --url https://api.chainbase.online/v1/nft/owner \ --header 'x-api-key: <x-api-key>'
{ "data": "<string>", "code": 0, "message": "ok" }
Get the current owner for a specified NFT token.
"demo"
chain network id, see list of details
The address of the NFT contract
^0[xX]{1}[a-fA-F0-9]{40}$
NFT token id in hex or num string
block decimal number, hex number or 'latest'
Successful Response