Withdraw merchant balance
Merchant Balance
Withdraw merchant balance
Send USD from your merchant balance to a supported on-chain destination
POST
Withdraw merchant balance
Overview
Creates a withdrawal from your withdrawal balance to a supported on-chain address. Withdrawals draw from the withdrawal balance only — not directly from the collection balance. If the needed funds are still in the collection balance, move them first viaPOST /v1/merchant/balance/transfer.
Authentication
Your merchant API key
Headers
Unique request identifier used to deduplicate retries.Example:
withdrawal-20260310-0001Request Body
Amount to withdraw in USD decimal format.Example:
12.3400Token to send on-chain.Allowed values:
USDC, USDTDestination chain for the withdrawal.Allowed values:
SOLANA, TRON, APTOS, BASE, POLYGON, ETHEREUMAddress that will receive the withdrawal.Example:
4vJ9JU1bJJE96FWSJNMake sure the address format matches the selected chain and token pair.
Request Examples
Response
Withdrawal creation result.