Million Holders
Access the Million Token Holders Data.
Features aren't implemented yet. Next release will come soon !
Million Token Holders List
GET https://api.millioncloud.org/holders
Get the Holders JSON list. https://api.milliontoken.cloud/holders?blockchain=eth
Query Parameters
Name
Type
Description
limit
integer
Limit the number of rows.
split
boolean
Split holders in sub arrays for each blockchains. Default is true.
blockchain
string
Select holders of the specified blockchains only
{
"ethereum": [
{
"wallet": "0x0000000000000000000000000000000000000000",
"mm-balance": "123000000000000",
"mm-usd-value": "1452145200000000"
},
{
"wallet": "0x0000000000000000000000000000000000000000",
"mm-balance": "123000000000000",
"mm-usd-value": "1452145200000000"
}
]
}{ "message": "There is no holders, or an error during the request"}Million Token Holder Details
GET https://api.millioncloud.org/holders/:address
https://api.milliontoken.cloud/holders/0x0000000000000000000000000000000000000000
{
"address": "0x0000000000000000000000000000000000000000",
"mm_balance": 123000000000000,
"mm_usd_value": 1452145200000000
}{ "message": "The Wallet Address don't hold any MM Token"}Last updated
Was this helpful?