get https://ag.eqhub.eqbr.com/api/v2/wallet-721/tokens/
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
Name | Type | Required | Description |
---|---|---|---|
token_721_id | Number | True | A unique identifier to identify tokens between multiple contracts in this server. Differs from the token_id managed in the blockchain contracts. |
contract_id | Number | True | A unique identifier of the smart contract. |
token_id | Number | True | Identifer for tokens which are managed in contract. |
token_uri | String | True | An uri which can retrieve token’s metadata, which is managed by contract. |
owner_address | String | True | An address of the token owner. |