HEADER
HEADER
HEADER
QUERY STRING
network
uri
Mainnet
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
false
offset
Number
Start retrieve record Default: 0
false
holder_address
String
Address of holder
key
type
value
status
String
Status of request
message
String
Response Message of request
results
Json
Results of request
results.count
results.data
List<Object>
List of data
results.data.holder_address
String
Balance of address with ERC-20 contract
results.data.token_id
String
Uri of token
results.data.token_uri
String
Id of token
results.token_name
String
Name of token
results.token_symbol
String
Symbol of token