Hive Intelligence - Crypto MCP Server

Get Borrow Rates

Get borrow rates from exchanges for margin trading.

Tool Name: get_borrow_rates

MCP Endpoint: POST /hive_market_data/mcp

Data Source: CCXT


Overview

This tool is part of the Market Data category in Hive Intelligence.

For detailed parameters, examples, and usage, see the Market Data documentation.


Quick Example

curl -X POST https://api.hiveintelligence.xyz/api/execute \
  -H "Content-Type: application/json" \
  -d '{
    "toolName": "get_borrow_rates",
    "arguments": {}
  }'

See all Market Data tools for related functionality.


Back to Market Data | All Tools