Skip to main content
GET
/
api
/
v1
/
accounts
List accounts
curl --request GET \
  --url https://app.crown-brlv.com/api/v1/accounts
{
  "accounts": [
    {
      "id": "019712cf-c86d-703f-85b8-bdaa4fc8d254",
      "alias": "Trading account",
      "status": "active",
      "external-id": "ext-12345",
      "created-at": "2024-01-15T10:30:00Z",
      "parent-id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ]
}

Response

Account and sub-accounts retrieved successfully

accounts
object[]
required