Market ID for the market
Flag to return the markets mid price and top of the book buy and sell orders.
QuerySpotMarketResponse is the response type for the Query/SpotMarket RPC method.
GET /injective/exchange/v1beta1/spot/full_market/{market_id} HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "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" } } }