Orders Matched
Chain
Dataset name
polymarket.orders_matchedVersion
2.0.0Description
This event is emitted when a Polymarket taker order is matched against a set of Polymarket maker(limit) orders. For example: a 50c YES buy for 200 YES matched against 2 50c YES sells for 100 YES each will emit a single Orders Matched event. Orders Matched gives a more high level view of trading activity as it only tracks taker activity.
Example data
| id | block_number | block_timestamp | transaction_hash | address | user_id | asset | amount_usdc | amount_shares | price | tx_type | side | order_hash |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| log_0xb8954826aa7237db25a3630d41a428e9981d87797bd791cdc1228d032163a9b8_914 | 36192012 | 0 | 0x5f49287ded258dcf168139b29e4f842c897c98beed14f4be10f35873e7fa0594 | 0x4bfb41d5b3570defd03c39a9a4d8de6bd8b8982e | 0x388911e52bb2eb440b9f03ed24bcef13c93e1499 | 65818619657568813474341868652308942079804919287380422192892211131408793125422 | 9.549999 | 18.181818 | 0.5252499502524995 | TRADE | BUY | 0287ac4085758e8ed2087485aee1a0a64c14fd56268c38e3db73add0f7fc50eb |
| log_0x222cc45c6fad1f7ce104f3c6feb515c772da4bd13958458ba28b8081b8a73764_118 | 36306743 | 0 | 0x4d6d0db0a306e309b7343212f8f0900150b2e786dd95a1216aad597ab243994d | 0x4bfb41d5b3570defd03c39a9a4d8de6bd8b8982e | 0x78f98638a1afd2dd94b3003d8d615ca219fe0dc6 | 65818619657568813474341868652308942079804919287380422192892211131408793125422 | 0.999995 | 1.136358 | 0.8799999647998255 | TRADE | BUY | 37de6e11edd5a21f6ea467a944b44d5a3f18c2827c864020c452f6fcae46ac98 |
| log_0x357df574bc8b6f0832389fa571d1e563dad59836e026ee509c2e6956df16235e_130 | 36753766 | 0 | 0x8d79b36fb7193ac9e8be878b0685ef7f1a1483aa2110969413c71a5f09502b8d | 0x4bfb41d5b3570defd03c39a9a4d8de6bd8b8982e | 0x3d337b38456ce815325e623ca2ab136b8fcb4414 | 65818619657568813474341868652308942079804919287380422192892211131408793125422 | 4.999999 | 12.19512 | 0.4099999835999974 | TRADE | BUY | 9644a6009541c3efcfb78fd2d8920b5b69daa2e1dad77f05b7fe8ad2be8de590 |
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 |