This subscription feed publishes information about user open orders. This feed adds extra information about all the post-only orders that failed to cross the book.Documentation Index
Fetch the complete documentation index at: https://kraken-sandbox.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Request
subscribe or unsubscribeThe requested subscription feed. Value:
open_orders_verboseThe user API key.
The message that is received from a challenge request.
The signed challenge message with user API secret.
Response Success
One of:
subscribed, subscribed_failed, unsubscribed, unsubscribed_failedThe result.The requested subscription feed. Value:
open_orders_verboseThe user API key.
The message that is received from a challenge request.
The signed challenge message with user API secret.
Response Snapshot
The subscribed feed.
The user account.
The user open orders.
Response Delta
The subscribed feed.
The user order.
If false the open order has been either placed or partially filled and needs to be updated. If true the open order was either fully filled, cancelled or rejected (for post-only). If it was filled or cancelled it must be removed from open orders snapshot.
Reason behind the received delta:
new_placed_order_by_user: User placed a new orderliquidation: User position liquidated. The order cancelledstop_order_triggered: A stop order triggered. The system removed the stop orderlimit_order_from_stop: The system created a limit order because an existing stop order triggeredpartial_fill: The order filled partiallyfull_fill: The order filled fully and removedcancelled_by_user: The order cancelled by the user and removedcontract_expired: The order contract expired. All open orders of that contract removednot_enough_margin: The order removed due to insufficient marginmarket_inactive: The order removed because market became inactivecancelled_by_admin: The order removed by administrator’s actiondead_man_switch: The order removed because dead man’s switch was triggeredioc_order_failed_because_it_would_not_be_executed: The immediate or cancel order was rejected due to insufficient liquiditypost_order_failed_because_it_would_filled: The post only order was rejected as it crosses the spread and would be immediately filledwould_execute_self: The order was rejected as it would execute against another order from the same accountwould_not_reduce_position: The order was rejected as the reduce-only option was selected and it would not reduce the positionorder_for_edit_not_found: The order edit was rejected as the order to be edited could not be found
Response Error
Value:
errorOne of:
Invalid feed, Json ErrorAn error message.