derivatives-trading-coin-futures

Retrieve Binance coin-futures market and account data as JSON from mainnet or testnet endpoints requiring signed requests when needed.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill resolves the need to fetch Binance USDT/coin futures market data and authenticated derivatives account/trading information in a consistent JSON format.

Core Features & Use Cases

  • Authenticated derivatives requests (as needed): Supports USER_DATA and TRADE endpoints that require API key/secret signing, while also covering public market endpoints that do not require credentials.
  • Mainnet/Testnet support: Uses the correct base URL for mainnet and testnet futures environments.
  • Wide endpoint coverage: Retrieves account/balance/positions, order and trade history downloads, income history, leverage/margin settings, plus core market data like klines, trades, funding, open interest, order books, and premium index.

Quick Start

Ask an agent to fetch the latest futures 24hr ticker for a symbol (e.g., BTCUSDT) by calling this Skill against the public endpoint /dapi/v1/ticker/price without authentication.

Frequently Asked Questions about derivatives-trading-coin-futures

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

FAQPage Schema
How do I fetch Binance coin futures market data using an API client?

To retrieve authenticated Binance derivatives trading data, you must provide your API key and secret to correctly sign USER_DATA and TRADE endpoints. This allows access to account balances, positions, order history, and income history in JSON format.

Can I use Binance testnet to monitor my coin futures positions?

Yes, Binance testnet is supported for monitoring coin-futures trading states. The Skill uses the appropriate testnet base URLs to fetch positions, orders, and leverage settings, returning the data as structured JSON output.

What Binance futures endpoints can I query for research and trade history?

You can query a wide range of Binance coin-futures endpoints for research, including public market data like premium index and downloadable trade history assets. Both authenticated account details and public market data are returned as JSON.

Do I need API credentials to download Binance futures income history?

Yes, downloading Binance futures income history requires API credentials. You must submit correctly signed requests using your API key and secret to access protected USER_DATA endpoints and retrieve the downloadable history assets in JSON.