API Reference
DBot OfficialDBot DashboardPricing

Create Parallel Account

This API is used to create Solana wallet's parallel accounts (parallel accounts can improve transaction speed and success rate, after creation, all high-speed mode transactions (fast buy / follow) for this wallet will be performed through the parallel accounts, and no additional priority fee and bribe fee will be added)

FreePlusProEnterpriseCredit Usage
0

Response Data

{
  "err": false, // Error or not
  "res": {
    "initilizedCount": 5, // Current number of active parallel accounts for this wallet; if modifying an existing number of accounts (e.g., this wallet already has 10 parallel accounts and the request sets it to 5), this value is 0.
    "txids": [ "FPRfjSdYm9MGrTA1ZskRN4dHZpmNM19BX5NdrXiEH4CRJHHw2sNzAm1UvkB3F1tmZnmfhTHRKMUuCGuNn9qJkaK" // Create parallel accounts tx hash
    ]
  }
}

Create Parallel Account description

  1. Each wallet can create up to 10 parallel accounts. Each parallel account incurs an account rent of up to 0.002 SOL (Solana mechanism, not charged by DBot, and refundable when the parallel account is closed)
  2. It is recommended to create more than 3 parallel accounts. The more parallel accounts you have, the stronger your parallel sniping capability. If only 1 parallel account is created and multiple tasks are triggered simultaneously (copy trading, fast buy / sell, limit orders, etc.), only 1 task will execute successfully. Therefore, the number of accounts should match the number of tasks that may trigger simultaneously for this wallet
Language