Top Holders
🔑 Authentication required. See API Key for setup and rate limits.
GET /services/v2/top-holders
Returns the top holders leaderboard ranked by trading performance. Results are paginated.
GET https://api.anoncoin.it/services/v2/top-holdersPagination
Results are returned in pages. Use the nextToken from the response to fetch the next page.
hasMore
true if more results are available
nextToken
Pass as a query parameter to get the next page
First page:
GET /services/v2/top-holdersNext page:
GET /services/v2/top-holders?nextToken=69Example Request
curl --location 'https://api.anoncoin.it/services/v2/top-holders' \
--header 'x-api-key: YOUR_API_KEY'Response
Response Fields
status:trueon success.message: Status message.requestId: Unique request identifier.data:holders: Array of holder objects.walletAddress: Solana wallet address of the holder.avgHoldingTime30d: Average holding time over the last 30 days (in days).totalTradesCount: Total number of trades made.pnlUsd:allTime: Realized PnL in USD (all time).
uPnlUsd:allTime: Unrealized PnL in USD (all time).
topCoins: Array of the holder's top coin positions.symbol: Coin ticker symbol.mint: Solana token mint address.hasPosition: Whether the holder currently has an open position.imageUrl: Coin logo image URL.
hasMore: Whether more results are available.nextToken: Pagination token for the next page.
Last updated
Was this helpful?
