Supported trade assets
Alphio supports 8 asset classes across 3 trade rails. This page lists every supported asset and trading rail.
Find it at: this page is a reference. Asset detail pages live at /stock/:symbol, /stock-hk/:symbol, /etf/:symbol, /crypto/:symbol, /forex/:symbol, /metals/:symbol, plus the Hyperliquid perp and Polymarket event detail pages.
1. Asset matrix
The matrix below maps each asset class to the trade rail that executes it, plus the AssetsType enum used internally to render the right Trade Modal.
| Asset class | Trade rail | AssetsType | Detail page |
|---|---|---|---|
| US Stocks | Stock Trading (SnapTrade) | Stock = 0 | /stock/:symbol |
| HK Stocks | Stock Trading (SnapTrade, locale HK) | Stock = 0 (locale HK) | /stock-hk/:symbol |
| ETFs | Stock Trading (SnapTrade) | ETF = 1 | /etf/:symbol |
| Crypto (spot quotes) | Stock Trading (where broker supports) | Crypto = 2 | /crypto/:symbol |
| Hyperliquid perps | Hyperliquid Perpetuals | Hyperliquid = 5 | dedicated perp page |
| Forex pairs | Stock Trading (where broker supports) | Forex = 4 | /forex/:symbol |
| Metals & commodities | Stock Trading (where broker supports) | Metals = 3 | /metals/:symbol |
| Prediction events | Prediction Markets (Polymarket) | n/a (event-typed) | Polymarket event page |
2. US Stocks
US-listed equities are the primary equity universe. They route through your connected broker via SnapTrade.
| Symbol | Available on | Notes | Restrictions |
|---|---|---|---|
| All US-listed common stock symbols supported by your broker | Stock Trading | Standard ticker; order types follow broker capability | Broker may restrict shorting, OTC, or specific tickers |
Coverage matches what your connected brokerage exposes through SnapTrade. If your broker can trade the symbol, Alphio can route the order.
3. HK Stocks
Hong Kong-listed equities use a 4–5 digit numeric ticker (e.g. 0700, 9988). They route through the same Stock Trading rail with locale === 'HK'.
| Symbol | Available on | Notes | Restrictions |
|---|---|---|---|
| HK-listed symbols supported by your broker | Stock Trading | Detail page at /stock-hk/:symbol | Broker must support HK trading; settlement T+2 HKD |
The exhaustive list of HK tickers available depends on your connected broker — Alphio does not currently publish a canonical HK universe table. Confirm coverage with your broker before relying on a specific symbol.
4. ETFs
ETFs trade on the equity rail and are typed separately (AssetsType.ETF) so the modal can show ETF-appropriate metadata.
| Symbol | Available on | Notes | Restrictions |
|---|---|---|---|
US-listed ETFs (e.g. SPY, QQQ, VTI, IWM) | Stock Trading | Detail page at /etf/:symbol | Leveraged / inverse ETFs may have broker-side restrictions |
5. Crypto pairs
Crypto symbols show up in chat, detail pages (/crypto/:symbol), and the Trade Modal in spot mode. Execution depends on broker support — most US brokers offer a curated crypto list; perps are a separate rail (see section 6).
| Symbol | Available on | Notes | Restrictions |
|---|---|---|---|
Major spot tickers (BTC, ETH, SOL, etc.) | Stock Trading (broker permitting) | Spot only; price feeds via Alphio data layer | Coverage strictly follows broker capability |
6. Hyperliquid perps
Hyperliquid perpetuals are settled on the Hyperliquid DEX through a wallet-bound agent account, separate from the equity rail.
| Symbol | Available on | Notes | Restrictions |
|---|---|---|---|
| All Hyperliquid-listed perp markets | Hyperliquid Perpetuals | Long / short with leverage; USDC margin | Requires bound wallet + USDC margin on Hyperliquid |
The full list of perp markets is maintained by Hyperliquid and changes over time. See the Hyperliquid product page for the authoritative current list.
7. Forex pairs
Major forex pairs are surfaced as their own detail page (/forex/:symbol) and trade through the equity rail where the broker supports FX.
| Symbol | Available on | Notes | Restrictions |
|---|---|---|---|
Major pairs (EURUSD, GBPUSD, USDJPY, AUDUSD, etc.) | Stock Trading (broker permitting) | Spot FX quotes | Most retail brokers limit FX; check broker support |
8. Metals & commodities
Spot metals get their own detail page (/metals/:symbol) and are typed AssetsType.Metals.
| Symbol | Available on | Notes | Restrictions |
|---|---|---|---|
XAUUSD (gold), XAGUSD (silver), other common spot metals | Stock Trading (broker permitting) | Spot quote; not futures | Broker support varies; physical settlement not supported |
9. Prediction events
Prediction events run on Polymarket and are not represented in the AssetsType enum — they have their own event-typed flow.
| Symbol | Available on | Notes | Restrictions |
|---|---|---|---|
| Polymarket binary events (elections, macro prints, sports, crypto milestones, etc.) | Prediction Markets | YES / NO shares; capped 0–$1 payoff | USDC funding on Polymarket required; CLOB execution |
For the play-categorised browsing experience (Trending / Lottery / Near-Certain / Contrarian / Pro-Trader), see Discover — Trending plays. For the execution mechanics, see Prediction Markets.
If you need information not on this page, you can query the docs dynamically by sending a GET request with the ask query parameter:
GET https://docs.alphio.ai/trade/trade-assets.md?ask=<question>The question should be specific, self-contained, and written in natural language. The response includes a direct answer plus relevant excerpts and sources.