> 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/market-data/post-request-market-data.md).

# POST Request Market Data

```
POST https://api.swaycharts.io/dxsca-web/marketdata
```

Request the current or historical market data (Quotes or Chart Candles)

```
// Request

Market Data Request

Authorization header should be included in case of basic authentication

// Response

A market data list object.

// Errors

Common errors

API is not permitted for the user

Status code: 404 Not Found
Error code: 2
Description: Entity not found at server
```
