Skip to main content
Use this when you know the receiver address and want only fee events paid to that receiver. Canonical endpoint reference: Fee Events.

Query

curl "https://api.polynode.dev/v3/fees/0x115f48dc2a731aa16251c6d6e1befc42f92accc9?limit=1" \
  -H "x-api-key: $POLYNODE_API_KEY"

Filters

ParameterPurpose
afterStart timestamp
beforeEnd timestamp
limitPage size, max 300
offsetPagination offset

Returned Data

Rows match the global fee event shape, with the receiver implied by the path.