# All tickers

Get a list of all the tickers.

{% hint style="info" %}
The list is dynamic and is automatically updated.
{% endhint %}

**Request**

<mark style="color:blue;">`GET`</mark> `https://price.api.watchdata.io/price/all_tickers?api_key=your_api_key`

Get a list of all the tickers.

**Response example**

```
[
    "IOTA",
    "VGX",
    "DODO",
    "1INCHDOWN",
    "BAND",
    "ICX",
    "BKRW",
    "PUNDIX",
    "APPC",
]
```
