Top Rich List
About 1 min
Top Rich List
Top Rich Address List
GET
https://services.tokenview.io/vipapi/address/richrange/neo/1/200?apikey={apikey}
Parameters
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Obtain the list of Top 200 rich addresses and the list is arranged in descending order of balance.
Request
curl --location https://services.tokenview.io/vipapi/address/richrange/neo/1/10?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": [
{
"addr": "ANeo2toNeo3MigrationAddressxwPB2Hz",
"balance": 37768679,
"addrAlias": null,
"txCnt": 19348,
"network": null
},
{
"addr": "AQVh2pG732YvtNaxEGkQUei3YA4cvo7d2i",
"balance": 27800304,
"addrAlias": null,
"txCnt": 18,
"network": null
},
{
"addr": "Ae2d6qj91YL3LVUMkza7WQsaTYjzjHm4z1",
"balance": 9762322,
"addrAlias": null,
"txCnt": 414,
"network": null
},
{
"addr": "AZhafj46oNu6gn5CxRkdWVb7cDQF6okkL6",
"balance": 4790101,
"addrAlias": null,
"txCnt": 84,
"network": null
},
{
"addr": "AYSQMLw3PpFuKGarsUWesfmgRjkSQ6cxkt",
"balance": 4653705,
"addrAlias": null,
"txCnt": 225686,
"network": null
},
{
"addr": "AR4QmqYENiZAD6oXe7ftm6eDcwtHk7rVTT",
"balance": 1471973,
"addrAlias": null,
"txCnt": 368420,
"network": null
},
{
"addr": "AMoo1rHY2oNj6jCoQrGXhLPRxVwFYFtqH6",
"balance": 696131,
"addrAlias": null,
"txCnt": 11,
"network": null
},
{
"addr": "AULwXgpApvNVqqQ3rGE8xobKDqwax9Z4de",
"balance": 631418,
"addrAlias": null,
"txCnt": 55,
"network": null
},
{
"addr": "AM466VKWe5uMXmB4hCwPXWbacygXMifxRn",
"balance": 600000,
"addrAlias": null,
"txCnt": 1,
"network": null
},
{
"addr": "AGnmCC16ubaaKwgd44jTbRt63vr9PaigsE",
"balance": 595584,
"addrAlias": null,
"txCnt": 78,
"network": null
}
]
}
Top Token Rich Adress List
GET
https://services.tokenview.io/address/richrange/neo_{token-address}/1/200?apikey={apikey}
Parameters
- {token-address}: the token contract address;
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Obtain the list of Top 200 token rich addresses and the list is arranged in descending order of balance.
Request
curl --location https://services.tokenview.io/vipapi/address/richrange/neo_0xa87cc2a513f5d8b4a42432343687c2127c60bc3f/1/10?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": [
{
"addr": "AGnmCC16ubaaKwgd44jTbRt63vr9PaigsE",
"balance": 4957255400000000,
"addrAlias": null,
"txCnt": 2,
"network": null
},
{
"addr": "AZH6mmYqUDkb9fzCuLNSVJVA1KtyPEPn3Y",
"balance": 1999980000000000,
"addrAlias": null,
"txCnt": 1,
"network": null
},
{
"addr": "ANGCmCtkrWR68YYA3EAKSZMACLBczeWhuc",
"balance": 1150000000000000,
"addrAlias": null,
"txCnt": 1,
"network": null
},
{
"addr": "AMbpbhb5UVTXYHyuyx3QGnyeu53sgzGyMY",
"balance": 1144067674385849,
"addrAlias": null,
"txCnt": 47914,
"network": null
},
{
"addr": "Ac9sJfQaJ7n74EevNydQmymwPcgcxFNhRi",
"balance": 1090331763068626,
"addrAlias": null,
"txCnt": 393,
"network": null
},
{
"addr": "AbArunq3PGYmQv4xhduTKva7r2ppUqeaDi",
"balance": 779327218908319,
"addrAlias": null,
"txCnt": 5772,
"network": null
},
{
"addr": "AHPrb2ACVNGXien39eCUfNAx8np53YBafW",
"balance": 207042547321518,
"addrAlias": null,
"txCnt": 76,
"network": null
},
{
"addr": "AWWrJH5iS5Wg6YgQ2p3pmPsuv6Dn7g3ZtR",
"balance": 204043550870955,
"addrAlias": null,
"txCnt": 527,
"network": null
},
{
"addr": "AMNeZe7fkL4J8pvPevTpzQEEhbdk3BqM49",
"balance": 200000021518518,
"addrAlias": null,
"txCnt": 44,
"network": null
},
{
"addr": "AYcMW2VnhDJYvfYnGNwvU9aNU4VppimjKa",
"balance": 166784387990000,
"addrAlias": null,
"txCnt": 2,
"network": null
}
]
}