/injective/exchange/v1beta1/positions
A successful response.
An unexpected error response.
curl -L \ --url 'https://inj.nownodes.io/injective/exchange/v1beta1/positions'
{ "state": [ { "subaccount_id": "text", "market_id": "text", "position": { "isLong": true, "quantity": "text", "entry_price": "text", "margin": "text", "cumulative_funding_entry": "text" } } ] }
/injective/exchange/v1beta1/positions/{subaccount_id}
curl -L \ --url 'https://inj.nownodes.io/injective/exchange/v1beta1/positions/{subaccount_id}'
/injective/exchange/v1beta1/positions/{subaccount_id}//{market_id}
curl -L \ --url 'https://inj.nownodes.io/injective/exchange/v1beta1/positions/{subaccount_id}/{market_id}'
{ "state": { "isLong": true, "quantity": "text", "entry_price": "text", "margin": "text", "cumulative_funding_entry": "text" } }