---
title: "Get Current Token Balances of an Address"
method: GET
path: "/v1/address/assetFlow"
tags: ["Address Information"]
---

# Get Current Token Balances of an Address

`GET /v1/address/assetFlow`

Returns a list of token balances of given address.

## Query parameters

- `network` string, required
- `address` string, required
- `network_type` string, required
- `token_contracts` string, required

## Response `200`

Payments associated with a specific address. 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)
