Category | Protocols Supported | Notes |
---|---|---|
Trades | Polymarket | Includes all trades on Polymarket. Market metadata to come. |
Ecosystem | Blockchain Supported |
---|---|
EVM-Compatible | Polygon |
Model | Description | Use Case |
---|---|---|
Trades | Tracks all trades on prediction markets, including event, participants, and share pricing. | Analyze trading activity, volumes, and user participation in prediction markets. |
Column Name | Description |
---|---|
event_name | Name of the prediction market event. |
project | Name of the project (e.g., Polymarket). |
protocol | Protocol name (e.g., polymarket). |
exchange_type | Type of exchange (e.g., Polymarket Fixed Product Market Maker, Orderbook). |
condition_id | Unique identifier for the event condition. |
market_address | Address of the prediction market contract. |
order_hash | Unique hash of the order. |
maker | Address of the maker in the trade. |
taker | Address of the taker in the trade. |
asset_id | Identifier for the traded asset. |
collateral_amount_raw | Raw collateral amount (unnormalized). |
token_amount_raw | Raw share amount (unnormalized). |
price_str | Share price as a string. |
price | Share price as a float. |
maker_amount_raw | Raw amount provided by the maker. |
taker_amount_raw | Raw amount provided by the taker. |
fee_raw | Raw fee amount. |
collateral_token_address | Address of the collateral token. |
collateral_token_name | Name of the collateral token. |
collateral_token_symbol | Symbol of the collateral token. |
collateral_token_decimals | Decimals of the collateral token. |
collateral_amount | Collateral amount (normalized). |
fee_amount | Fee amount (normalized). |
usd_exchange_rate | USD exchange rate of the collateral token at the time of trade. |
usd_collateral_amount | Collateral amount in USD. |
usd_fee_amount | Fee amount in USD. |
transaction_index | Index of the transaction in the block. |
transaction_hash | Hash of the transaction. |
log_index | Log index of the trade event. |
block_timestamp | Timestamp of the block containing the trade. |
block_number | Block number of the trade. |
block_hash | Hash of the block containing the trade. |
unique_id | Unique identifier for the trade. |