Skip to main content
GET
/
accounts
/
{account_id}
/
balance
Get Account Balance
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/accounts/{account_id}/balance
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

account_id
string<uuid>
required

Response

Successful Response