Receive webhook payload for batch transaction

Webhook Behaviour for Batch Transfers can vary depending on the assets and addresses in the Batch Transfer Transaction. The sample payloads (success/completed receive webhook) for the batch transaction in a receive transaction webhook for various scenario's will look like the following.

📘

Note

Every successful and completed webhook for batch transfers will receive it's associated periodic webhooks. However, sometimes periodic webhooks might be missed if the transaction is finalised before Liminal reads the blockchain's latest block. In such case you will directly receive the success/ completed webhook.

  1. Batch Transfer of the same asset to different addresses in different wallets belonging to Liminal

📖

In case all addresses belong to different wallets

  • There will be 1 success webhook per wallet and its associated periodic webhooks
  • The responses will be delivered in the same order of that in the batch transaction

Example: On SOL chain, USDC is sent to 3 different addresses in 3 different wallets

Txn - https://solscan.io/tx/4EtRnHiZyzS4LPD8xP4aZZMUFhVL7tzSK547W3Vaa8Te6gpn8zDw7u1EwL2awGeXtTLkrfj2gdEWe6TGoRR5k9bv?cluster=devnet

Tx1 - 0.1 USDC

Tx2 - 0.2 USDC

Tx3 - 0.5 USDC

{
  "id": 152230524,
  "txid": "4EtRnHiZyzS4LPD8xP4aZZMUFhVL7tzSK547W3Vaa8Te6gpn8zDw7u1EwL2awGeXtTLkrfj2gdEWe6TGoRR5k9bv",
  "raw": "",
  "walletid": 13310,
  "type": "receive",
  "fee": "0.00091400",
  "effectivechange": "0.10000000",
  "runningbalance": null,
  "timestamp": "2025-05-20T11:15:35.000Z",
  "externaladdress": "CnwwY261GWmYof47oUSP7Ba7EpbQpMpc7vfg9epy2N8N",
  "block": 382114516,
  "coin": "USDC",
  "effectivechangeusd": "0.10000",
  "wallet": {
    "id": 13310,
    "name": "Automation Testing Organization Withdrawal SOL",
    "type": "pipeline",
    "config": "2of2",
    "balance": "3.03244171",
    "address": "sM1HTuvfGwmrU2WNxEcrsk8AtDNEmY5s1BLtSt2Dpba",
    "chain": "SOL",
    "subtype": "hot",
    "coin": "SOL",
    "orgid": 1232,
    "parentchain": "SOL",
    "isArchived": 0,
    "balanceUSD": "426.67253566",
    "orgWebhook": "https://c70a5e1afdb0a586c53ae351815c8f6b.m.pipedream.net/"
  },
  "tokenContractAddress": "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU",
  "sequenceId": "",
  "explorerLink": "https://explorer.solana.com/tx/4EtRnHiZyzS4LPD8xP4aZZMUFhVL7tzSK547W3Vaa8Te6gpn8zDw7u1EwL2awGeXtTLkrfj2gdEWe6TGoRR5k9bv?cluster=devnet",
  "inputs": [
    {
      "address": "CnwwY261GWmYof47oUSP7Ba7EpbQpMpc7vfg9epy2N8N",
      "amount": "0.00000000",
      "isMine": false
    }
  ],
  "outputs": [
    {
      "address": "sM1HTuvfGwmrU2WNxEcrsk8AtDNEmY5s1BLtSt2Dpba",
      "amount": "0.10000000",
      "isMine": true,
      "wallet": {
        "id": 13310,
        "name": "Automation Testing Organization Withdrawal SOL",
        "type": "pipeline",
        "config": "2of2",
        "status": 1,
        "balance": "3.03244171",
        "balanceusd": "426.67253566",
        "raw": null,
        "issynced": false,
        "walletpath": null,
        "walletidentifier": "sM1HTuvfGwmrU2WNxEcrsk8AtDNEmY5s1BLtSt2Dpba",
        "chain": "SOL",
        "subtype": "hot",
        "coin": "SOL",
        "orgid": 1232,
        "parentchain": "SOL",
        "canInitiatorSign": 1,
        "suspendedStatus": 0,
        "suspendedRemark": null,
        "isArchived": false,
        "teamId": null,
        "version": 1,
        "account": null
      }
    }
  ],
  "blockConfirmation": 8323697,
  "transactionStatus": {
    "legacyStatus": 4,
    "primaryStatus": "success",
    "secondaryStatus": "completed"
  },
  "blockConfirmationData": {
    "periodicity": null,
    "block": 382114516,
    "numberOfConfirmations": 8323697
  },
  "resData": {
    "success": true
  },
  "txStatus": 1
}

{
  "id": 152230526,
  "txid": "4EtRnHiZyzS4LPD8xP4aZZMUFhVL7tzSK547W3Vaa8Te6gpn8zDw7u1EwL2awGeXtTLkrfj2gdEWe6TGoRR5k9bv",
  "raw": "",
  "walletid": 32109,
  "type": "receive",
  "fee": "0.00091400",
  "effectivechange": "0.20000000",
  "runningbalance": null,
  "timestamp": "2025-05-20T11:15:35.000Z",
  "externaladdress": "CnwwY261GWmYof47oUSP7Ba7EpbQpMpc7vfg9epy2N8N",
  "block": 382114516,
  "coin": "USDC",
  "effectivechangeusd": "0.20000",
  "wallet": {
    "id": 32109,
    "name": "Automation Testing Organization withdrawal SOL",
    "type": "mpc",
    "config": "2of2",
    "balance": "33.99441911",
    "address": "BAmmY3DmHanoky7yJsT8myDThanUbYENJvP2uPpYwv7Q",
    "chain": "SOL",
    "subtype": "hot",
    "coin": "SOL",
    "orgid": 1232,
    "parentchain": "SOL",
    "isArchived": 0,
    "balanceUSD": "4783.10430574",
    "orgWebhook": "https://c70a5e1afdb0a586c53ae351815c8f6b.m.pipedream.net/"
  },
  "tokenContractAddress": "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU",
  "sequenceId": "",
  "explorerLink": "https://explorer.solana.com/tx/4EtRnHiZyzS4LPD8xP4aZZMUFhVL7tzSK547W3Vaa8Te6gpn8zDw7u1EwL2awGeXtTLkrfj2gdEWe6TGoRR5k9bv?cluster=devnet",
  "inputs": [
    {
      "address": "CnwwY261GWmYof47oUSP7Ba7EpbQpMpc7vfg9epy2N8N",
      "amount": "0.00000000",
      "isMine": false
    }
  ],
  "outputs": [
    {
      "address": "BAmmY3DmHanoky7yJsT8myDThanUbYENJvP2uPpYwv7Q",
      "amount": "0.20000000",
      "isMine": true,
      "wallet": {
        "id": 32109,
        "name": "Automation Testing Organization withdrawal SOL",
        "type": "mpc",
        "config": "2of2",
        "status": 1,
        "balance": "33.99441911",
        "balanceusd": "4783.10430574",
        "raw": null,
        "issynced": true,
        "walletpath": "m/44/501/1/1232/0/0/0",
        "walletidentifier": "BAmmY3DmHanoky7yJsT8myDThanUbYENJvP2uPpYwv7Q",
        "chain": "SOL",
        "subtype": "hot",
        "coin": "SOL",
        "orgid": 1232,
        "parentchain": "SOL",
        "canInitiatorSign": 1,
        "suspendedStatus": 0,
        "suspendedRemark": null,
        "isArchived": false,
        "teamId": null,
        "version": 2,
        "account": null
      }
    }
  ],
  "blockConfirmation": 8323697,
  "transactionStatus": {
    "legacyStatus": 4,
    "primaryStatus": "success",
    "secondaryStatus": "completed"
  },
  "blockConfirmationData": {
    "periodicity": null,
    "block": 382114516,
    "numberOfConfirmations": 8323697
  },
  "resData": {
    "success": true
  },
  "txStatus": 1
}

