QueryExpiryFuturesMarketInfoResponse is the response type for the Query/ ExpiryFuturesMarketInfo RPC method.
GET /injective/exchange/v1beta1/expiry_market_info/{market_id} HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "info": { "market_id": "text", "expiration_timestamp": "text", "twap_start_timestamp": "text", "expiration_twap_start_price_cumulative": "text", "settlement_price": "text" } }