Account Balance
You can check your account balance via a simple call. This would return the current account balance you have on Peerwallet.
End Point
"https://calls.peerwallet.com
/edit-offer-details"
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
off_id
REQUIRED
YES
DESCRIPTION
This is the Unique ID used in identifying the offer
Post Fields
"api-public-key"
Return Values Success Sample
{
"status": 200,
"balance": 4400.9 ,
"primary_currency": "GBP",
"note": "Balance has been fetched"
}
Return Values Error Sample
{
"status": 500,
"note":"Balance could not be fetched"
}