{
  "id": 152230525,
  "txid": "4EtRnHiZyzS4LPD8xP4aZZMUFhVL7tzSK547W3Vaa8Te6gpn8zDw7u1EwL2awGeXtTLkrfj2gdEWe6TGoRR5k9bv",
  "raw": "",
  "walletid": 14663,
  "type": "receive",
  "fee": "0.00091400",
  "effectivechange": "0.50000000",
  "runningbalance": null,
  "timestamp": "2025-05-20T11:15:35.000Z",
  "externaladdress": "CnwwY261GWmYof47oUSP7Ba7EpbQpMpc7vfg9epy2N8N",
  "block": 382114516,
  "coin": "USDC",
  "effectivechangeusd": "0.50000",
  "wallet": {
    "id": 14663,
    "name": "SOL MPC",
    "type": "mpc",
    "config": "2of2",
    "balance": "24.09642644",
    "address": "BCBQBSkby5x6Za3CQu4u1g7FzziyUh8pFs176WtLt7Rb",
    "chain": "SOL",
    "subtype": "holding",
    "coin": "SOL",
    "orgid": 1232,
    "parentchain": "SOL",
    "isArchived": 0,
    "balanceUSD": "3390.43066702",
    "orgWebhook": "https://c70a5e1afdb0a586c53ae351815c8f6b.m.pipedream.net/"
  },
  "tokenContractAddress": "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU",
  "sequenceId": "",
  "explorerLink": "https://explorer.solana.com/tx/4EtRnHiZyzS4LPD8xP4aZZMUFhVL7tzSK547W3Vaa8Te6gpn8zDw7u1EwL2awGeXtTLkrfj2gdEWe6TGoRR5k9bv?cluster=devnet",
  "inputs": [
    {
      "address": "CnwwY261GWmYof47oUSP7Ba7EpbQpMpc7vfg9epy2N8N",
      "amount": "0.00000000",
      "isMine": false
    }
  ],
  "outputs": [
    {
      "address": "BCBQBSkby5x6Za3CQu4u1g7FzziyUh8pFs176WtLt7Rb",
      "amount": "0.50000000",
      "isMine": true,
      "wallet": {
        "id": 14663,
        "name": "SOL MPC",
        "type": "mpc",
        "config": "2of2",
        "status": 1,
        "balance": "24.09642644",
        "balanceusd": "3390.43066702",
        "raw": null,
        "issynced": false,
        "walletpath": "m/44/501/2/14663",
        "walletidentifier": "BCBQBSkby5x6Za3CQu4u1g7FzziyUh8pFs176WtLt7Rb",
        "chain": "SOL",
        "subtype": "holding",
        "coin": "SOL",
        "orgid": 1232,
        "parentchain": "SOL",
        "canInitiatorSign": 1,
        "suspendedStatus": 0,
        "suspendedRemark": null,
        "isArchived": false,
        "teamId": 530,
        "version": 2,
        "account": null
      }
    }
  ],
  "blockConfirmation": 8323697,
  "transactionStatus": {
    "legacyStatus": 4,
    "primaryStatus": "success",
    "secondaryStatus": "completed"
  },
  "blockConfirmationData": {
    "periodicity": null,
    "block": 382114516,
    "numberOfConfirmations": 8323697
  },
  "resData": {
    "success": true
  },
  "txStatus": 1
}

  1. Batch Transfer of different assets to different addresses in same wallet belonging to Liminal

📖

In case all addresses belong to same wallet but the assets are different

  • There will be 1 success webhook per asset and its associated periodic webhooks
  • The responses will be delivered in the same order of that in the batch transaction

Example: On ETH chain LMNL is sent to an address belonging to a deposit wallet and BAT is sent to another address belonging to the same deposit wallet.

Txn - https://sepolia.etherscan.io/tx/0x29c98a33509f8e89acdcd070e637efb30cccade766e612883e4b303b30b2abac

Tx1 - 1 LMNL to Liminal Address 1

Tx2 - 1 BAT to Liminal Address 2

Tx3 - 1 USDT to External Address

