Get Ticker Information
The ticker endpoint is to provide a 24-hour pricing and volume summary for each market pair available on the exchange.
API endpoint
/api/ticker?symbol={securitySymbol}Request Samples
 GET https://verified-api.azurewebsites.net//api/ticker?symbol=zyiinaResponse Samples
Content type
application/json
{
  "address": "0xcd3495b17d92480676a082195ae26a09cc5b01b7",
  "symbol": "DH12036",
  "balance": "5438329829832",
  "decimals": 18
}Last updated