Ticker
GET https://api.tdax.com/public/getticker?market
Parameters
| Name | Type | Description | Example | 
|---|---|---|---|
| market | String | A pair symbol, such as 'BTC_THB', 'ETH_THB', 'ETH_BTC', etc. | 'BTC_THB' | 
Response
The API will return HTTP status 200 OK upon successful listing, otherwise the status returned will be greater than 400 with the message indicating error.
The response body will be JSON array representing.
Example
GET https://api.tdax.com/public/getticker?market=BTC_THB
{  
   "Ask":410000,
   "Bid":402000,
   "Last":407164.3
}