Balance Ledger
Ledger balance is what holds your balance, you can see the movement of your balance and what gets debited and credited to your account.
End Point
"https://calls.peerwallet.com
/bal-ledger"
Send your keys via headers
VALUE
api-public-key
REQUIRED
YES
DESCRIPTION
This is your Public API Keys which can be found here.https://peerwallet.
com/map/api-keys
Below are the POST values to send and their explanations on each field.
VALUE
page
REQUIRED
YES
DESCRIPTION
Each page carries up to 20 transactions. You must send in at least 1.
Post Fields
[
"api-public-key",
"page"
]
Return Values Success Sample
{
"status": 200,
"data": {
"debit":10 ,
"credit":0 ,
"currency": "USD" ,
"balance":503.89 ,
"transaction_name": "Vcard #908SUIOE0D loaded" ,
},
"note":"Balance ledger has been successfully fetched"
}
Return Values Error Sample
{
"status": 500,
"note":"Balance ledger could not be fetched"
}