---
title: "Get DeFi statistics for a date range"
method: GET
path: "/stats/defi"
tags: ["stats"]
---

# Get DeFi statistics for a date range

`GET /stats/defi`

Returns volume and fees in TON for the specified time range.

## Query parameters

- `since` integer
- `until` integer

## Response `200`

OK

- InternalHandlersDefiStatsResponse
  - `fee` InternalHandlersDefiFeeStats
    - `creatorTon` number
    - `platformTon` number
    - `referralTon` number
  - `volumeTon` number

---

[API](https://skmtc.dev/grambo/apis/grambo-api.md) · [All operations](https://skmtc.dev/grambo/apis/grambo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/grambo/grambo-api/revisions/5d88d65e212e/schema)
