API
API Reference (EVM)
Token
ERC721
TokenURI

TokenURI

[GET] /v1/evm/:network/token/erc721/token-uri

function tokenURI(uint256 tokenId) view returns (string)

Get URI 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: 0x298a097904ac1bcbd13b2ac61fe1a7f051f1a7bd
 
# The address of account
# (string, required)
token_id: 2

Try API

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