GET /v1/ramp/summary — Get aggregate volume and fee statistics
GET https://api.rebelfi.io/v1/ramp/summary| Field | Type | Required | Description |
|---|---|---|---|
date_from | string | No | Start date filter (ISO 8601) |
date_to | string | No | End date filter (ISO 8601) |
| Field | Type | Description |
|---|---|---|
total_volume_usd | number | Total USD volume in the period |
total_fees_usd | number | Total fees collected |
total_delivered | number | Total amount delivered after fees |
active_ramp_recipients | number | Number of active recipients |
transaction_count | number | Total number of transactions |
period_breakdown | array | Daily breakdown of activity |
period_breakdown[].date | string | Date (YYYY-MM-DD) |
period_breakdown[].volume_usd | number | USD volume for the day |
period_breakdown[].transactions | number | Number of transactions for the day |