Sentiment API Endpoints Documentation#
This document provides an overview of all Sentiment-tagged API endpoints available in the Hyblock Professional API v2.Table of Contents#
Market Sentiment Indicators#
Fear And Greed#
Endpoint: GET /v2/fearAndGreedDescription: The Crypto Fear and Greed Index assigns a score ranging from 0 to 100, which gauges the sentiment surrounding Bitcoin, from extreme fear to extreme greed.Margin Lending Ratio#
Endpoint: GET /v2/marginLendingRatioDescription: This indicator shows the ratio of cumulative data value between BTC/USDT leverage quote currency (USDT) and underlying asset (BTC) over a given period of time.Summary: Margin Lending Ratio
User Metrics#
User Bot Ratio#
Endpoint: GET /v2/userBotRatioDescription: This indicator shows the number of users and bots (via api) connected to Bitmex and the ratio between them.
Premium Indicators#
Premium P2P#
Endpoint: GET /v2/stablecoinPremiumP2PDescription: The relative ratio of USDT and USDC relative to the 1:1 USD peg, otherwise known as 'premium', on the Okx peer-to-peer market.
Leaderboard#
Leaderboard Notional Profit#
Endpoint: GET /v2/leaderboardNotionalProfitDescription: The Bitmex Notional Leaderboard show the most profitable all-time traders on BitMEX in terms of notional value (only active and verified accounts are included). Unless a user has chosen to display their real name, an account pseudonym is used.Summary: Leaderboard Notional ProfitLeaderboard ROE Profit#
Endpoint: GET /v2/leaderboardROEProfitDescription: The Bitmex ROE Leaderboard show the most profitable all-time traders on BitMEX in terms of ROE or return on equity (only active and verified accounts are included). Unless a user has chosen to display their real name, an account pseudonym is used.Summary: Leaderboard ROE Profit
On-Chain Metrics#
WBTC Mint Burn#
Endpoint: GET /v2/wbtcMintBurnDescription: Wrapped Bitcoin (WBTC) is an ERC20 token backed 1:1 with Bitcoin. Track when wBTC is minted (btc is exchanged to create wBTC) and burned (wBTC is swapped back for BTC) across a variety of members (approved entities).
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: Some endpoints may have additional parameters specific to their 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:40