Skip to main content
POST
Create an organization stablecoin wallet

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required
Example:

"org-abc123"

Body

application/json
label
string

Optional human label for the wallet (e.g. "Treasury").

Maximum string length: 60
Example:

"Treasury"

Response

Envelope { success, wallet: OrganizationWalletResponseDto }

success
boolean
required
Example:

true

wallet
object
required