v1

latestSwagger 2.02026-07-17336.0 KB
stat

Returns a summary of Address activity

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

get/addresssummary

Query parameters

LbryAddressstring required

A LbryAddress

Response

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

Addressstring
TotalReceivednumber double

Total amount received by address from all transactions it was a part of.

TotalSentnumber double

Total amount sent from address for all transactions it was a part of.

Balancenumber double

The current balance of an address

Example response

{
  "Address": "Address",
  "TotalSent": 6.027456183070403,
  "TotalReceived": 0.8008281904610115,
  "Balance": 1.4658129805029452
}