Skip to main content
GET
Summary
Endpoint: GET https://api.rebelfi.io/v1/ramp/summary
Get aggregate volume and fee statistics for ramp operations over a given period.

Query Parameters

FieldTypeRequiredDescription
date_fromstringNoStart date filter (ISO 8601)
date_tostringNoEnd date filter (ISO 8601)

Example Request

Example Response

Response Fields

FieldTypeDescription
total_volume_usdnumberTotal USD volume in the period
total_fees_usdnumberTotal fees collected
total_deliverednumberTotal amount delivered after fees
active_ramp_recipientsnumberNumber of active recipients
transaction_countnumberTotal number of transactions
period_breakdownarrayDaily breakdown of activity
period_breakdown[].datestringDate (YYYY-MM-DD)
period_breakdown[].volume_usdnumberUSD volume for the day
period_breakdown[].transactionsnumberNumber of transactions for the day