v1

latestOpenAPI 3.1.0Proprietary2026-07-26344473.1 KB
v3 - Markets

List markets

Cursor-paginated list of markets for a coin. Sorted by start_time desc.

get/v3/{coin}/markets

Path parameters

coin'btc' | 'eth' | 'sol' required

Cryptocurrency for this request. Available: btc, eth, sol.

Query parameters

type'5m' | '15m' | '1h' | '4h' | '24h'

Filter by market type.

resolvedboolean

true = only resolved markets, false = only open markets.

start_timestring

Lower bound — millisecond epoch or ISO-8601.

end_timestring

Upper bound — millisecond epoch or ISO-8601.

limitinteger

Items per page (max 100).

cursorstring

Opaque cursor from a previous response's pagination.next_cursor. Mutually exclusive with offset (cursor wins).

include_countboolean

Include pagination.total_count. Triggers a COUNT(*); leave off unless you need it.

Response

Successful response

Example response

{
  "meta": {
    "request_id": "req_a1b2c3d4e5f6"
  }
}