Get 24hr Ticker

The endpoint provides 24-hour pricing and volume information on each market pair available on an exchange.

Get 24h Ticker

GET https://api.attlas.io/api/v1/exchange/market_watch

Query Parameters

{
    "status": "success",
    "data": [
        {
            "a": 0,
            "b": "BTC",
            "p": "33631.89000000",
            "ld": 32324.52,
            "h": 33934.25,
            "l": 31924.32,
            "hh": 33745,
            "lh": 33545.68,
            "vb": 51392.75866700013,
            "vq": 1694121313.9730875,
            "s": "BTCUSDT",
            "qi": 20,
            "bi": 1,
            "q": "USDT",
            "u": true,
            "lq": 0.003503,
            "lQ": 118,
            "t": 1627118184179,
            "av": 50421.042829900005,
            "pw": 31512.99,
            "p1m": 34663.09,
            "p3m": 50047.84,
            "py": 9537.8,
            "ph": 33656.12,
            "hy": 64854,
            "ly": 9513,
            "ath": 64854,
            "sp": 18755993,
            "vc": 3
        }
    ]
}

If the symbol is not sent, tickers for all symbols will be returned in an array.

Last updated