cURL
curl --request GET \ --url https://data-api.b3.fun/insights/v1/tokens/owners
{ "data": [ { "chain_id": "<string>", "token_address": "vitalik.eth", "owner_address": "vitalik.eth", "balance": "<string>" } ] }
Get token owners for specific contract
Success
The response is of type object.
object