API
API Reference (EVM)
Token
ERC721
OwnerOf

OwnerOf

[GET] /v1/evm/:network/token/erc721/owner

function ownerOf(uint256 tokenId) view returns (address)

Get ERC721 owner of tokenId

ERC165 interface id: 0x80ac58cd

Request

Headers
Authorization: Bearer {access_token}
Parameters
# The name of network
# (string, required)
network: kava
Queries
# The contract address of ERC721 token
# (string, required)
contract_address: 0x9e66EBa102B77Fc75cD87b5e60141b85573BC8e8
 
# The address of account
# (string, required)
token_id: 12002906

Try API

Method : GET
URL
/v1/evm/:network/token/erc721/owner
CallURL
https://apis.mintscan.io/v1/evm/:network/token/erc721/owner
Header
Bear Token*
Parameters
network*
Queries
contract_address*
token_id*