GET /depth-tick
Interface Description
The following is the maximum order book depth for each product type:- For inactive products, the available depth may be smaller than the maximum listed below. This is normal.
- One side of the order book may be empty. For example, when a stock reaches its limit up or limit down price, one side of the order book may be empty.
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/depth-tick - Full URL: https://quote.alltick.co/quote-stock-b-api/depth-tick
- Base Path:
/quote-b-api/depth-tick - Full URL: https://quote.alltick.co/quote-b-api/depth-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/depth-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/depth-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
AllTick Website
Official website: https://alltick.co/
Interface Debug
Open GET /depth-tick Debug Module
Use the debuggable module to fill in parameters and send requests.