Authorizations
The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
Body
The request body to create a wallet
- Custodial Wallets
- MPC Wallets
- Exchange Wallets
The information of Custodial Wallets.
The wallet name.
"My WaaS 2.0 Wallet"
The wallet type. Possible values include:
-
Custodial
: Custodial Wallets -
MPC
: MPC Wallets -
SmartContract
: Smart Contract Wallets -
Exchange
: Exchange Wallets
Custodial
, MPC
, SmartContract
, Exchange
"Custodial"
The wallet sub-type. Possible values include:
Asset
: Custodial Wallets (Asset Wallets).Web3
: Custodial Wallets (Web3 Wallets).Org-Controlled
: MPC Wallets (Organization-Controlled Wallets).User-Controlled
: MPC Wallets (User-Controlled Wallets).Safe{Wallet}
: Smart Contract Wallets (Safe).Main
: Exchange Wallets (Main Account).Sub
: Exchange Wallets (Sub Account).
Each wallet sub-type requires a different set of properties. Switch between the above tabs for details.
Asset
, Web3
, Org-Controlled
, User-Controlled
, Safe{Wallet}
, Main
, Sub
"Asset"
Enable the auto-sweep feature for the wallet. This parameter only applies to MPC Wallets and Web3 Wallets.
Response
The request was successful.
- Custodial Wallets
- MPC Wallets
- Exchange Wallets
The basic information of a wallet.
The wallet ID.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
The wallet type. Possible values include:
-
Custodial
: Custodial Wallets -
MPC
: MPC Wallets -
SmartContract
: Smart Contract Wallets -
Exchange
: Exchange Wallets
Custodial
, MPC
, SmartContract
, Exchange
"Custodial"
The wallet sub-type. Possible values include:
Asset
: Custodial Wallets (Asset Wallets).Web3
: Custodial Wallets (Web3 Wallets).Org-Controlled
: MPC Wallets (Organization-Controlled Wallets).User-Controlled
: MPC Wallets (User-Controlled Wallets).Safe{Wallet}
: Smart Contract Wallets (Safe).Main
: Exchange Wallets (Main Account).Sub
: Exchange Wallets (Sub Account).
Each wallet sub-type requires a different set of properties. Switch between the above tabs for details.
Asset
, Web3
, Org-Controlled
, User-Controlled
, Safe{Wallet}
, Main
, Sub
"Asset"
The wallet name.
"Example Wallet"
The ID of the owning organization.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Enable the auto sweep feature for the wallet