Update an Offloader Wallet Bank Destination
Update an offloader wallet by id
achReference, wireMessage, sepaReference), adjust the integrator fee rate, or update the return address for failed transactions. The on-chain address and source network are immutable after creation.
network is not a mutable field. The destination rail is fixed when you create the Offloader Wallet. To switch rails (for example, from ACH to wire), create a new Offloader Wallet.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
The bank account destination where converted funds are sent.
Integrator fee override in basis points (0-1000). Send "0" to remove the integrator fee.
"75"
Crypto address where funds are returned on failed transactions. Must be valid for the wallet network.
"0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97"
Response
Unique identifier for the offloader wallet.
"wallet_a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6"
The customer who owns the offloader wallet.
"customer_a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6"
The on-chain deposit address for the offloader wallet. Send crypto to this address to trigger automatic conversion.
"0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97"
The crypto currency the offloader wallet accepts for deposits. See Supported Rails & Currencies.
usdc, usdt, eurc "usdc"
The blockchain network the offloader wallet is on. See Supported Rails & Currencies.
sol, ethereum, arbitrum, polygon, base, avalanche, tron "ethereum"
Lifecycle status of the offloader wallet. active accepts deposits and settles; deactivated no longer settles.
active, deactivated "active"
The bank account destination where converted funds are sent. See Bank Accounts guide.
- ACH
- Wire
- SEPA
Fee configuration for the offloader wallet, including integrator and platform fees.
Timestamp when the offloader wallet was created (ISO 8601).
"2024-06-15T10:30:00.000Z"
Timestamp when the offloader wallet was last updated (ISO 8601).
"2024-06-15T12:00:00.000Z"
Crypto address where funds are returned on failed transactions. Must be valid for the wallet network. Null if not configured.
"0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97"