Skip to main content

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 classTrade railAssetsTypeDetail page
US StocksStock Trading (SnapTrade)Stock = 0/stock/:symbol
HK StocksStock Trading (SnapTrade, locale HK)Stock = 0 (locale HK)/stock-hk/:symbol
ETFsStock Trading (SnapTrade)ETF = 1/etf/:symbol
Crypto (spot quotes)Stock Trading (where broker supports)Crypto = 2/crypto/:symbol
Hyperliquid perpsHyperliquid PerpetualsHyperliquid = 5dedicated perp page
Forex pairsStock Trading (where broker supports)Forex = 4/forex/:symbol
Metals & commoditiesStock Trading (where broker supports)Metals = 3/metals/:symbol
Prediction eventsPrediction 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.

SymbolAvailable onNotesRestrictions
All US-listed common stock symbols supported by your brokerStock TradingStandard ticker; order types follow broker capabilityBroker 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'.

SymbolAvailable onNotesRestrictions
HK-listed symbols supported by your brokerStock TradingDetail page at /stock-hk/:symbolBroker must support HK trading; settlement T+2 HKD
warning

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.

SymbolAvailable onNotesRestrictions
US-listed ETFs (e.g. SPY, QQQ, VTI, IWM)Stock TradingDetail page at /etf/:symbolLeveraged / 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).

SymbolAvailable onNotesRestrictions
Major spot tickers (BTC, ETH, SOL, etc.)Stock Trading (broker permitting)Spot only; price feeds via Alphio data layerCoverage 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.

SymbolAvailable onNotesRestrictions
All Hyperliquid-listed perp marketsHyperliquid PerpetualsLong / short with leverage; USDC marginRequires bound wallet + USDC margin on Hyperliquid
warning

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.

SymbolAvailable onNotesRestrictions
Major pairs (EURUSD, GBPUSD, USDJPY, AUDUSD, etc.)Stock Trading (broker permitting)Spot FX quotesMost retail brokers limit FX; check broker support

8. Metals & commodities

Spot metals get their own detail page (/metals/:symbol) and are typed AssetsType.Metals.

SymbolAvailable onNotesRestrictions
XAUUSD (gold), XAGUSD (silver), other common spot metalsStock Trading (broker permitting)Spot quote; not futuresBroker 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.

SymbolAvailable onNotesRestrictions
Polymarket binary events (elections, macro prints, sports, crypto milestones, etc.)Prediction MarketsYES / NO shares; capped 0–$1 payoffUSDC 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.


Agent Instructions: Querying This Documentation

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.