post
https://api-bot-v1.dbotx.com/account/wallet/close_nonce
This API is used to close all parallel accounts of a wallet. After closing, all account rents will be automatically refunded to the wallet.
| Free | Plus | Pro | Enterprise | Credit 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

