Skip to main content
POST
User Tag Profile

Authorizations

X-Api-Key
string
header
required

API key issued for programmatic access.

Body

application/json
page
object
required
filter
object[]

Filters to apply, combined with AND. Use a group for OR.

Minimum array length: 1

A single condition, or a group combining conditions with AND/OR.

orderBy
object[]

Sort keys in priority order; the first is the primary sort. Defaults to the table's configured ranking when omitted.

searchKey
string

Free-text search over: User (prefix match/full-text search).

Response

List of User Tag Profile rows

avgTradesPerPrediction
number<float>

Average number of trades per prediction

holdTime
integer<int32>

Average hold time in seconds

loss
number<double>

Total loss

losses
integer<int32>

Number of losing positions

numPredictions
integer<int32>

Number of predictions

numTrades
integer<int32>

Number of trades

positions
integer<int32>

Total number of positions

profit
number<double>

Total profit

profitFactor
number<float>

Ratio of profit to loss

rank
integer<int32>

User rank by PnL in the category for the duration

realizedBuyCost
number<double>

Total cost of closed buys

realizedPnl
number<double>

Realized profit and loss

roi
number<float>

Return on investment percentage

tagId
integer<int32>

Tag identifier

userId
string

User wallet address

volume
number<double>

Total trading volume

winRate
number<float>

Winning percentage

wins
integer<int32>

Number of winning positions