derivatives-trading-usds-futures

Fetch authenticated Binance USDS-margined futures account data and market information as JSON.

957|244|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/tukuaiai/tradecat-public --skill derivatives-trading-usds-futures-tukuaiai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: derivatives-trading-usds-futures
Source: https://github.com/tukuaiai/tradecat-public/tree/main/resources/agent_market_context/binance/upstream/binance-skills-hub-main/skills/binance/derivatives-trading-usds-futures
Command: npx skills add https://github.com/tukuaiai/tradecat-public --skill derivatives-trading-usds-futures-tukuaiai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you interact with Binance USDS-margined futures endpoints to fetch account data, risk/configuration, and market/trading information in a consistent JSON format.

Core Features & Use Cases

  • Authenticated Futures Account & Risk Queries: Retrieve futures account configuration, balances, position risk, and account/trading statuses when endpoints require API key/secret.
  • Market Data Retrieval for Futures Trading Context: Pull public market data such as klines, mark price, funding rate history, order book, and tickers for building trading context.
  • Trade/Execution Planning Support (Non-Signing/Guardrail Use in TradeCat): Provide the request surface (including signing rules) so an agent can prepare and validate actions, while enforcing read-only or paper-watch boundaries at the system level.

Use Cases:

  • Check futures account configuration and margin/position mode before a paper trading cycle.
  • Fetch funding rate, open interest, and mark/index prices to support a thesis for USDS futures markets.

Quick Start

Use derivatives-trading-usds-futures to call a Binance USDS futures authenticated endpoint and return the result as JSON.

Frequently Asked Questions about derivatives-trading-usds-futures

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Binance USDS futures account balances and position risk via API?

To query Binance USDS futures account balances and position risk, use authenticated USER_DATA endpoints that require an API key and secret for signed requests, returning results in JSON format.

Can I fetch Binance futures market data like funding rates and open interest without authentication?

You can fetch public Binance futures market data including funding rates, open interest, mark price, and klines without authentication, receiving JSON results directly from public endpoints.

How does API signing work for Binance USDS-margined futures trading endpoints?

API signing for Binance USDS-margined futures requires your API key and secret to generate signed parameters for USER_DATA and TRADE requests, ensuring secure authenticated access to account and trading endpoints.

Does this Binance futures API integration support testnet base URLs for paper trading?

This Binance futures API integration supports both mainnet and testnet base URLs, allowing you to validate paper trading workflows and thesis execution against testnet environments before live deployment.

What Binance futures market data is available for building trading context?

Available Binance futures market data for building trading context includes klines, mark price, funding rate history, order book data, and tickers, all retrievable as structured JSON for analysis.

Can I execute live trades on Binance USDS futures through this API surface?

This API surface provides request preparation and signing rules for TRADE endpoints but enforces read-only or paper-watch boundaries at the system level, supporting execution planning and validation rather than live trade execution.