GET
/
insights
/
v1
/
tokens
/
owners
Get token owners by contract
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>"
    }
  ]
}

Response

200
application/json

Success

The response is of type object.