Skip to main content

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

  1. Be sure to read: HTTP Interface Restrictions
  2. Be sure to read: Error Code Description

API Endpoints

1. US Stocks, Hong Kong Stocks, A Shares, and Major Index Data: 2. Forex, Precious Metals, Cryptocurrencies, Crude Oil, CFD Indices, and Commodities:

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=queryData

Request Parameters

Query Request Parameters

URL-encode the following JSON and assign it to the query 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.