isMine: true in the webhook outputsblock for receive transactions, can be used to identify which of the addresses in the batch transfer recipients belong to an address of a Liminal Wallet.


{
  "id": 151173345,
  "txid": "0x29c98a33509f8e89acdcd070e637efb30cccade766e612883e4b303b30b2abac",
  "raw": null,
  "walletid": 32030,
  "type": "receive",
  "fee": "0.00012975",
  "effectivechange": "1.00000000",
  "runningbalance": null,
  "timestamp": "2025-06-16T11:43:14.000Z",
  "externaladdress": "0xd38cf1b4d595a9533f42391812c4fd3dc10731dd",
  "block": 8561111,
  "coin": "LMNL",
  "effectivechangeusd": "0.00000",
  "wallet": {
    "id": 32030,
    "name": "Fareed Org deposit ETH 2",
    "type": "mpc",
    "config": "2of2",
    "balance": "0.00639091",
    "address": "0xc740abab8dDc51aE827296b8F49aD90FD59bCA5e",
    "chain": "ETH",
    "subtype": "deposit",
    "coin": "ETH",
    "orgid": 1050,
    "parentchain": "EVM",
    "isArchived": 0,
    "balanceUSD": "16.69432550",
    "orgWebhook": "https://webhook.site/636fb671-9464-4e60-acb7-6cd4b2032f55"
  },
  "tokenContractAddress": "0xfeCF143337aB8314E09dA69b589652CF702e7e11",
  "sequenceId": "",
  "explorerLink": "https://sepolia.etherscan.io/tx/0x29c98a33509f8e89acdcd070e637efb30cccade766e612883e4b303b30b2abac",
  "inputs": [
    {
      "address": "0xd38cf1b4d595a9533f42391812c4fd3dc10731dd",
      "amount": "0.00000000",
      "isMine": false
    }
  ],
  "outputs": [
    {
      "address": "0xccc9df8813b1f3cab96ca3cab83fd316af1096dc",
      "amount": "1.00000000",
      "isMine": true,
      "wallet": {
        "id": 32030,
        "name": "Fareed Org deposit ETH 2",
        "type": "mpc",
        "config": "2of2",
        "status": 1,
        "balance": "0.00639091",
        "balanceusd": "16.69432550",
        "raw": null,
        "issynced": true,
        "walletpath": "m/44/60/0/1050/1/0/0",
        "walletidentifier": "0xc740abab8dDc51aE827296b8F49aD90FD59bCA5e",
        "chain": "ETH",
        "subtype": "deposit",
        "coin": "ETH",
        "orgid": 1050,
        "parentchain": "EVM",
        "canInitiatorSign": 1,
        "suspendedStatus": 0,
        "suspendedRemark": null,
        "isArchived": false,
        "teamId": null,
        "version": 2,
        "account": null
      }
    }
  ],
  "blockConfirmation": 31,
  "transactionStatus": {
    "legacyStatus": 4,
    "primaryStatus": "success",
    "secondaryStatus": "completed"
  },
  "blockConfirmationData": {
    "periodicity": null,
    "block": 8561111,
    "numberOfConfirmations": 31
  },
  "resData": {
    "success": true
  },
  "txStatus": 1
}
{
  "id": 151173346,
  "txid": "0x29c98a33509f8e89acdcd070e637efb30cccade766e612883e4b303b30b2abac",
  "raw": null,
  "walletid": 32030,
  "type": "receive",
  "fee": "0.00012975",
  "effectivechange": "1.00000000",
  "runningbalance": null,
  "timestamp": "2025-06-16T11:43:14.000Z",
  "externaladdress": "0xd38cf1b4d595a9533f42391812c4fd3dc10731dd",
  "block": 8561111,
  "coin": "BAT",
  "effectivechangeusd": "0.12885",
  "wallet": {
    "id": 32030,
    "name": "Fareed Org deposit ETH 2",
    "type": "mpc",
    "config": "2of2",
    "balance": "0.00639091",
    "address": "0xc740abab8dDc51aE827296b8F49aD90FD59bCA5e",
    "chain": "ETH",
    "subtype": "deposit",
    "coin": "ETH",
    "orgid": 1050,
    "parentchain": "EVM",
    "isArchived": 0,
    "balanceUSD": "16.69432550",
    "orgWebhook": "https://webhook.site/636fb671-9464-4e60-acb7-6cd4b2032f55"
  },
  "tokenContractAddress": "0xe9928a4CBacC94368DDd8cDA3003e3213D477052",
  "sequenceId": "",
  "explorerLink": "https://sepolia.etherscan.io/tx/0x29c98a33509f8e89acdcd070e637efb30cccade766e612883e4b303b30b2abac",
  "inputs": [
    {
      "address": "0xd38cf1b4d595a9533f42391812c4fd3dc10731dd",
      "amount": "0.00000000",
      "isMine": false
    }
  ],
  "outputs": [
    {
      "address": "0x13a6fa3da622456a7181f55a7a00aafebe040d35",
      "amount": "1.00000000",
      "isMine": true,
      "wallet": {
        "id": 32030,
        "name": "Fareed Org deposit ETH 2",
        "type": "mpc",
        "config": "2of2",
        "status": 1,
        "balance": "0.00639091",
        "balanceusd": "16.69432550",
        "raw": null,
        "issynced": true,
        "walletpath": "m/44/60/0/1050/1/0/0",
        "walletidentifier": "0xc740abab8dDc51aE827296b8F49aD90FD59bCA5e",
        "chain": "ETH",
        "subtype": "deposit",
        "coin": "ETH",
        "orgid": 1050,
        "parentchain": "EVM",
        "canInitiatorSign": 1,
        "suspendedStatus": 0,
        "suspendedRemark": null,
        "isArchived": false,
        "teamId": null,
        "version": 2,
        "account": null
      }
    }
  ],
  "blockConfirmation": 45,
  "transactionStatus": {
    "legacyStatus": 4,
    "primaryStatus": "success",
    "secondaryStatus": "completed"
  },
  "blockConfirmationData": {
    "periodicity": null,
    "block": 8561111,
    "numberOfConfirmations": 45
  },
  "resData": {
    "success": true
  },
  "txStatus": 1
}
  1. Batch Transfer of the same asset on different addresses of the same wallet

