Skip to main content
GET
cURL

Query Parameters

currency
enum<string>
required

The currency symbol Currency, i.e "BTC", "ETH", "USDC"

Available options:
BTC,
ETH,
USDC,
USDT,
EURR
kind
default:any

Instrument kind filter. Pass a single value or repeat kind[] to filter by multiple kinds. Instrument kind: "future", "option", "spot", "future_combo", "option_combo"

Available options:
future,
option,
spot,
future_combo,
option_combo
depth
enum<integer>
default:1

Orderbook depth to include in the ticker response.

Available options:
1,
3,
10

Response

200 - application/json

Success response

jsonrpc
enum<string>
required

The JSON-RPC version (2.0)

Available options:
2.0
result
object[]
required

Ticker data for depth 1, or ticker data with bid and ask levels for depth 3 or 10.

id
integer

The id that was sent in the request