Returns fee events from the Polymarket exchange. Each fee event records the receiver, amount, and associated transaction.Documentation Index
Fetch the complete documentation index at: https://polynode.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Request
Query parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
after | integer | — | Start of time range (Unix timestamp) |
before | integer | — | End of time range |
limit | integer | 100 | Max 1000 |
offset | integer | 0 | Pagination offset |
By receiver
Example
Response fields
| Field | Type | Description |
|---|---|---|
id | string | Unique fee event ID |
timestamp | string | Unix timestamp |
receiver | string | Fee receiver address |
amount | string | Fee amount (6-decimal USDC) |
transaction_hash | string | On-chain transaction hash |

