base: Base token information (symbol, address, decimals, name)
quote: Quote token information (symbol, address, decimals, name)
blockInfo: Block information (height, timestamp)
placePaused: Whether placing orders is paused
fundingHour: Funding hour
disableOrderRebate: Whether order rebate is disabled
instrumentType: Instrument type
marketType: Market type (e.g., "perp")
minTradeValue: Minimum trade value
minOrderValue: Minimum order value
minRangeValue: Minimum range value
displayBase: Display base token information
displayQuote: Display quote token information
minTickDelta: Minimum tick delta
2. Market Pair Info Changed (marketPairInfoChanged)
Market pair information update (prices, volumes, etc.):
Note: This message is sent when market pair information (prices, volumes, etc.) changes. It provides a lightweight update focused on market data, while the instrument message provides complete instrument state information.
Market Pair Info Changed Data Structure
instrumentAddr: Instrument address
expiry: Expiry timestamp
symbol: Trading pair symbol (e.g., "ETH/USD")
fullSymbol: Full trading pair symbol with expiry (e.g., "ETH/USD-PERP")
baseToken: Base token information
symbol: Token symbol
address: Token address
decimals: Token decimals
price: Current token price
image: Token image URL
quoteToken: Quote token information
symbol: Token symbol
address: Token address
decimals: Token decimals
price: Current token price
image: Token image URL
markPrice: Mark price (string)
fairPrice: Fair price (string)
spotPrice: Spot price (string)
fairPriceChange24h: Fair price change percentage over 24 hours (string)
baseVolume24h: Base token volume over 24 hours (string)
quoteVolume24h: Quote token volume over 24 hours (string)
volume24hUsd: Total volume in USD over 24 hours (string)
openInterests: Open interest amount (string)
openInterestsUsd: Open interest in USD (string)
tvl: Total value locked (string)
tvlUsd: Total value locked in USD (string)
longOi: Long open interest (string)
shortOi: Short open interest (string)
periods1hFunding: 1-hour periods funding rate
long: Long funding rate
short: Short funding rate
last1hFunding: Last 1-hour funding rate
long: Long funding rate
short: Short funding rate
fundingRatePerHour: Funding rate per hour (string)