Skip to main content
GET
GET /api/v2/perp/markets/:coin — Get a single market with orderbook

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <jwt> for user auth or Authorization: Bearer sk_{keyId}_{secret} for API key auth.

Path Parameters

coin
string
required

Coin symbol (e.g. BTC, ETH)

Response

Market with orderbook

V2 success response envelope

data
object
required
requestId
string
required
pagination
object | null

Page-based pagination info (per RFC)