A successful response.
const response = await fetch('https://inj.nownodes.io/injective/exchange/v1beta1/perpetual_market_info/{market_id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "info": { "market_id": "text", "hourly_funding_rate_cap": "text", "hourly_interest_rate": "text", "next_funding_timestamp": "text", "funding_interval": "text" } }