Request
Query parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
after | integer | — | Start of time range (Unix timestamp) |
before | integer | — | End of time range |
limit | integer | 100 | Max 300 |
offset | integer | 0 | Pagination offset |
By receiver
Example
GET /v3/fees/{receiver}, the receiver field is omitted from each row (it’s redundant — every row matches the path parameter).
Response fields
| Field | Type | Description |
|---|---|---|
id | string | Unique fee event ID |
timestamp | string | Unix timestamp |
receiver | string | Fee receiver address |
amount | string | Fee amount (6-decimal USDC) |
transaction_hash | string | On-chain transaction hash |

