Taker Buy/Sell Volume

Get Taker Volume of a specific symbol.

GET https://api.staging.dexilon.io/api/v1/tradingData/takerVolume

Weight: 1

Query Parameters

Name
Type
Description

symbol*

String

Symbol name

dimension*

Enum

Dimension of interval.

Example: MIN_5, MIN_15, MIN_30, HOUR_1, HOUR_4, DAY_1.

[
    {
        "buy": 0.2,
        "sell": 0,
        "time": 1670841000000
    },
    {
        "buy": 0.02,
        "sell": 0,
        "time": 1670841600000
    }
]

Last updated