Skip to main content
POST
Whitelist an existing deposit address

Authorizations

apiKey
string
header
required
orgId
string
header
required

Body

application/json
masterId
string
required

ID of the master wallet to associate the address with

Example:

"550e8400-e29b-41d4-a716-446655440000"

walletAddress
string
required

Existing blockchain wallet address to whitelist (EVM format or Solana)

Example:

"0x742d35Cc6634C0532925a3b844Bc9e7595f0b5b5"

privatekey
string

Optional private key for the wallet (EVM or Solana format)

Example:

"0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890"

name
string

Optional custom name for the deposit address

Example:

"My Whitelisted Wallet"

disableAutoSweep
boolean
default:false

Disable automatic sweeping of funds to master wallet

Example:

false

enableGaslessWithdraw
boolean
default:false

Enable gasless withdrawals for this address

Example:

false

enableMonitoring
boolean
default:false

Enable blockchain monitoring for this address

Example:

true

metadata
object

Additional metadata for the address

Example:

Response

Deposit address whitelisted successfully

data
object