
get
/v4/analytics/beneficial-owners/holders
Flat beneficial-owner mapping for a tokenWho owns how much of token, including value held indirectly through vaults, markets, gauges and LP positions. The ownership graph reduced by owner: an address holding the asset through several routes appears once, summed. at is required — there is no implicit latest snapshot. 409 SNAPSHOT_NOT_INDEXED when any source in the graph is not indexed up to at; the response then also carries available (the latest at that would succeed now) and lagSeconds. 403 when any node in the graph holds confidential balances the caller may not read.
Query parameters
chainIdnumber | stringrequired
tokenstringrequired
atnumber | stringrequired
minAmountstringResponses
200Response for status 200
Schema
object
assetobjectrequired
chainIdnumberrequired
addressstringrequired
symbolstringrequired
decimalsnumberrequired
atnumberrequired
totalstringrequired
holderCountnumberrequired
holdersobject[]required
ownerstringamountstringsharestringExample
{
"asset": {
"chainId": 0,
"address": "string",
"symbol": "string",
"decimals": 0
},
"at": 0,
"total": "string",
"holderCount": 0,
"holders": [
{
"owner": "string",
"amount": "string",
"share": "string"
}
]
}get
https://analytics.merkl.xyz/v4/analytics/beneficial-owners/holders?chainId=&token=curl -X GET "https://analytics.merkl.xyz/v4/analytics/beneficial-owners/holders?chainId=1&token=0x3a4de44B29995a3D8Cd02d46243E1563E55bCc8b"