InstructionLIVE

OpenBook V2 CreateMarket

Real-time decoded data for the CreateMarket instruction on the OpenBook V2 program. Every time this instruction is executed on Solana, you receive the full decoded payload with 21 accounts and 8 arguments in under 50ms.

Topicsolana.openbook_v2.create_market
21accounts
2signers
7writable
8arguments

Accounts

Decoded account addresses included in every CreateMarket message.

NameTypeSignerWritable
marketPublicKeyyesyes
market_authorityPublicKey--
bidsPublicKey-yes
asksPublicKey-yes
event_heapPublicKey-yes
payerPublicKeyyesyes
market_base_vaultPublicKey-yes
market_quote_vaultPublicKey-yes
base_mintPublicKey--
quote_mintPublicKey--
system_programPublicKey--
token_programPublicKey--
associated_token_programPublicKey--
oracle_aPublicKey--
oracle_bPublicKey--
collect_fee_adminPublicKey--
open_orders_adminPublicKey--
consume_events_adminPublicKey--
close_market_adminPublicKey--
event_authorityPublicKey--
programPublicKey--

Arguments

Decoded instruction arguments included in every CreateMarket message.

NameType
nameString
conf_filterf32
max_staleness_slotsOption<u32>
quote_lot_sizei64
base_lot_sizei64
maker_feei64
taker_feei64
time_expiryi64

Subscribe to CreateMarket

Connect and start receiving decoded data in seconds.

grpcurl -plaintext \
  -H 'x-eventstream-policy: {"version":1,"allowed_programs":"all","allowed_topics":"all"}' \
  -d '{"topic":"solana.openbook_v2.create_market","format":"JSON"}' \
  events.nln.clr3.org:443 \
  nln.stream.v1.StreamService/Subscribe

The solana.openbook_v2.create_market stream delivers decoded CreateMarket instruction data from the OpenBook V2 program (opnb2LAfJYbR...) on Solana. Each message includes 21 decoded account addresses and 8 typed arguments, delivered in under 50 milliseconds from on-chain confirmation. Available in both JSON and Protobuf formats via the NoLimitNodes gRPC streaming API.

Stream OpenBook V2 CreateMarket data now

Get your API key and start receiving decoded instructions in seconds.