---
title: "Get Balance Changes Day wise By Network"
method: GET
path: "/v1/network/balances"
tags: ["Network Information"]
---

# Get Balance Changes Day wise By Network

`GET /v1/network/balances`

Returns a list of balance changes associated with the specified address.

## Query parameters

- `network` string, required
- `startTime` string, required
- `endTime` string, required

## Response `200`

Balance Changes Day wise By Network. This includes both incoming and outgoing transactions.

- BalancesInfo
  - `total` number, required
  - `balances` Balance[], required
    - `denom` string, required
    - `net_balance_change` number, required
    - `date` string, required
    - `total_received` number, required
    - `total_sent` number, required

---

[API](https://skmtc.net/range/apis/range-platform-api.md) · [All operations](https://skmtc.net/range/apis/range-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/range/range-platform-api/revisions/9926df2e476d/schema)
