get https://ag.eqhub.eqbr.com/api/v2/wallet-721/contracts/
Returns smart contract information that conforms to the ERC-721 standard of a specific chain with Contract Id as an identification value. Contract Id is a unique value that can identify a smart contract.
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. |
| target_polling_block | Number | True | Value not in use |
| polling_status | Number | True | Value not in use |
| 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 |
| created_at | String | True | The time when the contract was created. |
| updated_at | String | True | The time when the contract was updated. |
