Skip to main content
POST
User Tag Profile

Body

application/json
duration
object
required

Time window for aggregation

page
object
required
filter
(Numeric · object | ID · object | Group · object)[]

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

Minimum array length: 1

A single field condition. in/notIn take an array of values; matches/notMatches take one search term.

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

tag
Tag · object

Resolved Tag row.

user
User · object

Resolved User row.

volume
number<double>

Total trading volume

winRate
number<float>

Winning percentage

wins
integer<int32>

Number of winning positions