Skip to main content
GET
List Recipients
Endpoint: GET https://api.rebelfi.io/v1/ramp/recipients
List all recipients for your organization, including their KYB status, account counts, and volume summaries.

Query Parameters

FieldTypeRequiredDescription
pageintegerNoPage number (default: 1)
per_pageintegerNoResults per page (default: 20, max: 100)

Example Request

Example Response

Response Fields

FieldTypeDescription
dataarrayList of recipient objects
data[].idnumberRecipient identifier
data[].namestringRecipient name
data[].typestringRecipient type
data[].external_idstring?Your external reference ID
data[].kyb_statusstringKYB verification status
data[].onramp_account_countnumberNumber of on-ramp accounts
data[].offramp_account_countnumberNumber of off-ramp accounts
data[].total_volume_usdstringTotal volume in USD
data[].transaction_countnumberTotal number of transactions
data[].created_atstringCreation timestamp (ISO 8601)
pagination.pagenumberCurrent page number
pagination.per_pagenumberResults per page
pagination.totalnumberTotal number of recipients
Results are paginated. Use the page and per_page query parameters to navigate through large result sets.