Skip to main content

Module query

Module query 

Source
Expand description

Typed JSON-RPC params for Derive private execution endpoints.

Structs§

DeriveCancelAllParams
Params for private/cancel_all.
DeriveCancelAllParamsBuilder
Use builder syntax to set the inputs and finish with build().
DeriveCancelByLabelParams
Params for private/cancel_by_label.
DeriveCancelByLabelParamsBuilder
Use builder syntax to set the inputs and finish with build().
DeriveCancelParams
Params for private/cancel.
DeriveCancelParamsBuilder
Use builder syntax to set the inputs and finish with build().
DeriveCancelTriggerOrderParams
Params for private/cancel_trigger_order.
DeriveCancelTriggerOrderParamsBuilder
Use builder syntax to set the inputs and finish with build().
DeriveGetOpenOrdersParams
Params for private/get_open_orders.
DeriveGetOpenOrdersParamsBuilder
Use builder syntax to set the inputs and finish with build().
DeriveGetOrderHistoryParams
Params for private/get_order_history.
DeriveGetOrderHistoryParamsBuilder
Use builder syntax to set the inputs and finish with build().
DeriveGetOrderParams
Params for private/get_order.
DeriveGetOrderParamsBuilder
Use builder syntax to set the inputs and finish with build().
DeriveGetPositionsParams
Params for private/get_positions.
DeriveGetPositionsParamsBuilder
Use builder syntax to set the inputs and finish with build().
DeriveGetSubaccountParams
Params for private/get_subaccount.
DeriveGetSubaccountParamsBuilder
Use builder syntax to set the inputs and finish with build().
DeriveGetTradeHistoryParams
Params for private/get_trade_history.
DeriveGetTradeHistoryParamsBuilder
Use builder syntax to set the inputs and finish with build().
DeriveGetTriggerOrdersParams
Params for private/get_trigger_orders.
DeriveGetTriggerOrdersParamsBuilder
Use builder syntax to set the inputs and finish with build().
DeriveOrderParams
Params for private/order.
DeriveOrderParamsBuilder
Use builder syntax to set the inputs and finish with build().
DeriveReplaceParams
Params for private/replace.
DeriveReplaceParamsBuilder
Use builder syntax to set the inputs and finish with build().
DeriveSignedEnvelope
Signed EIP-712 envelope shared by private/order and private/replace.
DeriveSignedEnvelopeBuilder
Use builder syntax to set the inputs and finish with build().
DeriveTriggerOrderParams
Params for private/trigger_order.
DeriveTriggerOrderParamsBuilder
Use builder syntax to set the inputs and finish with build().

Functions§

order_replace_to_derive_payload
Builds typed params for a signed private/replace request.
order_to_derive_payload
Builds typed params for a signed private/order request.
trigger_order_to_derive_payload
Builds typed params for a signed private/trigger_order request.