Updating information at
Last updated 3 months ago
The ID of the address in the system
"6a3a2fc2-27d5-4ac7-82d9-55b5599aeb4a"
Address name
""
Comment on the address
Request success indicator
const response = await fetch('https://ocp.onchainpay.io/api-gateway/address-book/update', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "success": false, "response": null }