GET
https://dev.yimmit.com/api/v3/liquidity/public/:market/tickersGet Market Tickers
GET api/v3/liquidity/public/:market/tickers
Get ticker of specific market.
Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| market | STRING | YES | Market pair code (e.g., btcusdt, ethbtc) |
Responses
- 200 Successful response
{
"at": 1771567673,
"ticker": {
"buy": "0.02885",
"sell": "0.02886",
"low": "0.02877",
"high": "0.02957",
"open": "0.02946",
"last": "0.02886",
"volume": "0.0",
"total_volume": "476.90786178",
"total_volume_base_currency": "16397.9928",
"vol": "0.0",
"avg_price": "0.02908331",
"price_change_percent": "-2.037%"
}
}