Skip to main content
POST
Create Sub-Wallet

Authorizations

Authorization
string
header
required

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

Body

application/json
email
string
required

Email associated with the sub-wallet (max 50 characters)

name
string
required

The name of the sub-wallet (max 50 characters)

clientUserId
string

The client user ID associated with the sub-wallet

canTrade
boolean

Activate Trading/Instant-Swap Access for sub-wallet

Response

success
boolean
required
Example:

true

data
object
required