Skip to main content
POST
Create a new wallet

Path Parameters

account-id
string<uuid>
required

Body

application/json
wallet-name
string
required

Name for the new wallet

Example:

"My Trading Wallet"

chain
enum<string>
required

Blockchain that this wallet will be supported on

Available options:
tempo,
eth-mainnet,
eth-base
Example:

"eth-base"

metadata
object | null

Custom metadata to associate with the wallet

Example:
ui-enabled
boolean

Whether this wallet should be visible in the UI (defaults to false)

Example:

false

Response

Wallet created successfully

wallet
object
required