Skip to main content
GET
/
position
cURL
curl --request GET \
  --url https://beta.rocketfi.io/position
{
  "positions": {}
}

Path Parameters

account
string<hex>
required

An Ethereum-style account address (20 bytes).

instrumentId
null | integer<int64>
required

An instrument identifier (8-byte hash).

Required range: x >= 0

Response

200 - application/json

Positions by account

positions
object