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

###
