Skip to main content
GET
Get Candles

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

market_id
string
required
timeframe
string
required
Examples:

"5m"

"15m"

"1h"

"4h"

"24h"

start
string<date-time>
required
end
string<date-time>
required
limit
integer
default:1000
Required range: x <= 10000

Response

Successful Response

market_id
string
required

Polymarket market identifier (hex 0x…).

timeframe
enum<string>
required
Available options:
5m,
15m,
1h,
4h,
24h
count
integer<int64>
required
candles
object[]
required