Ticker

Get 24 hours ticker price change statistics

GET https://satangcorp.com/api/v3/ticker/24hr

Query Parameters

// response with symbol
{
    "symbol": "btc_thb",
    "priceChange": "541.859798038149",
    "priceChangePercent": "0.178056014737794734",
    "weightedAvgPrice": "304277.8033350576025961",
    "prevClosePrice": "304764.93452299",
    "lastPrice": "304861.71040016",
    "lastQty": "0.00204413",
    "bidPrice": "304250",
    "askPrice": "305443",
    "openPrice": "304768.76606168",
    "highPrice": "306250",
    "lowPrice": "302021",
    "volume": "136.92919756",
    "quoteVolume": "41664515.4459889293398552",
    "openTime": 1591709393670,
    "closeTime": 1591795758108,
    "firstId": 1353890,
    "lastId": 1355963,
    "count": 2074
}

// response without symbol
[
    {
        "askPrice": "215",
        "bidPrice": "208",
        "closeTime": 1591795364337,
        "count": 159,
        "firstId": 531,
        "highPrice": "215",
        "lastId": 689,
        "lastPrice": "211.68652357",
        "lastQty": "2.96723531",
        "lowPrice": "208",
        "openPrice": "208.67682684",
        "openTime": 1591709277968,
        "prevClosePrice": "208.93397758",
        "priceChange": "0.4979461031446541",
        "priceChangePercent": "0.235782687263378843",
        "quoteVolume": "69852.2700409561372113",
        "symbol": "etc_thb",
        "volume": "330.69929745",
        "weightedAvgPrice": "211.2259402411262583"
    },
    {
        "askPrice": "0",
        "bidPrice": "45000",
        "closeTime": 1583997211361,
        "count": 0,
        "firstId": 0,
        "highPrice": "0",
        "lastId": 44,
        "lastPrice": "45000",
        "lastQty": "0.004",
        "lowPrice": "0",
        "openPrice": "0",
        "openTime": 0,
        "prevClosePrice": "45000",
        "priceChange": "0",
        "priceChangePercent": "0",
        "quoteVolume": "0",
        "symbol": "paxg_thb",
        "volume": "0",
        "weightedAvgPrice": "0"
    }
]

Last updated