v2
latestOpenAPI 3.1.02026-08-0513206146.6 KBAccounts
Update an Account
<Callout intent="warning"> The endpoints exposed here are currently in **Beta**! As we continue to build our initial offering, these endpoints may implement breaking changes. Be sure to check back for our change log regularly as a precaution. </Callout>Apply a single change to an existing account, selected by operation:
- setName: rename a wallet or bank account (send name).
- addNetwork: register an existing wallet on an additional network, which starts a new mint entitlement there (see Wallet entitlements). Rejected with 409 if the address is already registered there.
- requestEntitlement: request an entitlement (currently instant_settlement) on an existing wallet network. Returns 400 if the entitlement isn't requestable for that network. See Wallet entitlements for how requests are reviewed and approved.
The response is the full updated account, same shape as GET /v0/accounts.
put/v0/accounts/{accountId}
Path parameters
accountIdstring uuid required
Id of the account to update; must belong to the caller's org.
Headers
Authorizationstring required
Session JWT from POST /v0/auth/token, sent as Authorization: Bearer <sessionJwt>.
See Authentication for more details.
Request body
Response
OK