Add an address
Last updated
Last updated
Adding a new address to the address book
Public API-key
Signing the request body with a private API-key
Request content type
application/json
The address in the blockchain
0xe2d3A739EFFCd3A99387d015E260eEFAc72EBea2
List of address networks
ethereum
Address name
Comment on the address
POST /api-gateway/address-book/add HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
Content-Length: 104
{
"address": "0xe2d3A739EFFCd3A99387d015E260eEFAc72EBea2",
"networks": [
"ethereum"
],
"alias": "",
"comment": ""
}
{
"success": true,
"response": {
"id": "aab38ce3-3a0c-40ce-b6ef-27f731992b86",
"networks": [
"ethereum"
],
"address": "0xe2d3A739EFFCd3A99387d015E260eEFAc72EBea2",
"alias": "",
"comment": ""
}
}