Market ID for the market
QuerySpotMidPriceAndTOBResponse is the response type for the Query/SpotMidPriceAndTOB RPC method.
GET /injective/exchange/v1beta1/spot/mid_price_and_tob/{market_id} HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "mid_price": "text", "best_buy_price": "text", "best_sell_price": "text" }