-
Notifications
You must be signed in to change notification settings - Fork 64
splitIntegrated
AxVultis edited this page Nov 16, 2022
·
1 revision
The splitIntegrated method takes an integrated address and returns its address and its payment ID.
JSON-RPC
{
"jsonrpc": "2.0",
"id": 24,
"method": "splitIntegrated",
"params": {
"integrated_address": "ccx7Nn1246bHvqvTUsbcm4A4zuF9ixmnk9Rq4g8fxvQc9uDmC8QhdoQHHkVrHReXtLAbjoFr5Uz4R94XTntTqXWmHxfMJBt5vin37bfSfo18wJ1WzeCUWnzv3D23hvR8npyhHxoa6E3WXqNgTfHaWbAYRPdUhEXXEeKeEG7okKGHA8CZ3onHGJrpEN"
}
}
Request Details:
Argument | Mandatory | Description | Format |
---|---|---|---|
integrated_address | Yes | The integrated address to split | string |
JSON-RPC
{
"jsonrpc": "2.0",
"id": 24,
"result": {
"address": "ccx7dehAGh837bfSfo18wJ1WzeCUWnzv3D23hvR8npyhHxoa6E3WXqNgTfHaWbAYRPdUhEXXEeKeEG7okKGHA8CZ3onHHofFDJ",
"payment_id": "f0ec8e59f64e7689f24452ca5dc7e561601dcabc8464a9cd083db017a5116ee0"
}
}
Response Details:
Argument | Description | Format |
---|---|---|
address | The address contained in the integrated address | string |
payment_id | The payment ID contained in the integrated address | string |
© 2018-2023 Conceal Network. All rights reserved.
- Conceal API Reference
- General Methods
- Private Key Methods
- Wallet Address Methods
- Deposit Methods
- Transaction Methods
- Delayed Transaction Methods
- Wallet Export Methods