@somnia-chain/markets-sdk / index / IndexedVenue
Type Alias: IndexedVenue
IndexedVenue =
object
Defined in: query.ts:1634
A venue as the indexer sees it (mirror of the Venue entity).
Properties
venueId
venueId:
string
Defined in: query.ts:1636
Opaque bytes32 venue id (== entity id); NOT a human label.
operatorId
operatorId:
number
Defined in: query.ts:1637
marketType
marketType:
string
Defined in: query.ts:1639
bytes4 market-type id the venue is pinned to, forever (hex).
feeParams
feeParams:
string
Defined in: query.ts:1641
Type-specific fee params, opaque to the registry (bytes hex).
feeRecipientOverride
feeRecipientOverride:
string
Defined in: query.ts:1643
Per-venue fee recipient override (lowercased); zero-address falls back to the operator's.
policy
policy:
string
Defined in: query.ts:1645
Per-venue IVenuePolicy (lowercased); zero-address = none.
signer
signer:
string
Defined in: query.ts:1647
Per-venue EIP-712 signer (lowercased); non-zero ⇒ creation requires a venue sig.
creationEnabled
creationEnabled:
boolean
Defined in: query.ts:1648
context
context:
string
Defined in: query.ts:1651
Opaque venue-supplied metadata bytes (hex, 0x-prefixed; '0x' when empty). The chain attaches no semantics — off-chain data only.
createdAtTimestamp
createdAtTimestamp:
string
Defined in: query.ts:1652
updatedAtTimestamp
updatedAtTimestamp:
string
Defined in: query.ts:1653
marketCount
marketCount:
number
Defined in: query.ts:1655
Number of markets created under the venue.
cumulativeQuoteVolume
cumulativeQuoteVolume:
string
Defined in: query.ts:1657
Cumulative binary quote/collateral volume across the venue's markets (raw).
protocolFeesCollected
protocolFeesCollected:
string
Defined in: query.ts:1659
Cumulative protocol fees collected across the venue's markets (raw).
settlementFeesCollected
settlementFeesCollected:
string
Defined in: query.ts:1661
Cumulative settlement fees collected across the venue's markets (raw).
builderFeesCollected
builderFeesCollected:
string
Defined in: query.ts:1663
Cumulative builder fees routed across the venue's markets (raw).