GET
/
api
/
v1
/
market_info
[
  {
    "addr": "<string>",
    "base_addr": "<string>",
    "base_decimals": 1,
    "created_at": "2023-11-07T05:31:56Z",
    "epoch": 1,
    "funding_epoch": 1,
    "funding_index": 1,
    "initial_margin_ratio": 1,
    "maintenance_margin_ratio": 1,
    "mark_price": 1,
    "max_leverage": 1,
    "min_order_size": 1,
    "open_interest": 1,
    "oracle_price": 1,
    "quote_addr": "<string>",
    "quote_decimals": 1,
    "root": "<string>",
    "symbol": "<string>",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

market_addr
string | null

Market address to filter by

symbol
string | null

Market symbol to filter by

page
integer
default:1
Required range: x >= 0
per_page
integer
default:20
Required range: x >= 0

Response

200
application/json

Successfully retrieved market information

The response is of type object[].