Binance MCP Server

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" }
ID: 6e21hyefin