POST /v1/ramp/recipients//offramp-accounts — Create a crypto deposit address for off-ramping
POST https://api.rebelfi.io/v1/ramp/recipients/{id}/offramp-accounts| Field | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Recipient ID |
| Field | Type | Required | Description |
|---|---|---|---|
org_wallet_id | integer | Yes | ID of the organization wallet |
source_asset | string | No | Source crypto asset (default: "USDC") |
rail | string | No | Payment rail (default: "ach") |
bank_details | object | Yes | Destination bank account details |
bank_details.routing_number | string | Yes | Bank routing number |
bank_details.account_number | string | Yes | Bank account number |
bank_details.account_type | string | Yes | Account type ("checking" or "savings") |
bank_details.account_holder_name | string | Yes | Name on the bank account |
bank_details.bank_name | string | Yes | Name of the bank |
| Field | Type | Description |
|---|---|---|
id | number | Off-ramp account identifier |
source_crypto_address | string | Crypto deposit address for off-ramping |
source_asset | string | Source crypto asset |
destination_asset | string | Destination fiat currency |
network_id | string | Blockchain network identifier |
rail | string | Payment rail |
fiat_bank_name | string | Destination bank name |
fiat_account_type | string | Bank account type |
fiat_account_holder_name | string | Name on the bank account |
status | string | Account status (active) |