get https://ag.eqhub.eqbr.com/api/v2/wallet-721/contracts/tokens/owner
Returns all token information that conforms to the ERC-721 standard held by a specific wallet address as an identification value.
Response
Name | Type | Required | Description |
---|---|---|---|
contract_id | Number | True | A unique identifier of the smart contract. |
name | String | Optional | Name of the 721 contract, if exists. |
symbol | String | Optional | Symbol of the 721 contract, if exists. |
contract_address | String | True | Contract address is an identifier acquired from contract deployment process. |
micro_chain_id | Number | True | A unique identifier of the Equilibrium chain used in EQhub service. |
start_polling_block | Number | True | Value not in use |
tokens721s | Object[] | True | Array of tokens that are owned by the given owner address. |
tokens721s object array
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. |