Skip to main content
POST
/
vault
/
accounts
/
{vaultAccountId}
/
wallets
Error
A valid request URL is required to generate request examples
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "vaultId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "tenantId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "assetId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "address": "<string>",
  "status": "ACTIVE",
  "createdAt": "2023-11-07T05:31:56Z",
  "publicKey": "<string>",
  "label": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Format: Bearer {key_id}:{secret}

Headers

Idempotency-Key
string

Idempotency key for safe retries (required for POST/PUT)

Path Parameters

vaultAccountId
string<uuid>
required

Body

application/json
assetId
string<uuid>
required
address
string
required
Pattern: ^0x[a-fA-F0-9]{40}$
publicKey
string
required

Hex-encoded Dilithium3 public key (1952 bytes)

Required string length: 3904
label
string

Response

201 - application/json

Wallet registered

id
string<uuid>
required
vaultId
string<uuid>
required
tenantId
string<uuid>
required
assetId
string<uuid>
required
address
string
required
Pattern: ^0x[a-fA-F0-9]{40}$
status
enum<string>
required
Available options:
ACTIVE,
ARCHIVED
createdAt
string<date-time>
required
publicKey
string

Hex-encoded Dilithium3 public key (1952 bytes)

label
string