GET
/
warehouse
/
token-holders

Query quick start

Input in “tokenAddress” the contract address you want to query.

SQL

SELECT * FROM postgres.`warehouse.balances` WHERE token_address = {tokenAddress:String}

Data details

Returns the count of token holders for the given contract address.

Query Parameters

tokenAddress
string
required

address of the token

Response

200 - application/json
data
object