Tokens
Get ERC20-Token Total Supply by Contract's Address
Returns the total MRC20 token supply of the contract's address.
Query Parameters
Parameter | Description |
contract_hash | type: String value: Address of contract required: true |
Get ERC20-Token Account Balance
Returns the balance of the MRC20 token account.
Query Parameters
Parameter | Description |
contract_hash | type: String value: Address of contract required: true |
address_hash | type: String value: Address (sender/receiver/contract) required: true |
Get ERC-721 Token Held by Holder Inventory
Returns the list of mrc721 held by the holder.
Query Parameters
Parameter | Description |
contract_hash | type: String value: Address of contract required: true |
address_hash | type: String value: Address (sender/receiver/contract) required: true |
Token Holder count lookup
Returns the number of holders holding the token.
Query Parameters
Parameter | Description |
contract_hash | type: String value: Address of contract required: true |
Last updated