Get all contracts from owner address

Returns all token information that conforms to the ERC-721 standard held by a specific wallet address as an identification value.

Response

NameTypeRequiredDescription
contract_idNumberTrueA unique identifier of the smart contract.
nameStringOptionalName of the 721 contract, if exists.
symbolStringOptionalSymbol of the 721 contract, if exists.
contract_addressStringTrueContract address is an identifier acquired from contract deployment process.
micro_chain_idNumberTrueA unique identifier of the Equilibrium chain used in EQhub service.
start_polling_blockNumberTrueValue not in use
tokens721sObject[]TrueArray of tokens that are owned by the given owner address.

tokens721s object array

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.
Language
Click Try It! to start a request and see the response here!