SatoshiPortal / cyphernode

Modular Bitcoin full-node microservices API server architecture and utilities toolkit to build scalable, secure and featureful apps and services without trusted third parties
MIT License
363 stars 68 forks source link

Get fees #187

Open FrancisPouliot opened 4 years ago

FrancisPouliot commented 4 years ago

For accounting purposes:

add "get fees" endpoint

Basically, we have to get the list of all transactions from bitcoin core and wasabi, and do the sum of all the transaction fees of these wallets.

Ideally, return the sum fees per wallet instance as well as the sum of all wallets