Create a segregated wallet
Creates a new on-chain wallet owned by the calling account. Its balance lives on-chain (never in the ledger) and it is exempt from the treasury sweep. Supported pairs: tron/usdt, eth/usdt, eth/usdc, btc/btc. Company accounts can create unlimited wallets; person accounts hold 1 per network+asset pair (a second one responds 422 wallet_limit_reached). An optional Idempotency-Key (or idempotency_key in the body) makes retries safe: a repeat returns the same wallet without creating a second one. May bill the wallet_creation fee (refunded if creation fails).
Authorizations
Session JWT (from register/login) or API key (pk_...).
X-API-Key: <token> is accepted as an alternative header.
Body
Response
Wallet created.
Product discriminator for segregated wallets.
segregated tron, eth, btc "USDT"
How the wallet entered the platform.
created, imported Whether the private key was ever exported (shared custody).