Skip to main content
GET
/
api
/
v1
/
limitless
/
{market_id}
/
orderbook
[
  {
    "exchange": "<string>",
    "token_id": "<string>",
    "market_id": "<string>",
    "bid_side": [
      123
    ],
    "ask_side": [
      123
    ],
    "last_update": "2023-11-07T05:31:56Z"
  }
]

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

Query Parameters

limit
integer
default:10

Maximum number of rows to return (default: 10, max: 10,000)

Required range: x <= 10000

Response

Orderbook data

exchange
string

Exchange identifier (LMT)

token_id
string

Token identifier

market_id
string

Market identifier

bid_side
number[]

Array of bid prices

ask_side
number[]

Array of ask prices

last_update
string<date-time>

Last update timestamp from exchange