Skip to main content
GET
/
markets
List Markets
curl --request GET \
  --url https://api.totalis.com/markets \
  --header 'Authorization: Bearer <token>'
{
  "markets": [
    {
      "ticker": "<string>",
      "event_ticker": "<string>",
      "series_ticker": "<string>",
      "series_title": "<string>",
      "title": "<string>",
      "subtitle": "<string>",
      "category": "<string>",
      "status": "<string>",
      "volume": 123,
      "volume_24h": 123,
      "open_interest": 123,
      "yes_bid": 123,
      "yes_ask": 123,
      "no_bid": 123,
      "no_ask": 123,
      "last_price": 123,
      "open_time": "2023-11-07T05:31:56Z",
      "close_time": "2023-11-07T05:31:56Z",
      "expiration_time": "2023-11-07T05:31:56Z",
      "kalshi_url": "<string>",
      "synced_at": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123,
  "category": "<string>"
}

Authorizations

Authorization
string
header
required

Privy JWT token. Use Authorization: Bearer <token>. Supported for REST API only.

Query Parameters

category
string
default:all

Filter by market category. Use all or omit to return all categories.

Response

List of cached markets

markets
object[]
total
integer

Total number of markets returned

category
string

Category filter applied