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
| Venue | Description |
|---|---|
BINANCE | Binance (Production) |
BINANCE_SANDBOX | Binance Testnet |
B2C2 | B2C2 (Production) |
B2C2_UAT | B2C2 UAT |
BLOCKFILLS | BlockFills (Production) |
BLOCKFILLS_UAT | BlockFills UAT |
CUMBERLAND | Cumberland (Production) |
CUMBERLAND_UAT | Cumberland UAT |
IBKR | Interactive Brokers (Production) |
IBKR_PAPER | Interactive Brokers Paper Trading |
DERIBIT | Deribit (Production) |
DERIBIT_UAT | Deribit Testnet |
BITFINEX | Bitfinex (Production) |
BITFINEX_UAT | Bitfinex UAT |
OKX | OKX (Production) |
OKX_UAT | OKX Demo |
Usage
result = await client.rpc("query.venue.list", {})
Example Response
["BINANCE", "B2C2", "BLOCKFILLS", "CUMBERLAND", "IBKR", "DERIBIT", "BITFINEX", "OKX"]