> For the complete documentation index, see [llms.txt](https://docs.asterdex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.asterdex.com/trading/perpetuals/stock-perpetuals/us-stocks.md).

# US Stocks

### &#x20;Trading Sessions & Order Price Caps

| Session                                | New York City local time | Limit Order Price Cap                                | Market Order Price Cap                                                                    |
| -------------------------------------- | ------------------------ | ---------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| <p>Pre-market （off hrs）</p><p><br></p> | 4:00 AM\~9:30 AM EST     | > 5% more aggressive than MarkPrice will be rejected | Can fill up to 5% more aggressive than MarkPrice, the rest will be canceled               |
| <p>Market open<br><br></p>             | 9:30 AM\~4:00 PM EST     | the same as crypto perpetual trading pairs           | the same as crypto perpetual trading pairs                                                |
| <p>Post-Market（off hrs）<br><br></p>    | 4:00 PM\~8:00 PM EST     | > 5% more aggressive than MarkPrice will be rejected | Can fill up to 5% more aggressive than MarkPrice, the rest will be canceled               |
| <p>Overnight<br><br></p>               | 8:00 PM-04:00 AM EST     | > 5% more aggressive than MarkPrice will be rejected | <p>Can fill up to 5% more aggressive than MarkPrice, the rest will </p><p>be canceled</p> |

### EWMA-Smoothed Mode is active during:

| Session                         | New York City local time                |
| ------------------------------- | --------------------------------------- |
| <p>Overnight</p><p><br></p>     | 08:00 PM →04:00 AM EST(next day)        |
| <p>Weekend<br><br></p>          | 08:00 PM EST Friday→04:00 AM EST Monday |
| <p>Public holiday<br><br></p>   | 00:00→23:59 EST                         |
| <p>Half-day Trading<br><br></p> | 13:00 EST after market close            |

\ <br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.asterdex.com/trading/perpetuals/stock-perpetuals/us-stocks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
