Adding a new address to the address book
Last updated 1 month ago
The address in the blockchain
List of address networks
Address name
Comment on the address
Request success indicator
const response = await fetch('https://ocp.payonchain.org/api-gateway/address-book/add', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "success": false, "response": { "id": "cd3867c2-2d55-4bfa-be7e-b2964ccedcc4", "networks": [ "ethereum" ], "address": "0xe2d3A739EFFCd3A99387d015E260eEFAc72EBea2", "alias": "text", "comment": "text" } }