> 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/markets/get-outcome-token-stats.md).

# Get outcome token stats

GET /api/v1/market-data/tokens/stats

## Get outcome token stats

> Returns outcome-level stats including time-bucketed price, volume, and collateral deltas (30m, 1h, 4h, 24h). Supports filtering by category, status, question IDs, or specific market addresses.

```json
{"openapi":"3.1.1","info":{"title":"FortyTwo Read API","version":"1.0"},"tags":[{"description":"GET /api/v1/market-data/tokens/stats","name":"get-outcome-token-stats"}],"servers":[{"url":"https://rest.ft.42.space/"}],"paths":{"/api/v1/market-data/tokens/stats":{"get":{"description":"Returns outcome-level stats including time-bucketed price, volume, and collateral deltas (30m, 1h, 4h, 24h). Supports filtering by category, status, question IDs, or specific market addresses.","tags":["get-outcome-token-stats"],"summary":"Get outcome token stats","parameters":[{"schema":{"type":"integer"},"description":"Page size (default 100, max 500)","name":"limit","in":"query"},{"schema":{"type":"integer"},"description":"Offset (default 0)","name":"offset","in":"query"},{"schema":{"type":"string","default":"volume"},"description":"Sort field: volume, buy_volume, payout, price, collateral, traders, start_timestamp, end_timestamp, or any of price/volume/collateral_change_30m|1h|4h|24h","name":"order_by","in":"query"},{"schema":{"type":"boolean"},"description":"Sort ascending (default false = descending)","name":"ascending","in":"query"},{"schema":{"type":"string"},"description":"Filter by category name","name":"category","in":"query"},{"schema":{"type":"integer"},"description":"Filter by category ID","name":"category_id","in":"query"},{"schema":{"type":"string"},"description":"Filter by status: not_started, live, ended, resolved, finalised, all","name":"status","in":"query"},{"schema":{"type":"string"},"description":"Filter by question_id(s), comma-separated","name":"question_id","in":"query"},{"schema":{"type":"string"},"description":"Filter by market address(es), comma-separated","name":"market_address","in":"query"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ft_market-service-v2_pkg_api.PaginatedResponse-internal_handler_TokenStatsEntry"}}}},"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":{"ft_market-service-v2_pkg_api.PaginatedResponse-internal_handler_TokenStatsEntry":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/components/schemas/internal_handler.TokenStatsEntry"}},"pagination":{"$ref":"#/components/schemas/ft_market-service-v2_pkg_api.Pagination"}}},"internal_handler.TokenStatsEntry":{"type":"object","properties":{"buyVolume":{"type":"number"},"collateral":{"type":"number"},"market":{"$ref":"#/components/schemas/internal_handler.TokenStatsMarket"},"marketAddress":{"type":"string"},"mintedQuantity":{"description":"Human-readable minted outcome-token supply; outcome mcap = price × mintedQuantity.","type":"number"},"outcome":{"$ref":"#/components/schemas/internal_handler.TokenStatsOutcome"},"payout":{"type":"number"},"price":{"type":"number"},"question":{"$ref":"#/components/schemas/internal_handler.TokenStatsQuestion"},"questionId":{"type":"string"},"sellVolume":{"type":"number"},"statsChanges":{"$ref":"#/components/schemas/internal_handler.StatsChanges"},"tokenId":{"type":"string"},"totalVolume":{"type":"number"},"traders":{"type":"integer"}}},"internal_handler.TokenStatsMarket":{"type":"object","properties":{"collateralDecimals":{"type":"integer"},"startTimestamp":{"description":"Market trading start (RFC3339). Null when unset.","type":"string"}}},"internal_handler.TokenStatsOutcome":{"type":"object","properties":{"image":{"type":"string"},"name":{"type":"string"},"symbol":{"type":"string"},"translations":{"description":"Raw outcome_metadata.translations map, shape {locale: {name}}. Null when\nthe outcome has no translations.","type":"object","additionalProperties":{"$ref":"#/components/schemas/internal_handler.OutcomeTranslation"}}}},"internal_handler.OutcomeTranslation":{"description":"Localized outcome text for the requested locale.","type":"object","properties":{"name":{"type":"string"}}},"internal_handler.TokenStatsQuestion":{"type":"object","properties":{"categories":{"description":"Taxonomy names attached to the question (question_category / question_subcategory).","type":"array","items":{"type":"string"}},"categoryId":{"type":"integer"},"description":{"type":"string"},"earlyResolutionEligible":{"description":"True when the question is flagged eligible for early resolution.","type":"boolean"},"endDate":{"type":"string"},"image":{"type":"string"},"metadataImage":{"description":"Admin-curated image from question_metadata (may differ from the on-chain image).","type":"string"},"subcategories":{"type":"array","items":{"type":"string"}},"title":{"type":"string"},"translations":{"description":"Raw question_metadata.translations map, shape {locale: {title, ancillary}}.\nNull when the question has no translations.","type":"object","additionalProperties":{"$ref":"#/components/schemas/internal_handler.MarketTranslation"}}}},"internal_handler.MarketTranslation":{"description":"Localized market text for the requested locale.","type":"object","properties":{"ancillary":{"type":"array","items":{"type":"string"}},"title":{"type":"string"}}},"internal_handler.StatsChanges":{"type":"object","properties":{"collateralChange1h":{"type":"number"},"collateralChange24h":{"type":"number"},"collateralChange30m":{"type":"number"},"collateralChange4h":{"type":"number"},"priceChange1h":{"type":"number"},"priceChange24h":{"type":"number"},"priceChange30m":{"type":"number"},"priceChange4h":{"type":"number"},"volumeChange1h":{"type":"number"},"volumeChange24h":{"type":"number"},"volumeChange30m":{"type":"number"},"volumeChange4h":{"type":"number"}}},"ft_market-service-v2_pkg_api.Pagination":{"type":"object","properties":{"hasMore":{"type":"boolean"},"totalResults":{"type":"integer"}}},"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/markets/get-outcome-token-stats.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.
