outcome table first. RPC fallback has volumeCollateral: null.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Liquidity and volume per named outcome.
outcome table first. RPC fallback has volumeCollateral: null.
const { source, rows } = await market.metrics()
// returns OutcomeMetrics
Promise<{
source: "indexer" | "rpc"
rows: Array<{
index: number
liquidity: bigint | null
volumeCollateral: bigint | null
}>
}>