> ## Documentation Index
> Fetch the complete documentation index at: https://www.diadata.org/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Asset Chart Points

> Get asset details for all exchanges.

<Card title="Example" href="https://api.diadata.org/v1/assetChartPoints/MA120/Bitcoin/0x0000000000000000000000000000000000000000" icon="angle-right" horizontal>
  [https://api.diadata.org/v1/assetChartPoints/MA120/Bitcoin/0x0000000000000000000000000000000000000000](https://api.diadata.org/v1/assetChartPoints/MA120/Bitcoin/0x0000000000000000000000000000000000000000)
</Card>

*Remark:* Careful! Successful responses can be rather large.

## Path Parameters

<ParamField path="starttime" type="integer">
  Unix timestamp setting the start of the return array
</ParamField>

<ParamField path="endtime" type="integer">
  Unix timestamp setting the end of the return array
</ParamField>

<ParamField path="filter" type="string" required>
  Which filter should be applied (Available options: MA120, MEDIR120, VOL120 and
  MAIR120)
</ParamField>

<ParamField path="blockchain" type="string" required>
  A valid blockchain from GET /v1/blockchains, e.g., Bitcoin
</ParamField>

<ParamField path="address" type="string" required>
  A valid asset address from GET /v1/token/:symbol, e.g.,
  0x000000000000000000000000000000000000000 for BTC
</ParamField>

## Query Parameters

<ParamField query="scale" type="string">
  Which scale the graph points distance should have. Available options: 5m 30m
  1h 4h 1d 1w
</ParamField>

<ResponseExample>
  ```json 200 Successful retrieval of a chart points for an asset theme={"system"}
  {"DataPoints":[{"Series":[{"name":"filters","columns":["time","exchange","filter","symbol","value"],"values":[["2020-05-19T08:17:59Z",null,"MEDIR120","EOS",2.6236194301032314]]}],"Messages":null}]}
  ```
</ResponseExample>
