Skip to content

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.

Request Format

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

Response Format

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
Clone this wiki locally