Skip to main content
GET
/
api
/
v3
/
jettons
/
{address}
/
holders
Get top 10 jetton holders
curl --request GET \
  --url https://tokens.swap.coffee/api/v3/jettons/{address}/holders \
  --header 'X-Api-Key: <api-key>'
[
  {
    "owner": "UQAp9u76fl9LHztpofaMYP3ersv7yazCwOvl5yB9CQyGL4fW",
    "wallet": "0:251F2F0038CA380D18FA41B028DEF9774A2B0D9BAF1BBEE70CC7277BFF485E9F",
    "master": "0:29F6EEFA7E5F4B1F3B69A1F68C60FDDEAECBFBC9ACC2C0EBE5E7207D090C862F",
    "balance": "1234567890"
  }
]

Authorizations

X-Api-Key
string
header
required

Path Parameters

address
string
required

The jetton master address

Response

A list of jetton holders

owner
string
required
Example:

"UQAp9u76fl9LHztpofaMYP3ersv7yazCwOvl5yB9CQyGL4fW"

wallet
string
required
Example:

"0:251F2F0038CA380D18FA41B028DEF9774A2B0D9BAF1BBEE70CC7277BFF485E9F"

master
string
required
Example:

"0:29F6EEFA7E5F4B1F3B69A1F68C60FDDEAECBFBC9ACC2C0EBE5E7207D090C862F"

balance
string
required
Example:

"1234567890"