Pular para o conteúdo principal
Create an offloader wallet
Crie uma Offloader Wallet para dar a um cliente (customer) um endereço on-chain dedicado vinculado a uma conta bancária (bank_account) específica. Qualquer stablecoin enviada para esse endereço é automaticamente convertida para a moeda fiat vinculada e encaminhada — nenhuma chamada de API por transferência é necessária. Cada cliente deve ter sua própria carteira; compartilhar um endereço entre clientes torna a atribuição de depósitos não confiável.

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Corpo

application/json
customerId
string
obrigatório

The customer who owns the destination bank account.

Exemplo:

"customer_a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6"

currency
enum<string>
obrigatório

The crypto currency the offloader wallet accepts for deposits. See Supported Rails & Currencies.

Opções disponíveis:
usdc,
usdt,
eurc
Exemplo:

"usdc"

network
enum<string>
obrigatório

The blockchain network the offloader wallet is on. See Supported Rails & Currencies.

Opções disponíveis:
sol,
ethereum,
arbitrum,
polygon,
base,
avalanche,
tron
Exemplo:

"ethereum"

destination
ACH · object
obrigatório

The bank account destination where converted funds are sent. See Bank Accounts guide.

Exemplo:
integratorBpsFeeRate
string

Integrator fee in basis points (0-1000).

Exemplo:

"100"

returnAddress
string

Crypto address where funds are returned on failed transactions. Must be valid for the selected network.

Exemplo:

"0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97"

Resposta

id
string
obrigatório

Unique identifier for the offloader wallet.

Exemplo:

"wallet_a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6"

customerId
string
obrigatório

The customer who owns the offloader wallet.

Exemplo:

"customer_a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6"

address
string
obrigatório

The on-chain deposit address for the offloader wallet. Send crypto to this address to trigger automatic conversion.

Exemplo:

"0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97"

currency
enum<string>
obrigatório

The crypto currency the offloader wallet accepts for deposits. See Supported Rails & Currencies.

Opções disponíveis:
usdc,
usdt,
eurc
Exemplo:

"usdc"

network
enum<string>
obrigatório

The blockchain network the offloader wallet is on. See Supported Rails & Currencies.

Opções disponíveis:
sol,
ethereum,
arbitrum,
polygon,
base,
avalanche,
tron
Exemplo:

"ethereum"

status
enum<string>
obrigatório

Lifecycle status of the offloader wallet. active accepts deposits and settles; deactivated no longer settles.

Opções disponíveis:
active,
deactivated
Exemplo:

"active"

destination
ACH · object
obrigatório

The bank account destination where converted funds are sent. See Bank Accounts guide.

Exemplo:
fees
object
obrigatório

Fee configuration for the offloader wallet, including integrator and platform fees.

Exemplo:
created
string
obrigatório

Timestamp when the offloader wallet was created (ISO 8601).

Exemplo:

"2024-06-15T10:30:00.000Z"

updated
string
obrigatório

Timestamp when the offloader wallet was last updated (ISO 8601).

Exemplo:

"2024-06-15T12:00:00.000Z"

returnAddress
string

Crypto address where funds are returned on failed transactions. Must be valid for the wallet network. Null if not configured.

Exemplo:

"0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97"

Última modificação em 22 de junho de 2026