본문으로 건너뛰기

Liquidation KPI stats

GET 

/api/v1/liquidation/stats

Aggregate liquidation stats (total, long/short split, count, venue count, biggest single event) over a 1h/4h/24h window. Backs the liquidation page KPI strip for windows the live feed buffer can't cover.

Request

Query Parameters

    window string

    Possible values: [1h, 4h, 24h]

    Rolling window

    Default value: 1h
    exchange string

    Exchange filter

    minVolumeUsd number

    Minimum VolumeUsd filter

Header Parameters

    X-DTMX-APIKEY string

    Your DataMaxi+ API key

Responses

OK

Schema

    biggest

    object

    base string
    exchange string
    quote string
    volumeUsd number
    count integer

    number of events

    generatedAt integer

    ms

    longRatio integer

    round(long/total*100), 0 when empty

    longUsd number

    sell-side

    shortUsd number

    buy-side

    total number

    long + short

    venues integer

    distinct exchanges

    window string

    "1h" | "4h" | "24h"

Loading...