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

# Asset List

> Get list all assets supported by the Invezo API.

<ResponseExample>
  ```json Response theme={null}
  {
      "status": "OK",
      "request_id": "",
      "result_count": 5000,
      "data": [
          {
              "symbol": "AAVE",
              "name": "Aave"
          },
          {
              "symbol": "ADA",
              "name": "Cardano"
          },
          ...
      ]
  }
  ```
</ResponseExample>
