Skip to main content
Maker rebates are Polymarket accounting credits. They are not the same thing as trader-paid fill fees. Canonical endpoint reference: Wallet Maker Rebates.

Query

curl "https://api.polynode.dev/v3/wallets/0x63ce342161250d705dc0b16df89036c8e5f9ba9a/rebates" \
  -H "x-api-key: $POLYNODE_API_KEY"

Optional Date

curl "https://api.polynode.dev/v3/wallets/0x63ce342161250d705dc0b16df89036c8e5f9ba9a/rebates?date=2026-06-17" \
  -H "x-api-key: $POLYNODE_API_KEY"

Notes

  • Rebate lookups are keyed by CLOB maker/signing address.
  • Passing a Safe or proxy wallet can return an empty rebates array with a hint.
  • This endpoint can return zero rows for a valid wallet/date.