Skip to main content
POST

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Body

application/json
chain
enum<string>
required
Available options:
tron,
eth,
btc
asset
enum<string>
default:usdt

Wallet asset (usdc only over eth; on btc the asset defaults to btc).

Available options:
usdt,
usdc,
btc
label
string

Optional descriptive label.

Response

Wallet created.

wallet_id
string<uuid>
type
enum<string>

Product discriminator: deposit wallets only receive crypto that credits the virtual balance.

Available options:
deposit
receive_only
boolean

Always true. Deposit wallets cannot send, export or import (use segregated wallets for that).

chain
enum<string>
Available options:
tron,
eth,
btc
asset
string
Example:

"USDT"

address
string
label
string

Optional descriptive label.

created_at
string<date-time>
creation_fee
string
Last modified on July 18, 2026