Market ID for the market
A successful response.
const response = await fetch('https://inj.nownodes.io/injective/exchange/v1beta1/derivative/market_address/{market_id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "address": "text", "subaccount_id": "text" }