Feature: Add address ledger API #179
Labels
api
Adding/updating an API
enhancement
New feature or request
service functionality
Improving functionality at the service level. May affect any area of the project
Summary
Add an API set that returns a balance ledger for an address.
Problem Definition
Existing services are scraping the Tx API to pull ledger records (fees paid, credits/debits) for an address. It would be nice to give them that data already parsed out, in addition for future use for the UI.
Dependent on #115
Proposal
Using the event log db tables:
/api/v2/accounts/{address}/ledger
to return the above object structureaddress
begin date
end date
For Admin Use
The text was updated successfully, but these errors were encountered: