Full market
Path parameters
market_idstringRequired
Market ID for the market
Query parameters
with_mid_price_and_tobbooleanOptional
Flag to return the markets mid price and top of the book buy and sell orders.
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /injective/exchange/v1beta1/spot/full_market/{market_id} HTTP/1.1
Host: inj.nownodes.io
Accept: */*
{
"market": {
"market": {
"ticker": "text",
"base_denom": "text",
"quote_denom": "text",
"maker_fee_rate": "text",
"taker_fee_rate": "text",
"relayer_fee_share_rate": "text",
"market_id": "text",
"status": "Unspecified",
"min_price_tick_size": "text",
"min_quantity_tick_size": "text",
"min_notional": "text",
"admin": "text",
"admin_permissions": 1
},
"mid_price_and_tob": {
"mid_price": "text",
"best_buy_price": "text",
"best_sell_price": "text"
}
}
}