Skip to main content

query.venue.list

List all supported trading venues.

Method

query.venue.list

Description

Returns a list of all trading venues (exchanges) supported by Cadenza. Each venue may have production and UAT/sandbox variants.

Parameters

None required.

Result

Returns an array of venue identifier strings.

Supported Venues

VenueDescription
BINANCEBinance (Production)
BINANCE_SANDBOXBinance Testnet
B2C2B2C2 (Production)
B2C2_UATB2C2 UAT
BLOCKFILLSBlockFills (Production)
BLOCKFILLS_UATBlockFills UAT
CUMBERLANDCumberland (Production)
CUMBERLAND_UATCumberland UAT
IBKRInteractive Brokers (Production)
IBKR_PAPERInteractive Brokers Paper Trading
DERIBITDeribit (Production)
DERIBIT_UATDeribit Testnet
BITFINEXBitfinex (Production)
BITFINEX_UATBitfinex UAT
OKXOKX (Production)
OKX_UATOKX Demo

Usage

result = await client.rpc("query.venue.list", {})

Example Response

["BINANCE", "B2C2", "BLOCKFILLS", "CUMBERLAND", "IBKR", "DERIBIT", "BITFINEX", "OKX"]