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-private-keys
REQUIRED
Yes
DESCRIPTION
This is your private API Keys which can be found here.https://map.peerwa
llet.com/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
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"
}