Status of the market, for convenience it is set to string - not enum.
Filter by market IDs.
Flag to return the markets mid price and top of the book buy and sell orders.
QueryFullSpotMarketsResponse is the response type for the Query/FullSpotMarkets RPC method.
GET /injective/exchange/v1beta1/spot/full_markets HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "markets": [ { "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" } } ] }