Get current user statistics
Get trading and account statistics for the authenticated user.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
OR
X-API-Keystring
Server-side API key (drzl_live_ prefix), least-privilege scoped. Keep it secret — never ship it to a browser or SPA. An alternative to a session JWT (HTTPBearer) on the developer surface. See docs/api/cors-and-auth.md.
Headers
X-API-Key
Response
Successful Response
user_id
account_age_days
accuracy_points
avg_return
best_streak
best_trade_pnl
current_streak
leaderboard_rank
markets_lost
markets_traded
markets_won
net_profit
order_count
position_count
prediction_points
streak_points
total_deposited
total_fees_paid
total_losses
total_points
total_volume_traded
total_winnings
total_withdrawn
trade_count
trading_points
wallet_balance
win_rate
worst_trade_pnl
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error

