Market ID for the market
QuerySpotOrderbookResponse is the response type for the Query/SpotOrderbook RPC method.
GET /injective/exchange/v1beta1/spot/orderbook/{market_id} HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "buys_price_level": [ { "p": "text", "q": "text" } ], "sells_price_level": [ { "p": "text", "q": "text" } ] }