Reality Trading Guide
Reality Trading Guide
Overviewâ
Reality refers to Bitget's tokenized US stock trading pairs, identified by symbols prefixed with r (e.g., rAAPLUSDT).
For more details about Reality, please refer to:
Core Trading Capabilitiesâ
| Category | Function | Implementation | Access | Protocol Support |
|---|---|---|---|---|
| Market Data | Instruments | Reused existing endpoint, returns isReality flag | Public | REST |
| Market Data | Ticker | Reused existing endpoint | Public | REST |
| Market Data | Candlesticks | Reused existing endpoint | Public | REST + WebSocket |
| Market Data | OrderBook (Depth) | Reality-specific endpoint | Whitelist required | REST + WebSocket |
| Market Data | Platform Fills | Reality-specific endpoint | Whitelist required | REST only |
| Trading | Place Order | Reality-specific endpoint | Whitelist required | REST only (WebSocket not yet supported) |
| Trading | Cancel Order | Reality-specific endpoint | Whitelist required | REST only (WebSocket not yet supported) |
| Trading | Modify Order | Not supported yet | â | â |
| Trading | Batch Operations | Not supported yet | â | â |
| Assets | Asset Balances | Reused existing endpoint | Public | REST + WebSocket |
Note: All Reality-specific endpoints are currently only open to whitelisted users. Please contact your BD to apply.
Market Dataâ
| API | Description |
|---|---|
| Get Instruments | rToken can be identified via the isReality field. yes indicates a Reality stock token, no indicates a non-Reality stock token |
| Get Tickers | Pass an rToken symbol (e.g., RMUUSDT) to symbol to get its ticker data |
| Get Reality OrderBook | Get up to 40 levels of rToken order book depth snapshot. Requires whitelist access |
| Reality Orderbook Channel | Subscribe to up to 40 levels of rToken order book depth snapshot. Requires whitelist access |
| Get Kline/Candlestick / Get Kline/Candlestick History | Get rToken candlestick data - Note: For candlesticks before July 9, 2026, volume/turnover may be empty |
| Candlestick Channel | Subscribe to rToken candlestick data |
| Get Reality Fills | Query the latest 100 platform fill records for rToken from the last 3 months. Requires whitelist access |
Notes for Reality (rToken) candlesticks
- rToken only supports the
marketcandlestick type. - rToken only supports the
1m,5m,15m,1H,4H,1Dintervals. - For the WebSocket Candlestick Channel, the
1minterval push data does not includevolume/turnover.
Tradingâ
| API | Description |
|---|---|
| Place Reality Order | rToken order placement endpoint, rate limit 10 times/sec/UID. Requires whitelist access |
| Cancel Reality Order | rToken order cancellation endpoint, rate limit 10 times/sec/UID. Requires whitelist access |
Note: Regular UTA order endpoints (Place Order, Cancel Order) do not support Reality trading pairs â always use the Reality-specific endpoints above.
Order modification and batch order/cancel operations are not supported yet.
Assetsâ
Reality assets have no dedicated asset query endpoint â reuse the existing Get Account Assets endpoint to query them.