Skip to main content

Historical metrics for the exchange

GET 

/v2/metrics/exchange/history

Get exchange metrics history.

Request

Query Parameters

    metric_id stringrequired

    Metric identifier (e.g., TVL, STABLES_BRIDGED_USD)

    exchange_id stringrequired

    Exchange identifier (e.g., BINANCE, UNISWAP-V3-ETHEREUM)

    time_start date-time

    Starting time in ISO 8601

    time_end date-time

    Ending time in ISO 8601

    time_format string

    If set, returned values will be in unix timestamp format (valid values: unix_sec, unix_millisec, unix_microsec, unix_nanosec)

    period_id string

    Identifier of requested timeseries period (e.g. 1MIN or 2MTH), default value is 1MIN

    limit int32

    Default value: 100

    Amount of items to return (optional, mininum is 1, maximum is 100000, default value is 100, if the parameter is used then every 100 output items are counted as one request)

Responses

successful operation

Schema

  • Array [

  • ]

Loading...