/injective/exchange/v1beta1/spot/full_market/{market_id}
Market ID for the market
Flag to return the markets mid price and top of the book buy and sell orders.
A successful response.
An unexpected error response.
curl -L \ --url 'https://inj.nownodes.io/injective/exchange/v1beta1/spot/full_market/{market_id}'
{ "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" } } }