Updating information at
Last updated 1 month ago
The ID of the address in the system
Address name
Comment on the address
Request success indicator
const response = await fetch('https://ocp.payonchain.org/api-gateway/address-book/update', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "success": false }