get top 1000 holders of the token

get top 1000 holders of the token

Sample Request

curl --request GET \
     --url 'https://api.0xscope.com/v2/token/topHolders?token_address=0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48&chain=ethereum' \
     --header 'API-KEY: your-api-key' \
     --header 'accept: */*'

Sample Response

{
  "code": 0,
  "data": [
    {
      "address": "0x0a59649758aa4d66e25f08dd01271e891fe52199",
      "balance": 1664321254.005198,
      "percentage": 5.549526383572078
    },
    {
      "address": "0xcee284f754e854890e311e3280b767f80797180d",
      "balance": 1317019525.863523,
      "percentage": 4.391480664487376
    },
    {
      "address": "0x47ac0fb4f2d84898e4d9e7b4dab3c24507a6d503",
      "balance": 772999999.84,
      "percentage": 2.577497513349604
    },
    {
      "address": "0x40ec5b33f54e0e8a33a975908c5ba1c14e5bbbdf",
      "balance": 636196858.636452,
      "percentage": 2.121340001909054
    },
    ...
  ]
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!