GET /v1/ramp/recipients/ — Get full recipient details including all accounts
GET https://api.rebelfi.io/v1/ramp/recipients/{id}| Field | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Recipient identifier |
| Field | Type | Description |
|---|---|---|
id | number | Recipient identifier |
name | string | Recipient name |
type | string | Recipient type |
external_id | string? | Your external reference ID |
kyb_status | string | KYB verification status |
address | object? | Recipient address |
address.street1 | string | Street address line 1 |
address.street2 | string? | Street address line 2 |
address.city | string | City |
address.region | string? | State or region |
address.postal_code | string? | Postal code |
address.country | string | Country code |
bank_accounts | array | List of linked bank accounts |
bank_accounts[].id | number | Bank account identifier |
bank_accounts[].account_number | string | Masked account number |
bank_accounts[].routing_number | string | Bank routing number |
bank_accounts[].bank_name | string | Bank name |
bank_accounts[].capabilities | string[] | Account capabilities (onramp, offramp) |
bank_accounts[].status | string | Account status |
bank_accounts[].destination_asset | string | Destination asset (e.g., USDC) |
bank_accounts[].network_id | string | Blockchain network identifier |
onramp_account_count | number | Number of on-ramp accounts |
offramp_account_count | number | Number of off-ramp accounts |
total_volume_usd | string | Total volume in USD |
transaction_count | number | Total number of transactions |
created_at | string | Creation timestamp (ISO 8601) |