Get ERC-721 token from token ID

Returns token information that conforms to the ERC-721 standard for a specific blockchain with Token Id as an identification value. Token Id is a unique value that can identify an ERC-721 token.

Response

NameTypeRequiredDescription
token_721_idNumberTrueA unique identifier to identify tokens between multiple contracts in this server. Differs from the token_id managed in the blockchain contracts.
contract_idNumberTrueA unique identifier of the smart contract.
token_idNumberTrueIdentifer for tokens which are managed in contract.
token_uriStringTrueAn uri which can retrieve token’s metadata, which is managed by contract.
owner_addressStringTrueAn address of the token owner.
Language
Click Try It! to start a request and see the response here!