Market Tickers
Get ticker of specific market.
get
Get ticker of specific market.
Path parameters
marketstring · enumRequiredPossible values:
Responses
200
Get ticker of specific market.
application/json
get
GET /api/v2/live/public/markets/{market}/tickers HTTP/1.1
Host: www.mameex.com
Accept: */*
200
Get ticker of specific market.
{
"at": 1,
"ticker": {
"low": 1,
"high": 1,
"open": 1,
"last": 1,
"volume": 1,
"amount": 1,
"vol": 1,
"avg_price": 1,
"price_change_percent": "text",
"at": 1
}
}
Last updated