One table of the OpenBook V2 dataset — sliced from the unified archive by ix_name = 'CreateMarket', coverage apr 2024 → jun 2026. Buying the dataset includes this table and all 30 others.
Payload columns · 29documented from the program IDL · schema v1.0
| Column | Type | Tags | Description |
|---|---|---|---|
| market | pubkey | accountsignerwritable | payload account |
| market_authority | pubkey | account | payload account |
| bids | pubkey | accountwritable | payload account |
| asks | pubkey | accountwritable | payload account |
| event_heap | pubkey | accountwritable | payload account |
| payer | pubkey | accountsignerwritable | payload account |
| market_base_vault | pubkey | accountwritable | payload account |
| market_quote_vault | pubkey | accountwritable | payload account |
| base_mint | pubkey | account | payload account |
| quote_mint | pubkey | account | payload account |
| system_program | pubkey | account | payload account |
| token_program | pubkey | account | payload account |
| associated_token_program | pubkey | account | payload account |
| oracle_a | pubkey | accountoptional | payload account |
| oracle_b | pubkey | accountoptional | payload account |
| collect_fee_admin | pubkey | account | payload account |
| open_orders_admin | pubkey | accountoptional | payload account |
| consume_events_admin | pubkey | accountoptional | payload account |
| close_market_admin | pubkey | accountoptional | payload account |
| event_authority | pubkey | account | payload account |
| program | pubkey | account | payload account |
| name | String | arg | payload argument |
| conf_filter | f32 | arg | payload argument |
| max_staleness_slots | Option<u32> | arg | payload argument |
| quote_lot_size | i64 | arg | payload argument |
| base_lot_size | i64 | arg | payload argument |
| maker_fee | i64 | arg | payload argument |
| taker_fee | i64 | arg | payload argument |
| time_expiry | i64 | arg | payload argument |
Physical schema · every delivered filefooter-verified
| Column | Type | Description |
|---|---|---|
| slot | u64 | Solana slot number |
| tx_index | u32 | transaction index in block |
| ix_index | u32 | top-level instruction index |
| inner_index | u32 | inner-instruction index |
| stack_height | u32 | CPI stack depth |
| is_inner | bool | true for inner (CPI) instructions |
| is_vote | bool | vote transaction flag |
| success | bool | transaction succeeded (failed txs included) |
payload above ships inside the json column · failed txs included & flagged