Skip to main content
Use this when you want the global stream of fee charged events rather than wallet-owned fills. Canonical endpoint reference: Fee Events.

Query

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

Filters

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

Returned Data

Rows include the fee receiver, raw amount, transaction hash, and timestamp. Amounts are raw 6-decimal USDC values unless a page says otherwise.