Skip to main content

Create Wallet

Wallet management and contract deployment.

Authentication: Bearer token required.

Endpoint: POST /api/v1/wallets


Request Body

FieldTypeRequiredDescription
node_idstringYesNode UUID
chain_idstringYesChain UUID
namestringYes1–255 chars

Response — 201 Created

Returns wallet object (id, node_id, chain_id, name, address, is_active, created_at, updated_at).

StatusDescription
404Node or chain not found