To make it easier for developers, quantitative trading teams, and fintech platforms to integrate stock token market data, Infoway API has officially launched its Real-Time Stock Token Market Data API.
The API currently provides access to real-time and historical data for 64 stock tokens, including complete trade and market depth data.
Full Stock Token Symbol List
Below is the complete list of stock token products currently supported by Infoway API:
| AAPLUSDT | Apple Inc. |
| ABBVUSDT | AbbVie Inc. |
| ADBEUSDT | Adobe Inc. |
| AMDUSDT | Advanced Micro Devices, Inc. |
| AMZNUSDT | Amazon.com, Inc. |
| ARMUSDT | Arm Holdings plc |
| ASMLUSDT | ASML Holding N.V. |
| AVGOUSDT | Broadcom Inc. |
| BACUSDT | Bank of America Corporation |
| BEUSDT | Bloom Energy Corporation |
| BMNRUSDT | BitMine Immersion Technologies, Inc. |
| BRKBUSDT | Berkshire Hathaway Inc. Class B |
| COHRUSDT | Coherent Corp. |
| COINUSDT | Coinbase Global, Inc. |
| COPUSDT | ConocoPhillips |
| COSTUSDT | Costco Wholesale Corporation |
| CRCLUSDT | Circle Internet Group, Inc. |
| CRMUSDT | Salesforce, Inc. |
| CRWDUSDT | CrowdStrike Holdings, Inc. |
| CRWVUSDT | CoreWeave, Inc. |
| CSCOUSDT | Cisco Systems, Inc. |
| CVXUSDT | Chevron Corporation |
| DISUSDT | The Walt Disney Company |
| EWJUSDT | iShares MSCI Japan ETF |
| EWYUSDT | iShares MSCI South Korea ETF |
| GEVUSDT | GE Vernova Inc. |
| GMEUSDT | GameStop Corp. |
| GOOGLUSDT | Alphabet Inc. Class A |
| HOODUSDT | Robinhood Markets, Inc. |
| INTCUSDT | Intel Corporation |
| IRENUSDT | IREN Limited |
| JDUSDT | JD.com, Inc. |
| JPMUSDT | JPMorgan Chase & Co. |
| KLACUSDT | KLA Corporation |
| LITEUSDT | Lumentum Holdings Inc. |
| LLYUSDT | Eli Lilly and Company |
| LRCXUSDT | Lam Research Corporation |
| METAUSDT | Meta Platforms, Inc. |
| MSFTUSDT | Microsoft Corporation |
| MSTRUSDT | MicroStrategy Incorporated |
| MUUSDT | Micron Technology, Inc. |
| NFLXUSDT | Netflix, Inc. |
| NVDAUSDT | NVIDIA Corporation |
| ORCLUSDT | Oracle Corporation |
| OXYUSDT | Occidental Petroleum Corporation |
| PDDUSDT | PDD Holdings Inc. |
| PLTRUSDT | Palantir Technologies Inc. |
| PYPLUSDT | PayPal Holdings, Inc. |
| QCOMUSDT | QUALCOMM Incorporated |
| QQQUSDT | Invesco QQQ Trust |
| RKLBUSDT | Rocket Lab USA, Inc. |
| SNDKUSDT | Sandisk Corporation |
| SOXLUSDT | Direxion Daily Semiconductor Bull 3X Shares |
| SPYUSDT | SPDR S&P 500 ETF Trust |
| TSLAUSDT | Tesla, Inc. |
| TSMUSDT | Taiwan Semiconductor Manufacturing Company Limited |
| USARUSDT | USA Rare Earth, Inc. |
| VRTUSDT | Vertiv Holdings Co |
| WDCUSDT | Western Digital Corporation |
| XAGUSDT | Silver |
| XAUUSDT | Gold |
| XCUUSDT | Copper |
| XPDUSDT | Palladium |
| XPTUSDT | Platinum |
API Response Examples
1. Retrieve Stock Token Candlestick Data
Supports multiple time intervals, including 1-minute, 5-minute, and more:
{
"s": "TSLAUSDT",
"respList": [
{
"t": "1779667200",
"h": "432.50000",
"o": "431.64000",
"l": "431.09000",
"c": "432.16000",
"v": "22486.02390",
"vw": "9708560.17097",
"pc": "0.09%",
"pca": "0.40000"
}
]
}For the candlestick API tutorial, please refer to the documentation: POST Candlestick(Real/Historical)
2. Retrieve Stock Token Trade Data
Below is an example of real-time trade data for AAPLUSDT.
{
"s": "AAPLUSDT",
"t": 1779722106663,
"p": "312.55000",
"v": "6.25100",
"vw": "1953.75005",
"td": 0
}Latest Trade endpoint tutorial: GET Latest Trade
3. Retrieve Stock Token Order Book Data
Stock tokens support Level-1 bid and ask order book queries. (Documentation: GET Market Depth)
{
"s": "PDDUSDT",
"t": 1779722536399,
"a": [
[
"94.68000"
],
[
"239.0"
]
],
"b": [
[
"94.64000"
],
[
"239.0"
]
]
}Frequently Asked Questions
1. Which plans include access to stock token market data?
All plans except market-specific packages support stock token market data access, including the free trial plan.
2. Are stock tokens traded 24/7?
Yes. Like other crypto assets, stock tokens have trading activity around the clock.
3. How can I retrieve financial statement data for the underlying listed companies?
You can access company financial data through our Financial Statements API.
For details, please refer to the documentation: GET Stock Financial Data
4. Which access methods are supported?
All Infoway API market data services support both RESTful APIs and WebSocket connections.
5. How can I start the free trial?
Simply register an account on our official website to automatically receive a free API key.