Edit Offer
If you have an active offer on Peerwallet, you can modify the exchange rate, minimum order & the maximum order for the offer.
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",
"off_id"
]
Return Values Success Sample
{
"status": 200,
"note": "Offer has been successfully modified"
}
Return Values Error Sample
{
"status": 500,
"note":"Error encountered when modifying offer"
}