> 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/quote.md).

# Quote

| Field      | Value                    | Type                                                                                                                    |
| ---------- | ------------------------ | ----------------------------------------------------------------------------------------------------------------------- |
| **type**   | Always `Quote`           | String **required**                                                                                                     |
| **symbol** | Unique instrument symbol | String **required**                                                                                                     |
| **bid**    | Bid price of the quote   | [Number](/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats.md), **required** |
| **ask**    | Ask price of the quote   | [Number](/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats.md), **required** |
| **time**   | Bid timestamp in UTC     | Timestamp, **required**                                                                                                 |
