Bulk-assign accounts to a custody account group
Assigns up to 100 accounts to the target custody account group in a single atomic transaction. Accounts already bound to another group are reassigned; rebinding an account that already belongs to this group is a no-op write.
Every account must belong to the caller’s entity. If any account is not found, the entire request fails with 404 and no assignment row is changed.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Identifier of the custody account group.
"9c0f1c0d-6c61-4f3d-9b8a-1a3a4b3c5d6e"
Body
Accounts to assign to this group. Each account must belong to the caller's entity. Accounts already assigned to another group are reassigned atomically; rebinding an account that already belongs to this group is a no-op.
1 - 100 elementsResponse
Successfully assigned accounts to the group.
A customer-defined grouping of custody accounts owned by a single entity. Each account can belong to at most one group at a time.
The approximateBalanceInUsd and accountsPreview fields are aggregate views populated by the list-groups endpoint. The single-group detail endpoint returns the metadata-only view and omits both fields.