get https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/custody/accounts
This endpoint retrieves a list of custody accounts. It supports pagination, filtering, and sorting capabilities.
Response Structure
{
"statusCode": "101",
"statusDesc": "Ok",
"custody_accounts": [
{
"accountId": "A00000003",
"requestId": "1BIBe0V",
"status": "Approved",
"relationship": null,
"restrictedStatus": "No",
"restrictedReason": null,
"principalReviewBy": "",
"approvalDate": "2025-02-12 17:11:18",
"notes": "",
"createdDate": "2025-02-12 17:11:17",
"updatedDate": "2025-02-12 17:11:18"
}
],
"pagination": {
"totalRecords": 1001,
"startIndex": 0,
"endIndex": 0
}
}
Examples
- Basic query (default behavior):
GET /v3/custody/accounts
- Limit the number of results:
GET /v3/custody/accounts?limit=1
- Use limit and offset for pagination:
GET /v3/custody/accounts?limit=1&offset=2
Permissions
This method requires the scopecustody_account.read.pii_medium
to be granted to the calling API key.
This scope can be assigned by system admins through the API or Transact Portal.
Filtering
For more information on filtering see