For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Blitz performance

GET /api/v1/token-races/performance

Get Blitz performance

get

Returns exact all-time Blitz total cost, PnL, best winning streak, and longest losing streak. PnL and both streaks come from the wallet aggregate (fee-inclusive race cash-flow atoms). Total cost is mint pool collateral across completed Blitz markets and excludes protocol and integrator fees.

Query parameters
userstringRequired

Ethereum wallet address

Responses
200

OK

application/json
bestStreakintegerOptional
longestLossStreakintegerOptional

LongestLossStreak is the all-time losing mirror of BestStreak.

pnlstringOptional

Pnl is all-time race cash-flow PnL from race_user_aggregate (fee-inclusive).

totalCoststringOptional

TotalCost is mint pool collateral spent in completed Blitz markets, excluding protocol and integrator fees.

get/api/v1/token-races/performance

Last updated