Get all outcome tokens

GET /api/v1/markets/tokens

Get all outcome tokens

get

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_addressstringOptional

Filter by market address

token_idstringOptional

Filter by token ID

outcome_indexintegerOptional

Filter by outcome index (0-based)

limitintegerOptional

Results per page (default 50, max 500)

offsetintegerOptional

Pagination offset (default 0)

orderstringOptional

Sort field: price, market_cap, token_id, outcome_index

ascendingbooleanOptional

Sort ascending (default false = descending)

Responses
get
/api/v1/markets/tokens

Last updated