Skip to main content
GET
Get price history for markets

Authorizations

X-API-Key
string
header
required

API key for authentication

Query Parameters

market_ids
string
required

Comma-separated list of market IDs (max 10)

Example:

"524153,KXELONMARS-99"

start_ts
string
required

Start timestamp (Unix seconds)

Example:

"1700000000"

end_ts
string
required

End timestamp (Unix seconds)

Example:

"1700100000"

interval
enum<string>

Time interval in minutes. Supported: 1 (1 minute), 60 (1 hour), 1440 (1 day)

Available options:
1,
60,
1440
Example:

"60"

limit
string

Maximum number of points to return (max 5000)

Example:

"1000"

Response

Price history data

data
object[]
required
meta
object
required