---
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

## Changes

> 7 revisions in range; 1 not diffed.

- **2018-05-10** `e7aa025e3f10` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/odyseeteam/apis/chain-query/changes/addresssummary/get.md)

---

[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/b0b6c32cdcf5/schema)
