Fees
Fees by Receiver
Fetch fee charged events received by one address.
Use this when you know the receiver address and want only fee events paid to that receiver.
Canonical endpoint reference: Fee Events.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fetch fee charged events received by one address.
curl "https://api.polynode.dev/v3/fees/0x115f48dc2a731aa16251c6d6e1befc42f92accc9?limit=1" \
-H "x-api-key: $POLYNODE_API_KEY"
| Parameter | Purpose |
|---|---|
after | Start timestamp |
before | End timestamp |
limit | Page size, max 300 |
offset | Pagination offset |
