Get ERC20-Token total supply by contract's address
URI
REQUEST PARAMETER
HEADER
REQUEST SAMPLE
GET https://explorerapi.wemix.com/v1/tokens/0x8E81fCc2d4A3bAa0eE9044E0D7E36F59C9BbA9c1/total-supply
api-key: 1ba5e446edf1997f67b51bf9e60b3fbba6fa1bf84301115292805d7e24f43539
GET https://explorerapi.wemix.com/v1/tokens/0x8E81fCc2d4A3bAa0eE9044E0D7E36F59C9BbA9c1/balance/0x2769c8A36d2cEF785952e08224c457AefccD0b6a
api-key: 1ba5e446edf1997f67b51bf9e60b3fbba6fa1bf84301115292805d7e24f43539
GET https://explorerapi.test.wemix.com/v1/tokens/0x62e1ad2a3a9ab55ba20bc4eb27fca655c41fdd88/inventory
api-key: 1ba5e446edf1997f67b51bf9e60b3fbba6fa1bf84301115292805d7e24f43539
GET https://explorerapi.test.wemix.com/v1/tokens/0x62e1ad2a3a9ab55ba20bc4eb27fca655c41fdd88/inventory/0x07f4701f781c898cf18883262ab0e7c3cc199835
api-key: 1ba5e446edf1997f67b51bf9e60b3fbba6fa1bf84301115292805d7e24f43539
GET https://explorerapi.wemix.com/v1/tokens/{contract_address}/total-supply
Testnet
GET https://explorerapi.test.wemix.com/v1/tokens/{contract_address}/total-supply
key
value
required
api-key
api-key
true
key
type
value
status
String
Status of request
message
String
Response Message of request
results
Json
Results of request
results.data
List<Object>
List of data
results.data.total_supply
String
Total supply of token
network
uri
Mainnet
GET https://explorerapi.wemix.com/v1/tokens/{contract_address}/balance/{address_hash}
Testnet
GET https://explorerapi.test.wemix.com/v1/tokens/{contract_address}/balance/{address_hash}
key
value
required
api-key
api-key
true
key
type
value
status
String
Status of request
message
String
Response Message of request
results
Json
Results of request
results.data
List<Object>
List of data
results.data.balance
String
Balance of address with ERC-20 contract
network
uri
Mainnet
GET https://explorerapi.wemix.com/v1/tokens/{contract_address}/inventory
GET https://explorerapi.wemix.com/v1/tokens/{contract_address}/inventory/{holder_address}
Testnet
GET https://explorerapi.test.wemix.com/v1/tokens/{contract_address}/inventory
GET https://explorerapi.test.wemix.com/v1/tokens/{contract_address}/inventory/{holder_address}
key
value
required
api-key
api-key
true
key
type
value
required
limit
Number
Maximum number of record will retrieve Default: 50, Max: 1000