Essentials
Wallets
Manage customer and system wallets
Wallets are stores of assets that can be owned by customers or the system.
Properties
Unique identifier for the wallet
Type of the wallet (e.g., “customer” or “system”)
Current status of the wallet (open, suspended, closed)
Timestamp of wallet creation
Timestamp of last wallet update
Unique address of the wallet
ID of the project the wallet belongs to
Array of balance objects for different currencies
Array of recent transactions for the wallet
Endpoints
Create Wallet
POST /wallets/create/
List Customer Wallets
Retrieve a list of customer wallets.
List System Wallets
Retrieve a list of system wallets.
Get Wallet Details
Get details of a specific wallet.
Change Wallet Status
Change the status of a wallet.
For detailed information on request/response formats and examples, please refer to the API Reference.