Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Body

application/json
user_id
string<uuid>
required

User ID to own the wallet.

name
string
required

Wallet name/label.

network
enum<string>
required

Network (case-sensitive).

Available options:
ethereum,
tron,
solana
wallet_type
enum<string>
required

Wallet type.

Available options:
hot,
cold
is_default
boolean

Whether this wallet should be default for the network.

Response

201 - application/json

Wallet created with initialized balances

wallet
object
balances
object[]