> For the complete documentation index, see [llms.txt](https://sway-technologies.gitbook.io/sway-charts-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/cash-transaction/instrument-details.md).

# Instrument Details

This object contains account-specific instrument details

| Field                     | Value                                                                                     | Type                                                                                                                           |
| ------------------------- | ----------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| **account**               | Unique code of an account                                                                 | [Account code](/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats.md), **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](/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats.md), **required** |
| **maxOrderSize**          | Maximum order size for an instrument                                                      | [Limit value](/sway-charts-api-documentation/rest-api-specification/cash-transaction/limit-value.md), **required**             |
| **minOrderSizeIncrement** | Order size increment for an instrument (e.g. `0.0001`)                                    | [Numeric value](/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats.md), **required** |
| **marginRate**            | Margin rate for an instrument                                                             | [Margin rate](/sway-charts-api-documentation/rest-api-specification/cash-transaction/margin-rate.md), **required**             |
