> ## 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 Last Trades

> Get last trade timestamp for an asset.

Get last trade timestamp for an asset.

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

## Path Parameters

<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>

<ResponseExample>
  ```json 200: OK Succesful retrieval of last trades for an asset theme={"system"}
  {
    // Response
  }
  ```
</ResponseExample>

<Warning>
  As part of our migration to DIA's next-generation oracle infrastructure, Lumina, the hosted DIA REST API is being deprecated and will be discontinued on **20 December 2026**. This affects the REST endpoints under `https://api.diadata.org/v1`.

  If your protocol relies on these, please email [support@diadata.org](mailto:support@diadata.org) and confirm that you are using them. We will provide you with a migration path so you can continue accessing the same data through Lumina without interruption. Integrations that don't reach out may lose access after the deprecation date.
</Warning>
