> For the complete documentation index, see [llms.txt](https://docs.42.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.42.space/for-developers/rest-api-alpha/users/get-blitz-performance.md).

# Get Blitz performance

GET /api/v1/token-races/performance

## Get Blitz performance

> 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.

```json
{"openapi":"3.1.1","info":{"title":"FortyTwo Read API","version":"1.0"},"tags":[{"description":"GET /api/v1/token-races/performance","name":"get-blitz-performance"}],"servers":[{"url":"https://rest.ft.42.space/"}],"paths":{"/api/v1/token-races/performance":{"get":{"description":"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.","tags":["get-blitz-performance"],"summary":"Get Blitz performance","parameters":[{"schema":{"type":"string"},"description":"Ethereum wallet address","name":"user","in":"query","required":true}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/internal_handler.BlitzPerformance"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ft_market-service-v2_pkg_api.ErrorResponse"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ft_market-service-v2_pkg_api.ErrorResponse"}}}}}}}},"components":{"schemas":{"internal_handler.BlitzPerformance":{"type":"object","properties":{"bestStreak":{"type":"integer"},"longestLossStreak":{"description":"LongestLossStreak is the all-time losing mirror of BestStreak.","type":"integer"},"pnl":{"description":"Pnl is all-time race cash-flow PnL from race_user_aggregate (fee-inclusive).","type":"string"},"totalCost":{"description":"TotalCost is mint pool collateral spent in completed Blitz markets,\nexcluding protocol and integrator fees.","type":"string"}}},"ft_market-service-v2_pkg_api.ErrorResponse":{"type":"object","properties":{"code":{"type":"integer"},"error":{"type":"string"},"message":{"type":"string"}}}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.42.space/for-developers/rest-api-alpha/users/get-blitz-performance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
