API Reference
DBot OfficialDBot DashboardPricing

📖 API Overview & Authentication

API Overview

DBot's Trading API and WebSocket empower you to efficiently create and manage DeFi/DEX tasks in bulk for automated quantitative trading.The Data API and WebSocket provide instant access to on-chain transaction data and various statistics. We have extensively optimized API throughput to ensure you can swiftly and reliably create real or simulated copy trading, sniping, limit orders, and fast buy/sell tasks, as well as accessing a wide range of real-time on-chain data

API Authentication

X-API-KEYGet from Dashboard
  1. All requests made to the DBot API or WebSocket must include a unique X-API-KEY that is bound to your account. This key is required for authentication. If the X-API-KEY header is missing or the key is invalid, the request will be rejected with a 401 Unauthorized error
  2. DBot supports API IP whitelisting. Once enabled, your API access will be restricted to the specified IP addresses only
  3. DBot will never ask your X-API-KEY. Do not share your API key with anyone under any circumstances. If your key may have been exposed or compromised, please refresh it immediately from the DBot Dashboard
curl -X GET "https://api-bot-v1.dbotx.com/automation/swap_orders" \
  -H "accept: application/json" \
  -H "X-API-KEY: YOUR_API_KEY"

API Rate

Free / Plus / ProEnterpriseContact Us
Standard API All APIs under a single account share the following rate limits
All Trading APIs600 requests / min1500 requests / minCustomizable
All Data APIs1500 requests / min1500 requests / minCustomizable
Specific APIs The following types of APIs have additional restrictions
Create Limit Order60 requests / min150 requests / minCustomizable
Token Tools (Token Multisender / Collection)30 requests / min75 requests / minCustomizable
Query Holdings150 requests / min150 requests / minCustomizable

Go to the DBot Dashboard to upgrade your membership plan: Upgrade

API Credit Earning and Usage

  1. All users receive 200K free credits every month
  2. To purchase extra credits (permanently valid, no expiration), go to: Dashboard
  3. When both free and extra credits are available, free credits will be used first
Credit TypeAmountValidity Period
Free Credits200kMonthly Refresh
Extra Credits1M / $5Valid Permanently