Skip to main content
Glama

Binance MCP Server

by mixuechu

get_funding_rate_history

Retrieve historical funding rate data for Binance perpetual contracts. Specify the contract symbol and limit to access past funding rates for analysis or strategy development.

Instructions

Get funding rate history.

Args: symbol: Perpetual contract symbol. limit: Number of records to return (default 100).

Returns: Funding rate data list.

Input Schema

NameRequiredDescriptionDefault
limitNo
symbolYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 100, "title": "Limit", "type": "integer" }, "symbol": { "title": "Symbol", "type": "string" } }, "required": [ "symbol" ], "title": "get_funding_rate_historyArguments", "type": "object" }

You must be authenticated.

Other Tools from Binance MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mixuechu/binance-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server