Skip to main content
POST
Create wallet

Authorizations

Authorization
string
header
required

JWT obtained from /v2/auth/login

Body

application/json

Data used to create the wallet.

walletName
string
required

Wallet name. Only alphanumeric characters, hyphens, and underscores are allowed.

Required string length: 1 - 50
Example:

"main_wallet"

Response

Wallet created.

walletId
string
required

Wallet or vault identifier.

Example:

"550e8400-e29b-41d4-a716-446655440001"

status
string
required

Wallet status.

Example:

"ACTIVE"

createdAt
string
required

Wallet creation date.

Example:

"2026-05-12T12:00:00.000Z"

assets
object[]
required

Assets configured in the wallet.