System API Endpoints Documentation#
This document provides an overview of all System-tagged API endpoints available in the Hyblock Professional API v2.Table of Contents#
Health Check#
Ping#
Description: Health check endpoint to verify API availability.
Data Availability#
Availability#
Endpoint: GET /v2/dataAvailabilityDescription: This is to help users programmatically check the availability range for any supported data stream. This allows to determine the earliest available date for historical data tied to a specific endpoint.
Common Parameters#
The data availability endpoint accepts the following query parameters:endpointName: Name of the endpoint to check availability for
exchange: Exchange identifier (optional)
symbol: Symbol identifier (optional)
Authentication#
All endpoints require authentication via:API Key: x-api-key header
Note: The ping endpoint may be accessible without authentication depending on your configuration.Rate Limits#
Rate Limit: 600 requests per minute
Burst Limit: 10 concurrent requests
Base URL#
All endpoints are prefixed with /v2/ and should be accessed via the base API URL.
For detailed request/response schemas and examples, please refer to the OpenAPI specification at /v2/openapi.json or visit the interactive API documentation.Modified at 2025-12-30 13:15:55