Market Data
List ticks
GET /v1/ticks — get trade ticks
GET
Danh sách tick giao dịch
Fetch trade ticks for a symbol within a UTC time range.Documentation Index
Fetch the complete documentation index at: https://docs.data-hub.verolabs.co/llms.txt
Use this file to discover all available pages before exploring further.
Trade history
Use for tape views, tick charts and transaction-level analysis.
Cursor pagination
Use
next_cursor to continue through large result sets.Common use cases
- Display recent trades.
- Analyze raw trade activity.
- Compare tick-level data with candle data.
Key parameters
symbol: instrument identifier.fromandto: ISO 8601 UTC timestamps.limit: maximum number of ticks returned.
Authorizations
API key được cấp cho tài khoản của bạn.
Query Parameters
Example:
"BTCUSDT"
ISO 8601 UTC; phải kết thúc bằng "Z".
Example:
"2026-05-15T00:00:00Z"
ISO 8601 UTC; phải kết thúc bằng "Z" và nằm sau from.
Example:
"2026-05-15T01:00:00Z"
Required range:
1 <= x <= 10000Example:
100
Token phân trang lấy từ next_cursor trước đó.
Danh sách tick giao dịch

