Order Filled
Chain
Dataset name
polymarket.order_filledVersion
2.0.0Description
This event is emitted when a single Polymarket order is partially or completely filled. For example: a 50c YES buy for 100 YES matched against a 50c YES sell for 100 YES will emit 2 Order Filled events, from the perspective of the YES buy and of the YES sell. This is useful for granular tracking of trading activity and history.
Example data
| id | block_number | block_timestamp | transaction_hash | address | user_id | asset | amount_usdc | amount_shares | price | tx_type | side | order_hash | counterparty_id | order_type | fee | builder |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| log_0x54ec1e7a98baac05728648e34a418f30a39bbcc8627931f7da429bf75927dce8_160 | 36326192 | 0 | 0xef88779faeebcaa93716aa1c95c3057d2705b608b17c3a5ce61e5c588ac9746e | 0x4bfb41d5b3570defd03c39a9a4d8de6bd8b8982e | 0x388911e52bb2eb440b9f03ed24bcef13c93e1499 | 65818619657568813474341868652308942079804919287380422192892211131408793125422 | 14 | 20 | 0.7 | TRADE | SELL | 09a36dd2af5c45aab304f313ac7afe214db3dbc3c05fec88dac0f6e5f82e8ade | 0x388911e52bb2eb440b9f03ed24bcef13c93e1499 | maker | 0 | |
| log_0x37d138635fdc110f3c170938e43612ff9fda776a52d26882258afd0ffef9323a_125 | 36545702 | 0 | 0x4f646093b13080da8f6f3a37cfe3ed567212baa09bbd755c8a7e3f45db271357 | 0x4bfb41d5b3570defd03c39a9a4d8de6bd8b8982e | 0x388911e52bb2eb440b9f03ed24bcef13c93e1499 | 65818619657568813474341868652308942079804919287380422192892211131408793125422 | 0.871428 | 3.961036 | 0.2200000201967364 | TRADE | BUY | 19536d89bc18d3e77ef4af6098146071f41548468b2dfc66f9ba452373bc7b23 | 0x3d337b38456ce815325e623ca2ab136b8fcb4414 | maker | 0 | |
| log_0x7fab215a92944f64da52446254af644e4559b5838e2bec925f83c634d8333ec6_389 | 36277198 | 0 | 0xcaeda43bae83fa197fc1cd5cdf95fdd8d7b18c3b696d7fbcb6907a1233e11d5c | 0x4bfb41d5b3570defd03c39a9a4d8de6bd8b8982e | 0x388911e52bb2eb440b9f03ed24bcef13c93e1499 | 65818619657568813474341868652308942079804919287380422192892211131408793125422 | 17 | 20 | 0.85 | TRADE | BUY | 3b156d72be812e2411c525c3eb40934dbae5b3a94ebfe6ec5d6b07862cece143 | 0x4bfb41d5b3570defd03c39a9a4d8de6bd8b8982e | taker | 0 |
Schema
| Column | Type |
|---|---|
| id | string |
| block_number | long |
| block_timestamp | long |
| transaction_hash | string |
| address | string |
| user_id | string |
| asset | string |
| amount_usdc | double |
| amount_shares | double |
| price | double |
| tx_type | string |
| side | string |
| order_hash | string |
| counterparty_id | string |
| order_type | string |
| fee | double |
| builder | string |