---
title: "Returns a summary of Address activity"
method: GET
path: "/AddressSummary"
tags: ["stat"]
---

# Returns a summary of Address activity

`GET /AddressSummary`

It returns sent, recieved, balance, and number of transactions it has been used in.

## Query parameters

- `LbryAddress` string, required

## Response `200`

It returns sent, recieved, balance, and number of transactions it has been used in.

- AddressSummary
  - `Address` string
  - `TotalReceived` number, double — Total amount received by address from all transactions it was a part of.
  - `TotalSent` number, double — Total amount sent from address for all transactions it was a part of.
  - `Balance` number, double — The current balance of an address

---

[API](https://skmtc.dev/odyseeteam/apis/chain-query.md) · [All operations](https://skmtc.dev/odyseeteam/apis/chain-query/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/odyseeteam/chain-query/revisions/8d5ce2c7aa69/schema)
