> For the complete documentation index, see [llms.txt](https://docs.verified.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verified.network/reference/verified-rest-api/market-data/get-ticker-information.md).

# Get Ticker Information

### API endpoint

```
/api/ticker?symbol={securitySymbol}
```

### Request Samples

<pre class="language-css"><code class="lang-css"><strong> GET https://verified-api.azurewebsites.net//api/ticker?symbol=zyiina
</strong></code></pre>

#### Response Samples

Content type

> &#x20;application/json

```json
{
  "address": "0xcd3495b17d92480676a082195ae26a09cc5b01b7",
  "symbol": "DH12036",
  "balance": "5438329829832",
  "decimals": 18
}
```

###
