API Reference
DBot OfficialDBot DashboardPricing

Close Parallel Accounts

This API is used to close all parallel accounts of a wallet. After closing, all account rents will be automatically refunded to the wallet.

FreePlusProEnterpriseCredit Usage
0

Response Data

{
    "err": false, // Error or not
    "res": {
      "closedCount": 10, // Number of close parallel accounts
      "txid": "3Gh7BYTMLCr8AGbKpfrq3vkXAK3t1yqVmiEob85p1eufxNwu14bK7QZPbizaCV4MWeaP65h8GpSLkFFjkBqVnVL8" // Close parallel accounts tx hash
    }
  }
}

Request Parameters visualization reference

Language