Skip to main content
GET
/
v2
/
account
/
eod
/
net-position
Get EoD net position
curl --request GET \
  --url https://api.example.com/v2/account/eod/net-position \
  --header 'Authorization: Bearer <token>'
{
  "netPosition": [
    {
      "currency": "<string>",
      "amount": "<string>"
    }
  ]
}

Get EoD net position

GET request to /v2/account/eod/net-position

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

subAccountId
string<uuid>

Operate against a sub-account of the authenticated main account.

Response

OK

netPosition
object[]