get_integrated_address
Make integrated address from regular address
URL: http:://127.0.0.1:11211/json_rpc
Request:
{
"id": 0,
"jsonrpc": "2.0",
"method": "get_integrated_address",
"params": {
"payment_id": "1dfe5a88ff9effb3",
"regular_address": "ZxCSpsGGeJsS8fwvQ4HktDU3qBeauoJTR6j73jAWWZxFXdF7XTbGm4YfS2kXJmAP4Rf5BVsSQ9iZ45XANXEYsrLN2L2W77dH7"
}
}
Request description:
"payment_id": Hex-encoded Payment ID to be associated with the this address. If empty then wallet would generate new payment id using system random library
"regular_address": Zano wallet address to be used as a base for integrated address
Response:
{
"id": 0,
"jsonrpc": "2.0",
"result": {
"integrated_address": "iZ2EMyPD7g28hgBfboZeCENaYrHBYZ1bLFi5cgWvn4WJLaxfgs4kqG6cJi9ai2zrXWSCpsvRXit14gKjeijx6YPCLJEv6Fx4rVm1hdAGQFis",
"payment_id": "1dfe5a88ff9effb3"
}
}
Response description:
"integrated_address": Integrated address combining a standard address and payment ID, if applicable.
"payment_id": Payment ID associated with the this address.