# Instrument Details

This object contains account-specific instrument details

| Field                     | Value                                                                                     | Type                                                                                                                                                            |
| ------------------------- | ----------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **account**               | Unique code of an account                                                                 | [Account code](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats), **required**  |
| **type**                  | Instrument type as configured on the platform (e.g. `INDEX`)                              | String, **required**                                                                                                                                            |
| **symbol**                | Unique instrument symbol                                                                  | String, **required**                                                                                                                                            |
| **tradingStatus**         | Trading permissions of the account for the instrument. One of `FULL`, `CLOSE_ONLY`, `NO`. | String, **required**                                                                                                                                            |
| **minOrderSize**          | Minimum order size for an instrument                                                      | [Numeric value](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats), **required** |
| **maxOrderSize**          | Maximum order size for an instrument                                                      | [Limit value](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/cash-transaction/limit-value), **required**             |
| **minOrderSizeIncrement** | Order size increment for an instrument (e.g. `0.0001`)                                    | [Numeric value](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats), **required** |
| **marginRate**            | Margin rate for an instrument                                                             | [Margin rate](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/cash-transaction/margin-rate), **required**             |


---

# Agent Instructions: 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:

```
GET https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/cash-transaction/instrument-details.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