📖

In case the same asset is being transferred to different addresses of the same Deposit Wallet

  • There will be only 1 success webhook and its associated periodic webhooks
  • The effectivechangeand effectivechangeusd will be summed and combined.
  • outputs will contain detailed amounts and wallet metadata information for each address.

Example: 0.001 ETH and 0.002 ETH are transferred to different deposit addresses of the same wallet in Liminal and 0.001 ETH is transferred to an External Address not belonging to Liminal

Tx:- https://sepolia.etherscan.io/tx/0xaaf590ae741293bf46c1ed39136058d5a2f1be635b7b8b7b7680981b5a98ea1e

Tx 1 - 0.001 ETH to Liminal Address 1

Tx 2 - 0.002 ETH to Liminal Address 2

Tx 3 - 0.003 ETH to External Address

The outputs array contains the amounts and the wallet metadata for each address.

isMine: true in the webhook outputsblock for receive transactions, can be used to identify which of the addresses in the batch transfer recipients belong to an address of a Liminal Wallet.

{
  "id": 155552673,
  "txid": "0xaaf590ae741293bf46c1ed39136058d5a2f1be635b7b8b7b7680981b5a98ea1e",
  "raw": null,
  "walletid": 36215,
  "type": "receive",
  "fee": "0.00016278",
  "effectivechange": "0.00300000",
  "runningbalance": null,
  "timestamp": "2025-08-04T06:57:24.000Z",
  "externaladdress": "0x4904ba3148147d2f78b05a8446c01c48a7aba4bd",
  "block": 8909263,
  "coin": "ETH",
  "effectivechangeusd": "10.60480",
  "wallet": {
    "id": 36215,
    "name": "Deepak Org deposit ETH 2",
    "type": "mpc",
    "config": "2of2",
    "balance": "0.07300000",
    "address": "0x53c405792e91a8aEA1606333D6Ca2271eA305326",
    "chain": "ETH",
    "subtype": "deposit",
    "coin": "ETH",
    "orgid": 2022,
    "parentchain": "EVM",
    "isArchived": 0,
    "balanceUSD": "258.05016625",
    "orgWebhook": "https://c70a5e1afdb0a586c53ae351815c8f6b.m.pipedream.net/\t"
  },
  "tokenContractAddress": "",
  "sequenceId": "",
  "explorerLink": "https://sepolia.etherscan.io/tx/0xaaf590ae741293bf46c1ed39136058d5a2f1be635b7b8b7b7680981b5a98ea1e",
  "inputs": [
    {
      "address": "0x4904ba3148147d2f78b05a8446c01c48a7aba4bd",
      "amount": "0.00000000",
      "isMine": false
    },
    {
      "address": "0x4904ba3148147d2f78b05a8446c01c48a7aba4bd",
      "amount": "0.00000000",
      "isMine": false
    },
    {
      "address": "0x4904ba3148147d2f78b05a8446c01c48a7aba4bd",
      "amount": "0.00000000",
      "isMine": false
    },
    {
      "address": "0x4904ba3148147d2f78b05a8446c01c48a7aba4bd",
      "amount": "0.00000000",
      "isMine": false
    }
  ],
  "outputs": [
    {
      "address": "0x9254c0fcb2faa4550b9ba582558ce1d03ba3d05d",
      "amount": "0.00003000",
      "isMine": false
    },
    {
      "address": "0x2c9fd519c5e13a11eea6aaa35f5b54e78a5989f6",
      "amount": "0.00100000",
      "isMine": true,
      "wallet": {
        "id": 36215,
        "name": "Deepak Org deposit ETH 2",
        "type": "mpc",
        "config": "2of2",
        "status": 1,
        "balance": "0.07300000",
        "balanceusd": "258.05016625",
        "raw": null,
        "issynced": true,
        "walletpath": "m/44/60/0/2022/1/0/0",
        "walletidentifier": "0x53c405792e91a8aEA1606333D6Ca2271eA305326",
        "chain": "ETH",
        "subtype": "deposit",
        "coin": "ETH",
        "orgid": 2022,
        "parentchain": "EVM",
        "canInitiatorSign": 1,
        "suspendedStatus": 0,
        "suspendedRemark": null,
        "isArchived": false,
        "teamId": null,
        "version": 2,
        "account": null
      }
    },
    {
      "address": "0x60623547ae68b9d32449e2dc15b71ee382cc7196",
      "amount": "0.00200000",
      "isMine": true,
      "wallet": {
        "id": 36215,
        "name": "Deepak Org deposit ETH 2",
        "type": "mpc",
        "config": "2of2",
        "status": 1,
        "balance": "0.07300000",
        "balanceusd": "258.05016625",
        "raw": null,
        "issynced": true,
        "walletpath": "m/44/60/0/2022/1/0/0",
        "walletidentifier": "0x53c405792e91a8aEA1606333D6Ca2271eA305326",
        "chain": "ETH",
        "subtype": "deposit",
        "coin": "ETH",
        "orgid": 2022,
        "parentchain": "EVM",
        "canInitiatorSign": 1,
        "suspendedStatus": 0,
        "suspendedRemark": null,
        "isArchived": false,
        "teamId": null,
        "version": 2,
        "account": null
      }
    },
    {
      "address": "0xc4816221328ff9e86abc471241d2730a974f5e65",
      "amount": "0.00100000",
      "isMine": false
    }
  ],
  "blockConfirmation": 24,
  "transactionStatus": {
    "legacyStatus": 4,
    "primaryStatus": "success",
    "secondaryStatus": "completed"
  },
  "blockConfirmationData": {
    "periodicity": null,
    "block": 8909263,
    "numberOfConfirmations": 24
  },
  "resData": {
    "success": true
  },
  "txStatus": 1
}

  1. Batch Transfer of thesame asset to the same address

