This document provides an overview of all Profile Tool-tagged API endpoints available in the Hyblock Professional API v2.Table of Contents#
Endpoint: GET /v2/profilesToolDescription: Profiles Tools take the concept of volume profile analysis to the next level by incorporating additional data such as volume delta, open interest, and liquidations. This type of graph helps you understand the distribution of trading activity over different price levels, providing insights into where significant buying and selling pressures exist.Summary: Profiles Tool Data
Common Parameters#
Most endpoints accept the following common query parameters:exchange: Exchange identifier (e.g., binance_perp_stable)
coin: Cryptocurrency symbol (e.g., BTC, ETH)
timeframe: Time interval (1m, 5m, 15m, 1h, 4h, 1d)
limit: Number of data points to return (default: 50)
startTime: Start timestamp (Unix timestamp)
endTime: End timestamp (Unix timestamp)
sort: Sort order (asc or desc)
Note: This endpoint may have additional parameters specific to profile analysis functionality.Authentication#
All endpoints require authentication via:API Key: x-api-key header
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:30