Binance MCP Server

test_futures_endpoints

Test individual futures endpoints

Input Schema

NameRequiredDescriptionDefault
symbolYesTrading pair symbol (e.g., BTCUSDT)

Input Schema (JSON Schema)

{ "properties": { "symbol": { "description": "Trading pair symbol (e.g., BTCUSDT)", "type": "string" } }, "required": [ "symbol" ], "type": "object" }