Skip to main content
Use this when you want the fills where a specific wallet paid a nonzero trader fee. Canonical endpoint reference: Wallet Fees Paid.

Query

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

Filters

ParameterPurpose
afterStart timestamp, Unix seconds
beforeEnd timestamp, Unix seconds
orderasc or desc
limitPage size, max 300
offsetPagination offset

Returned Data

The response includes a fees array with the same market-enriched fill fields as wallet trades, plus:
FieldMeaning
feeFee in USD
fee_paidSame value as fee, named for fee-specific summaries
fee_paid_rawRaw 6-decimal amount
page_total_fees_paidSum for the returned page only
fee_semanticsReminder that this is trader-paid fill fees
page_total_fees_paid is page-scoped. Page through the endpoint to build totals over a full history or a large time range.