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
- Download the Webull App
- Log in and navigate to Menu → More
- Tap Crypto in the trading tab
- Tap Open Account and follow the instructions



Supported Order Types
| Order Type | Description |
|---|---|
MARKET | Execute immediately at the best available price |
LIMIT | Execute at the specified price or better |
STOP_LOSS_LIMIT | Trigger a limit order when the stop price is reached |
Time in Force
| Value | Description |
|---|---|
DAY | Valid for the current day |
GTC | Good till cancelled |
IOC | Immediate 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:
| Rule | Limit |
|---|---|
| Maximum per trade | $100,000 |
| Maximum total pending buy orders | $200,000 |
| Minimum order amount | $2.00 |
| Smallest tradable amount | 0.00000001 |
For customers in New York, Guam, and the Northern Mariana Islands:
| Rule | Limit |
|---|---|
| Maximum per trade | $100,000 |
| Maximum total pending buy orders | $200,000 |
| Minimum order amount | $1.00 |
| Smallest tradable amount | 0.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
- Event Contracts — Binary outcome event trading
- Orders — Stock and options order management
- Futures — Futures contract trading