Skip to main content
The Master Wallet API is the root of your Blockradar integration. A master wallet represents your organization’s wallet on a given blockchain network. It holds funds, manages child addresses, and is the source for all outbound transactions.

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

MethodEndpointDescription
GET/wallets/{walletId}Get wallet details
PATCH/wallets/{walletId}Update wallet settings
GET/wallets/{walletId}/balanceGet balance for a single asset
GET/wallets/{walletId}/balancesGet balances for all assets
POST/wallets/{walletId}/deposit-finderRecover missing deposits
POST/wallets/{walletId}/trigger-sweepTrigger asset sweep from child addresses
GET/wallets/{walletId}/webhook-logsView webhook delivery logs

Full API Reference

View all master wallet endpoints in the API Reference tab.