Skip to main content
GET
/
api
/
v1
/
limitless
/
{market_id}
/
market
{
  "limitless_id": "<string>",
  "title": "<string>",
  "rules": [
    "<string>"
  ],
  "closed": true,
  "closed_time": 123,
  "category": "<string>",
  "x": [
    "<string>"
  ],
  "action": [
    "<string>"
  ],
  "y": [
    "<string>"
  ],
  "winning_outcome_index": 123,
  "winning_outcome": "<string>"
}

Authorizations

X-API-Key
string
header
required

Your API key (get one from the test-key endpoint above)

Path Parameters

market_id
string
required

Limitless market identifier

Response

Market details

limitless_id
string

Limitless market identifier

title
string

Market title

rules
string[]

Resolution rules/criteria

closed
boolean

Whether the market is closed

closed_time
integer | null

Unix timestamp when market closed (null if still open)

category
string

Market category

x
(string | null)[]

X entity tags

action
(string | null)[]

Action entity tags

y
(string | null)[]

Y entity tags

winning_outcome_index
integer

Index of the winning outcome

winning_outcome
string

Winning outcome of the market