Returns positions for a specific token across all traders. Open positions are those with remaining value >= $1; closed positions have remaining value < $1 (fully exited or dust). The metadata.trades array is only populated with trades which were commented on.
Returns open or closed positions for a specific token across named traders. Use this to enrich token detail pages with social trading context — showing which traders have conviction in a token and how their positions are performing.Documentation Index
Fetch the complete documentation index at: https://docs.clicker.xyz/llms.txt
Use this file to discover all available pages before exploring further.
chain| Chain | Description |
|---|---|
base | Base (Coinbase L2) |
solana | Solana |
ethereum | Ethereum mainnet |
hyperliquid | Hyperliquid (perps) |
contractAddressstatusopen or closed.
value, which orders positions by size:
sort=latest to sort by most recent trade activity instead.
hyperliquid as the chain. For example, to get open ETH perps positions:
perpPositionType, perpLeverage, and positionAmountWithLeverage. See the Perps Positions guide for how to handle these fields in your integration.
positionAmount is the base token quantity held. For perps, this is the margin amount (un-leveraged).
positionAmountWithLeverage (perps only) is the token amount multiplied by leverage — the notional exposure.
positionStats.holdingsCostBasisUSD is the USD cost basis of the current holdings. For spot, this is what the trader paid for tokens they still hold. For perps, this is the margin posted.
positionStats.realizedGainsUSD is the all-time realized PnL for the position.
To compute unrealized PnL, you need a current price from your own pricing source:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ethereum, optimism, polygon, arbitrum, zora, base, zero, solana, hyperliquid The contract / token address.
Position status filter. "open" = currently held (>= $1 value), "closed" = fully exited or dust (< $1 value).
open, closed "closed"
Sorting method. "value" (default): sorts by realized gains for closed positions, 30-day sell cost basis for open. "latest": sorts by close date for closed positions, open date for open.
value, latest If included, only include transactions with actions on the provided chains. Defaults to base, ethereum, solana. Pass all to see transactions on all supported chains.
ethereum, optimism, polygon, arbitrum, zora, base, zero, solana, hyperliquid, all Page number for pagination (1-based)
x >= 1Number of positions per page (max 100)
1 <= x <= 100200
Number of unique addresses that purchased this token in the last 24 hours
Display title for the position (typically profile name)
Action buttons/links for this position
Token details and position statistics including all trades
AI-generated insights and metrics about this position
Engagement metrics: copytrade count and volume, reply count, comment count
Unique identifier for this feed card (position)
Unix timestamp of the most recent trade in this position
Unix timestamp of the most recent trade in this position. Used for "latest" sort ordering.
Profile information of the trader who holds/held this position
Profile avatar image URL of the actor