Recuperar un Offloader Wallet por ID
Get an offloader wallet by id
Autorizaciones
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parámetros de ruta
Respuesta
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"
The bank account destination where converted funds are sent. See Bank Accounts guide.
- ACH
- Wire
- SEPA
{
"bankAccountId": "bankAccount_6221e8d4299f4a889bd882255e92f581",
"currency": "usd",
"network": "ach",
"achReference": "REF123"
}Fee configuration for the offloader wallet, including integrator and platform fees.
{
"integratorFee": { "bpsRate": "100", "currency": "usdc" },
"platformFee": { "bpsRate": "30", "currency": "usdc" }
}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"