Octopus - Market API
Get Token Holders
GET
Get market token holders
Query quick start
Input in “asset” the name of the asset you want to query, or the contract address while adding the blockchain as a second parameter. The market data asset query pattern is explained in great details here, with blockchain format, etc.
Response Details
The response includes detailed information about each token holder:
- address: The wallet address of the holder
- amountRaw: The raw token amount (before decimal adjustment)
- amount: The formatted token amount
- chainId: The blockchain identifier
- totalSupplyShare: Percentage of total supply held by this address
- amountUSD: USD value of the holdings
- tag: Identifies the type of holder with labels such as:
dev
: Developer/team wallet (token deployer address)LP {SYMBOL0}/{SYMBOL1}
: Liquidity pool addresses (e.g., “LP ETH/USDC”)holder
: Regular token holders
Usage Examples
Query Parameters
Required range:
x <= 100
Response
200 - application/json
Market token holders response
The response is of type object
.
Get market token holders