📖

In case the same asset is being transferred to the same address

  • There will be only 1 success webhook and its associated periodic webhooks
  • The effectivechangeand effectivechangeusd will be summed and combined.

Example: On Sol Chain 0.000005 SOL and 0.0000001 SOL are sent to the same address belonging to Liminal

Tx: https://solscan.io/tx/4EehEGc3EpM3jiByDfDQLiiMVX2uoZjKfQGuRUwhyhQr8QnoGR1zx4ScNHWThE5dRAQhtRYiqg6Y9nMeMRDnxr6U?cluster=devnet

{
  "id": 150206662,
  "txid": "4EehEGc3EpM3jiByDfDQLiiMVX2uoZjKfQGuRUwhyhQr8QnoGR1zx4ScNHWThE5dRAQhtRYiqg6Y9nMeMRDnxr6U",
  "raw": "",
  "walletid": 37041,
  "type": "receive",
  "fee": "0.00000500",
  "effectivechange": "0.00000510",
  "runningbalance": null,
  "timestamp": "2025-06-06T11:54:05.000Z",
  "externaladdress": "E8pdZnkj8PzYRkk4tPMLvRwdsjYwXx5c3J1EREfrqCsB",
  "block": 385832666,
  "coin": "SOL",
  "effectivechangeusd": "0.00076",
  "wallet": {
    "id": 37041,
    "name": "sol sysn test 2",
    "type": "pipeline",
    "config": "2of2",
    "balance": "0.50000510",
    "address": "4ZefhGfjMXk6Ffb7YcvYNBZ3PwV2Yjzv4UiagCfMHWLv",
    "chain": "SOL",
    "subtype": "deposit",
    "coin": "SOL",
    "orgid": 1853,
    "parentchain": "SOL",
    "isArchived": 0,
    "balanceUSD": "73.34186626",
    "orgWebhook": "https://c70a5e1afdb0a586c53ae351815c8f6b.m.pipedream.net/"
  },
  "tokenContractAddress": "",
  "sequenceId": "",
  "explorerLink": "https://explorer.solana.com/tx/4EehEGc3EpM3jiByDfDQLiiMVX2uoZjKfQGuRUwhyhQr8QnoGR1zx4ScNHWThE5dRAQhtRYiqg6Y9nMeMRDnxr6U?cluster=devnet",
  "inputs": [
    {
      "address": "E8pdZnkj8PzYRkk4tPMLvRwdsjYwXx5c3J1EREfrqCsB",
      "amount": "0.00000000",
      "isMine": false
    }
  ],
  "outputs": [
    {
      "address": "4ZefhGfjMXk6Ffb7YcvYNBZ3PwV2Yjzv4UiagCfMHWLv",
      "amount": "0.00000510",
      "isMine": true,
      "wallet": {
        "id": 37041,
        "name": "sol sysn test 2",
        "type": "pipeline",
        "config": "2of2",
        "status": 1,
        "balance": "0.50000510",
        "balanceusd": "73.34186626",
        "raw": null,
        "issynced": false,
        "walletpath": null,
        "walletidentifier": "4ZefhGfjMXk6Ffb7YcvYNBZ3PwV2Yjzv4UiagCfMHWLv",
        "chain": "SOL",
        "subtype": "deposit",
        "coin": "SOL",
        "orgid": 1853,
        "parentchain": "SOL",
        "canInitiatorSign": 1,
        "suspendedStatus": 0,
        "suspendedRemark": null,
        "isArchived": false,
        "teamId": null,
        "version": 1,
        "account": null
      }
    }
  ],
  "blockConfirmation": 4437445,
  "transactionStatus": {
    "legacyStatus": 4,
    "primaryStatus": "success",
    "secondaryStatus": "completed"
  },
  "blockConfirmationData": {
    "periodicity": null,
    "block": 385832666,
    "numberOfConfirmations": 4437445
  },
  "resData": {
    "success": true
  },
  "txStatus": 1
}