QuerySubaccountEffectivePositionInMarketResponse is the response type for the Query/SubaccountEffectivePositionInMarket RPC method.
GET /injective/exchange/v1beta1/effective_positions/{subaccount_id}/{market_id} HTTP/1.1 Host: inj.nownodes.io Accept: */*
A successful response.
{ "state": { "is_long": true, "quantity": "text", "entry_price": "text", "effective_margin": "text" } }