Tick
GET/openapi/market-data/futures/tick
Get tick-by-tick trade data for a security. Returns the most recent N tick trade records for a given futures contract, sorted in reverse chronological order. including trade time, price, volume, direction. Data is sorted in reverse chronological order (latest first).
Frequency limit: rate limit is 600 requests per minute.
Request
Responses
- 200
- 401
- 417
- 500
OK
Unauthorized: Authentication required
A business logic error triggered when the request cannot be processed due to domain-specific constraints.
Internal Server Error.