---
title: "Get daily statistics for given timespan"
method: GET
path: "/api/Satistics/getDaily"
tags: ["Satistics"]
---

# Get daily statistics for given timespan

`GET /api/Satistics/getDaily`

## Query parameters

- `dateFrom` string, date-time
- `dateTo` string, date-time

## Response `200`

OK

- DailySatisticResponseDTO
  - `dailyData` OrdersSatisticsDailyDataDTO[], nullable — Statistical data for every requested date for every chain
    - `giveChainId` IntPropertyDTO
      - `bytesValue` string, byte, nullable — Binary representation of the property value
      - `bytesArrayValue` string, nullable — Bytes array representation of the value
      - `bigIntegerValue` number, nullable — Integer representation of the property value
      - `stringValue` string, nullable — String representation of the property value
    - `takeChainId` IntPropertyDTO
      - `bytesValue` string, byte, nullable — Binary representation of the property value
      - `bytesArrayValue` string, nullable — Bytes array representation of the value
      - `bigIntegerValue` number, nullable — Integer representation of the property value
      - `stringValue` string, nullable — String representation of the property value
    - `date` integer — Start of day for which the statistics has been collected
    - `createdOrdersCount` integer — Number of created orders
    - `fulfilledOrdersCount` integer — Number of fulfilled orders
    - `totalAmountGivenUsd` number, double — Total Give amount USD equivalent
    - `totalAmountTakenUsd` number, double — Total Take amount USD equivalent
    - `totalProtocolFeeUsd` number, double — Total FixFee+TransferFee USD equivalent
    - `uniqueOrderCreators` integer — Number of unique users that created orders that day
    - `newOrderCreators` integer — Number of new users, that created orders that day
  - `dailyDataCumulative` OrdersSatisticsDailyDataDTO[], nullable — Cumulative statistical data for every requested date for every chain
    - `giveChainId` IntPropertyDTO
      - `bytesValue` string, byte, nullable — Binary representation of the property value
      - `bytesArrayValue` string, nullable — Bytes array representation of the value
      - `bigIntegerValue` number, nullable — Integer representation of the property value
      - `stringValue` string, nullable — String representation of the property value
    - `takeChainId` IntPropertyDTO
      - `bytesValue` string, byte, nullable — Binary representation of the property value
      - `bytesArrayValue` string, nullable — Bytes array representation of the value
      - `bigIntegerValue` number, nullable — Integer representation of the property value
      - `stringValue` string, nullable — String representation of the property value
    - `date` integer — Start of day for which the statistics has been collected
    - `createdOrdersCount` integer — Number of created orders
    - `fulfilledOrdersCount` integer — Number of fulfilled orders
    - `totalAmountGivenUsd` number, double — Total Give amount USD equivalent
    - `totalAmountTakenUsd` number, double — Total Take amount USD equivalent
    - `totalProtocolFeeUsd` number, double — Total FixFee+TransferFee USD equivalent
    - `uniqueOrderCreators` integer — Number of unique users that created orders that day
    - `newOrderCreators` integer — Number of new users, that created orders that day

---

[API](https://skmtc.net/debridge/apis/debridge-liquidity-network-dln-api.md) · [All operations](https://skmtc.net/debridge/apis/debridge-liquidity-network-dln-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debridge/debridge-liquidity-network-dln-api/revisions/ec461847e46f/schema)
