1
Create a cash beneficiary
POST /ledger/fiat-beneficiaries —
see Beneficiaries
for currency/channel details.2
Create an offramp account for the beneficiary
POST /ledger/offramp-accounts,
referencing the beneficiary from step 1.3
Get the deposit address
GET /ledger/offramp-accounts/{id}/funding-address
returns the stablecoin address to deposit into.4
Listen for deposits
Subscribe to
transaction_activity.offramp_deposit.* — see
Webhooks for Offramp Accounts
— or query
GET /ledger/offramp-accounts/{id}/transactions
directly.GET /ledger/offramp-accounts,
GET /ledger/offramp-accounts/{offrampAccountId},
and DELETE /ledger/offramp-accounts/{offrampAccountId}.