GET /trade-tick
Interface Description
This interface supports batch requests for the latest trade price of products (latest tick data, also the current price or latest price). It does not support requests for historical trade prices (historical tick data).Request Frequency
Interface Limitations
- Be sure to read: HTTP Interface Restrictions
- Be sure to read: Error Code Description
API Endpoints
1. US Stocks, Hong Kong Stocks, A Shares, and Major Index Data:- Base Path:
/quote-stock-b-api/trade-tick - Full URL: https://quote.alltick.co/quote-stock-b-api/trade-tick
- Base Path:
/quote-b-api/trade-tick - Full URL: https://quote.alltick.co/quote-b-api/trade-tick
Request Examples
1. US Stocks, Hong Kong Stocks, A Shares, and Major Index Data: When sending a query request, include the method name and token information. Example: https://quote.alltick.co/quote-stock-b-api/trade-tick?token=your_token&query=queryData 2. Forex, Precious Metals, Cryptocurrencies, Crude Oil, CFD Indices, and Commodities: When sending a query request, include the method name and token information. Example: https://quote.alltick.co/quote-b-api/trade-tick?token=your_token&query=queryDataRequest Parameters
Query Request Parameters
URL-encode the following JSON and assign it to thequery query string in the URL.
Response Example
Response Result
Response Data Structure
AllTick Website
Official website: https://alltick.co/
Interface Debug
Open GET /trade-tick Debug Module
Use the debuggable module to fill in parameters and send requests.