Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 459 Bytes

getTotalBalance.md

File metadata and controls

20 lines (13 loc) · 459 Bytes

< EON API Documentation

wallet/getTotalBalance

Return the total ZEN balance of the wallet considering only Secp256ki (EVM compliant) addresses

Parameters

No parameters.

Example request

 curl -sX POST 'http://127.0.0.1:9085/wallet/getTotalBalance' -H 'Content-Type: application/json' -H 'accept: application/json' 

Example response

{
    "result" : {
        "balance" : 3330
    }
}