---
title: "Get all outcome tokens"
method: GET
path: "/api/v1/markets/tokens"
tags: ["get-all-outcome-tokens"]
---

# Get all outcome tokens

`GET /api/v1/markets/tokens`

Returns a paginated list of all tradeable outcome tokens across markets. Filter by market address, token ID, or outcome index. Supports sorting by price, market cap, or token ID.

## Query parameters

- `market_address` string
- `token_id` string
- `outcome_index` integer
- `limit` integer
- `offset` integer
- `order` string
- `ascending` boolean

## Response `200`

OK

- FtMarketServiceV2PkgApiPaginatedResponseInternalHandlerTokenResponse
  - `data` InternalHandlerTokenResponse[]
    - `market` InternalHandlerTokenMarketResponse
      - `marketAddress` string
      - `question` InternalHandlerTokenQuestionResponse
        - `questionId` string
        - `slug` string
        - `title` string
      - `slug` string
    - `marketCap` string
    - `outcomeIndex` integer
    - `outcomeName` string
    - `price` string
    - `tokenId` string
  - `pagination` FtMarketServiceV2PkgApiPagination
    - `hasMore` boolean
    - `totalResults` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/42/apis/fortytwo-read-api.md) · [All operations](https://skmtc.dev/42/apis/fortytwo-read-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/42/fortytwo-read-api/revisions/660740bda403/schema)
