Skip to main content

Module responses

Module responses 

Expand description

API response types.

Structs§

ApiResponse
Generic API response wrapper.
ApproveAgentResponse
Response for approving an agent.
AuthorizedAgentsResponse
Response listing authorized agents.
BulkCancelOrderResponse
Response from bulk cancel operation.
BulkOrderResult
Result for a single order in a bulk operation.
BulkPlaceOrderResponse
Response from bulk order placement.
CompetitionAccountPnl
Competition account PnL response payload.
CompetitionAccountResponse
Competition account response.
CompetitionConnectedUserRank
Connected wallet summary on a competition leaderboard response.
CompetitionLeaderboardResponse
Competition leaderboard response.
CompetitionLeaderboardRow
Competition leaderboard row.
CompetitionPnlStanding
Competition PnL standing for a single wallet.
CompetitionPnlSummary
Competition PnL summary for a wallet.
CompetitionPnlSummaryResponse
Competition summary response.
Fill
Fill (trade execution) information.
HistoricalPnlPoint
A single historical equity point.
HistoricalPnlResponse
Historical equity response for a wallet and interval.
HistoricalTheoPoint
A single historical theoretical-price point.
HistoricalTheoResponse
Historical theo response for an instrument and interval.
Instrument
Server-canonical representation of a tradable option instrument.
InstrumentResponse
Instrument information response.
InstrumentSpecResponse
Canonical instrument specification for discovery, quoting, and lifecycle consumers.
JsonRpcError
JSON-RPC error information.
JsonRpcResponse
JSON-RPC style response.
L2Message
L2 message (orderbook delta).
L2Update
L2 update (price level change).
MarginSummary
Unified margin summary that works for both Standard and Portfolio modes.
Market
Market information.
MarketInfo
Summary of a single expiry’s market data for one underlying.
MarketResponse
Simple market response (for create/delete).
MarketUpdateMessage
Market update message.
MarketsResponse
Response containing all available markets.
OptionGreeks
OptionSummary
Option summary (for fetching underlying price).
OrderBookGreeks
Option Greeks for order book.
OrderBookResponse
Orderbook response.
OrderBookStats
Order book statistics.
OrderInfo
Order information.
OrderMessage
Order message (response from order placement).
OrderUpdateMessage
Order update message.
OrderbookUpdate
Orderbook snapshot.
OrdersResponse
Orders list response.
Pagination
Pagination info for list responses.
PortfolioPosition
Position information in portfolio response.
PortfolioResponse
Portfolio response from the API.
QuoteProviderResponse
Quote provider info (admin response).
RevokeAgentResponse
Response for revoking an agent.
RfqAcceptResponse
Response after accepting an RFQ quote.
RfqHistoryResponse
RFQ history response.
RfqLegResponse
RFQ leg in status response.
RfqQuoteLegResponse
Response for an RFQ quote leg.
RfqQuoteResponse
A single quote from a QP.
RfqStatusResponse
Full RFQ status response.
TickSizeStep
Tick size step for instrument pricing.
TradeMessage
Trade message.

Enums§

HistoricalPnlInterval
Historical equity interval identifier.
HistoricalTheoInterval
Historical theo interval identifier.

Constants§

HISTORICAL_PNL_INTERVAL_1D_MS
Supported historical equity snapshot intervals.
HISTORICAL_PNL_INTERVAL_1H_MS
Supported historical equity snapshot intervals.
HISTORICAL_PNL_INTERVAL_5M_MS
Supported historical equity snapshot intervals.
HISTORICAL_THEO_INTERVAL_1D_MS
Supported historical theo snapshot intervals.
HISTORICAL_THEO_INTERVAL_1H_MS
Supported historical theo snapshot intervals.
HISTORICAL_THEO_INTERVAL_5M_MS
Supported historical theo snapshot intervals.