What you can do
- Retrieve wallet details and current configuration
- Fetch balances for all assets held in the wallet
- Trigger asset sweeps to consolidate funds from child addresses
- View webhook delivery logs for the wallet
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /wallets/{walletId} | Get wallet details |
PATCH | /wallets/{walletId} | Update wallet settings |
GET | /wallets/{walletId}/balance | Get balance for a single asset |
GET | /wallets/{walletId}/balances | Get balances for all assets |
POST | /wallets/{walletId}/deposit-finder | Recover missing deposits |
POST | /wallets/{walletId}/trigger-sweep | Trigger asset sweep from child addresses |
GET | /wallets/{walletId}/webhook-logs | View webhook delivery logs |
Full API Reference
View all master wallet endpoints in the API Reference tab.

