Funding Rate API Endpoints Documentation#
This document provides an overview of all Funding Rate-tagged API endpoints available in the Hyblock Professional API v2.Table of Contents#
Funding Rate#
Funding Rate#
Endpoint: GET /v2/fundingRateDescription: Periodic payments between long and short traders to make perpetual futures price stay in sync with index (spot) price.
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)
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:13:50