Add or remove accounts
Accounts
Add or remove accounts
Batch add, update, or remove accounts for the caller workspace. Remove returns 404 when the account id is not found in the workspace.
PUT
Add or remove accounts
Authorizations
Use Authorization: Bearer
Body
application/json
Required array length:
1 - 1000 elementsExample:
[
{
"action": "add",
"account": {
"name": "Treasury wallet",
"network": "solana",
"address": "BJE5MMbqXjVwjAF7oxwPYXnTXDyspzZyt4vwenNw5ruG",
"category": "Multisig",
"group_ids": ["uuid-1"]
}
},
{
"action": "remove",
"account": {
"network": "stellar",
"address": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN"
}
}
]Response
200 - application/json
Example:
true
Last modified on June 16, 2026

