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

# Quotable Assets

> Returns a list of assets available for quotations.

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

Use the query parameter blockchain in order to obtain exclusively assets on the selected blockchain.

<Card title="Example" href="https://api.diadata.org/v1/quotedAssets?blockchain=Polygon" icon="angle-right" horizontal>
  [https://api.diadata.org/v1/quotedAssets?blockchain=Polygon](https://api.diadata.org/v1/quotedAssets?blockchain=Polygon)
</Card>

## Query Parameters

<ParamField query="blockchain" type="string">
  Name of the blockchain for the requested assets.
</ParamField>

<ResponseExample>
  ```json 200: OK Successful retrieval of quotable assets. theme={"system"}
  [{"Asset":{"Symbol":"WETH","Name":"Wrapped Ether","Address":"0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619","Decimals":18,"Blockchain":"Polygon"},"Volume":35305550.57803},{"Asset":{"Symbol":"WMATIC","Name":"Wrapped Matic","Address":"0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270","Decimals":18,"Blockchain":"Polygon"},"Volume":24233330.345671}]
  ```
</ResponseExample>
