API Reference
DBot OfficialDBot DashboardPricing

🔍 Trading APIs Overview

Trading Endpoint

Endpoint TypeHTTP URLWebSocket URL
Trading Endpointhttps://api-bot-v1.dbotx.com/{path}wss://api-bot-v1.dbotx.com/trade/ws/

Trading API

MethodURLDescriptionCredit
Wallet Management
POST/account/walletsImport solana/evm wallets0
POST/account/walletsBatch Import solana/evm wallets0
DELETE/account/wallet/Delete solana/evm wallet0
PATCH/account/wallet/Edit solana/evm wallet0
GET/account/walletsGet all wallet information of the user0
Create Task
POST/automation/swap_orderCreate multi-chain fast buy and sell tasks0
POSTautomation/swap_orders_with_multi_walletsCreate multi-chain fast buy and sell with multiple wallets0
POST/automation/follow_orderCreate multi-chain copy trading tasks0
POST/automation/limit_ordersCreate multi-chain limit buy and sell tasks0
POST/automation/migrate_orderCreate a opening sell task0
POST/automation/dev_orderCreate a Dev sell task0
POST/automation/snipe_orderCreate multi-chain token sniper tasks0
Edit Task
POST/automation/follow_orderEdit a copy trading task0
PATCH/automation/limit_orderEdit a limit order task0
PATCH/automation/trailing_stop_orderEdit a trailing stop task0
PATCH/automation/dev_orderEdit a Dev sell task0
Enable/Disable Task
PATCH/automation/follow_orderEnable/disable a copy trading task0
PATCH/automation/limit_orderEnable/disable a limit order task0
PATCH/automation/trailing_stop_orderEnable/disable a trailing stop task0
PATCHautomation/migrate_orderEnable/disable a opening sell task0
PATCH/automation/dev_orderEnable/disable a Dev sell task0
PATCH/automation/snipe_orderEnable/disable an auto sniper task0
PATCH/automation/follow_ordersBatch enable/disable copy trading0
PATCH/automation/trailing_stop_ordersBatch enable/disable trailing stop0
PATCH/automation/dev_ordersBatch enable/disable Dev sell0
PATCH/automation/snipe_ordersBatch enable/disable auto snipers0
PATCH/automation/migrate_ordersBatch enable/disable opening sell0
Delete Task
DELETE/automation/follow_order/Delete a copy trading task0
DELETE/automation/limit_order/Delete a limit order or take profit/stop loss task0
POST/automation/limit_order/delete_manyDelete specified limit orders or take profit/stop loss orders0
DELETE/automation/limit_order/delete_allDelete all limit orders or take profit/stop loss orders0
DELETE/automation/trailing_stop_order/Delete a trailing stop task0
POST/automation/trailing_stop_order/delete_manyDelete specified trailing stop tasks0
DELETE/automation/trailing_stop_order/delete_allDelete all trailing stop tasks0
DELETE/automation/migrate_order/Delete a opening sell task0
DELETE/automation/dev_order/Delete a Dev sell task0
DELETE/automation/snipe_order/Delete an auto sniper task0
Group
POST/automation/groupCreate a group of copy trading or limit order0
PATCH/automation/groupEdit the group name of copy trading or limit order0
DELETE/automation/group/Delete a group of copy trading or limit order0
GET/automation/groupsGet group information of copy trading or limit order0
Query Task
GET/automation/swap_ordersQuery order information of fast buy/sell0
GET/automation/follow_ordersGet the user's all copy trading tasks0
GET/automation/limit_ordersGet the user's all limit orders0
GET/automation/snipe_ordersGet the user's all auto sniper tasks0
GET/automation/migrate_ordersGet the user's all opening sell tasks0
GET/automation/dev_ordersGet the user's all Dev sell tasks0
GET/automation/pnl_orders_from_swap_orderGet the user's all TP/SL tasks (from fast buy/sell)0
GET/automation/pnl_orders_from_follow_orderGet the user's all TP/SL tasks (from copy trading)0
GET/automation/trailing_stop_ordersGet the user's all trailing stop tasks0
Query Trading Record
GET/account/tradesAll successfully executed transactions by the user0
GET/account/follow_tradesGet the user's all copy records0
GET/account/swap_tradesGet the user's all fast buy & sell records0
Simulator
POST/simulator/snipe_orderCreate multi-chain snipe tasks in simulator0
POST/simulator/follow_orderCreate multi-chain copy trading tasks in simulator0
POST/simulator/limit_ordersCreate multi-chain limit buy and limit sell tasks in simulator0
POST/simulator/sim_swap_orderCreate multi-chain fast buy and sell tasks in simulator0
GET/simulator/sim_accountGet information of simulator's account balance, profit/loss, etc.0
Batch Tool
POST/coin_tools/distributeFast send tokens to multiple addresses0
POST/coin_tools/collectFast collect tokens from multiple addresses0

Trading WebSocket

MethodURLdescriptionCredit
Subscribe
WS/trade/ws/Subscribe to all or specific types of trade results0
Alert
WS/Notification for successful fast buy or sell0
WS/Notification for failed fast buy or sell0
WS/Notification for successful limit buy or sell0
WS/Notification for failed limit buy or sell0
WS/Notification of a successful take profit sale via fast buy/sell or copy trading0
WS/Notification of a failed take profit sale via fast buy/sell or copy trading0
WS/Notification of a successful stop loss sale via fast buy/sell or copy trading0
WS/Notification of a failed stop loss sale via fast buy/sell or copy trading0
WS/Notification of a successful trailing stop sale via fast buy/sell or copy trading0
WS/Notification of a failed trailing stop sale via fast buy/sell or copy trading0
WS/Notification for successful copy buy or sell0
WS/Notification for failed copy buy or sell0