GET
/
v1
/
public
/
get_position
curl --request GET \
  --url https://api.doppapp.com/v1/public/get_position
{
  "balance": 123,
  "burns": 123,
  "direction": "<string>",
  "floating_profit_loss": 123,
  "initial_margin": 123,
  "instrument_name": "<string>",
  "maintenance_margin": 123,
  "mints": 123,
  "open_orders_margin": 123,
  "position": 123,
  "size": 123,
  "updated_at": 123
}

Query Parameters

wallet_address
string
required
instrument_name
string
required

Response

200 - application/json

Get account position

The response is of type object.