Skip to main content

Crypto Trading

The Crypto API lets you trade 70+ crypto assets via the Webull OpenAPI. Crypto trading is available 24/7.

Prerequisites

  • A crypto account opened through the Webull App

How to Open a Crypto Account

  1. Download the Webull App
  2. Log in and navigate to Menu → More
  3. Tap Crypto in the trading tab
  4. Tap Open Account and follow the instructions
Step 1: MenuStep 2: CryptoStep 3: Open Account

Supported Order Types

Order TypeDescription
MARKETExecute immediately at the best available price
LIMITExecute at the specified price or better
STOP_LOSS_LIMITTrigger a limit order when the stop price is reached

Time in Force

ValueDescription
DAYValid for the current day
GTCGood till cancelled
IOCImmediate or cancel — fill what's available, cancel the rest

Trading Hours

Crypto trading is available 24/7. Orders can be executed at any time.

Trading Limits

For customers outside of New York, Guam, and the Northern Mariana Islands:

RuleLimit
Maximum per trade$100,000
Maximum total pending buy orders$200,000
Minimum order amount$2.00
Smallest tradable amount0.00000001

For customers in New York, Guam, and the Northern Mariana Islands:

RuleLimit
Maximum per trade$100,000
Maximum total pending buy orders$200,000
Minimum order amount$1.00
Smallest tradable amount0.00000001
tip

When selling crypto, your remaining position must not fall below $2 after the order is placed.

Supported Coins

Webull supports over 70 crypto assets. To retrieve all available trading pairs, use the Crypto Instruments endpoint.

Request Example

{
"account_id": "<your_account_id>",
"new_orders": [
{
"combo_type": "NORMAL",
"client_order_id": "<unique_id>",
"symbol": "BTCUSD",
"instrument_type": "CRYPTO",
"market": "US",
"order_type": "LIMIT",
"limit_price": "80000",
"quantity": "0.003",
"side": "BUY",
"time_in_force": "DAY",
"entrust_type": "QTY"
}
]
}

Crypto Market Data

Crypto market data is available for free via the Market Data API — no additional subscription required. See the Crypto Data endpoints for snapshots and historical bars.

Fees

For the current fee schedule, see Webull Pricing.

What's Next