For the complete documentation index, see llms.txt. This page is also available as Markdown.

Market statuses

Understand how market statuses work to assess trading activity and respond to market changes effectively

A market can be assigned one of the following statuses:

  • Open: The market is operating properly and accepts orders via Trading terminal and API. Market data for charts is persisted.

  • Paused: The market stops accepting incoming orders via Trading terminal and API (previously placed Limit orders still await execution). Market data for charts is persisted.

  • Halted: The market stops accepting incoming orders via Trading terminal and API. All open Limit orders will be cancelled. Market data for charts is persisted.

  • Disabled: The market stops accepting incoming orders via Trading terminal and API. All open Limit orders will be cancelled. Market data for charts is not persisted.

Last updated

Was this helpful?