TokenURI
get
Retrieves the token URI for a given ERC721 token.
Authorizations
AuthorizationstringRequired
Path parameters
tokenIdstringRequired
- The ID of the token to retrieve the URI for.
Query parameters
chainIdstringRequired
- The ID of the blockchain network.
addressstringRequired
- The address of the ERC721 contract.
Header parameters
AuthorizationstringRequired
- The authorization token.
Responses
200
A promise that resolves to an ERC721APIResponse containing the token URI.
application/json
get
/erc721/{tokenId}/tokenURI200
A promise that resolves to an ERC721APIResponse containing the token URI.