NFT API
Get NFT owner by token
Get the current owner for a specified NFT token.
GET
/
v1
/
nft
/
owner
Headers
x-api-key
string
requiredQuery Parameters
chain_id
integer
requiredchain network id, see list of details
contract_address
string
requiredThe address of the NFT contract
token_id
string
requiredNFT token id in hex or num string
to_block
string
block decimal number, hex number or 'latest'
Response
200 - application/json
data
string
requiredcode
integer
default: 0message
string
default: ok