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

Wasabi getbalances #176

Closed FrancisPouliot closed 4 years ago

FrancisPouliot commented 4 years ago

Returns the balance of all wasabi wallets by instanceID

Kexkey commented 4 years ago

wasabi_getbalances:

{
  "0": {
    "private": 10941115,
    "total": 31889134
  },
  "1": {
    "private": 10932071,
    "total": 28953261
  },
  "all": {
    "private": 21873186,
    "total": 60842395
  }
}
Kexkey commented 4 years ago

845ad217e117f69128330ae486a53f3ba652378a

FrancisPouliot commented 4 years ago

Perfect!