Get holder lists and counts
Grab holder lists for any ERC20 token that has been traded.
{
"statusCode": 200,
"pageSize": 100,
"nextPage": 2,
"prevPage": null,
"holders": [
{
"balance": 4.104186958755741e+32,
"holder": "0xdead000000000000000042069420694206942069"
},
{
"balance": 3.762748044179406e+31,
"holder": "0xf3b0073e3a7f747c7a38b36b805247b222c302a3"
},
{
"balance": 3.6288525893206076e+31,
"holder": "0xf977814e90da44bfa03b6295a0616a897441acec"
}
...
]
}
You'll receive a paginated response of holders with the holder address and the balance they hold.
Get the holder count for any ERC20 token that has been traded.
{
"statusCode": 200,
"holders": 1209879
}