Skip to main content
GET
/
v1
/
ramp
/
recipients
/
{id}
/
offramp-accounts
List Off-Ramp Accounts
curl --request GET \
  --url https://api.example.com/v1/ramp/recipients/{id}/offramp-accounts
Endpoint: GET https://api.rebelfi.io/v1/ramp/recipients/{id}/offramp-accounts
List all off-ramp accounts associated with a recipient.

Path Parameters

FieldTypeRequiredDescription
idintegerYesRecipient ID

Example Request

curl -X GET "https://api.rebelfi.io/v1/ramp/recipients/1/offramp-accounts" \
  -H "x-api-key: your_api_key"

Example Response

[
  {
    "id": 1,
    "source_crypto_address": "0xABC123...",
    "source_asset": "USDC",
    "destination_asset": "USD",
    "network_id": "solana-mainnet",
    "rail": "ach",
    "fiat_bank_name": "Chase Bank",
    "fiat_account_type": "checking",
    "fiat_account_holder_name": "OnEdge Inc",
    "status": "active"
  }
]

Response Fields

Each object in the array contains:
FieldTypeDescription
idnumberOff-ramp account identifier
source_crypto_addressstringCrypto deposit address for off-ramping
source_assetstringSource crypto asset
destination_assetstringDestination fiat currency
network_idstringBlockchain network identifier
railstringPayment rail
fiat_bank_namestringDestination bank name
fiat_account_typestringBank account type
fiat_account_holder_namestringName on the bank account
statusstringAccount status