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