derivatives-trading-coin-futures

Retrieve Binance coin-futures market and account data as structured JSON.

957|244|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/tukuaiai/tradecat-public --skill derivatives-trading-coin-futures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: derivatives-trading-coin-futures
Source: https://github.com/tukuaiai/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/tukuaiai/tradecat-public --skill derivatives-trading-coin-futures

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you request Binance Derivatives (coin futures) market and account data in a consistent JSON format, including endpoints that require authenticated access.

Core Features & Use Cases

  • Unified API request coverage: Retrieve public market data (klines, trades, order book, funding/premium) and authenticated user data (account, balances, orders, positions).
  • Hardened authenticated request flow: Supports API key/secret signing with correct timestamp handling and configurable recvWindow for signature validity.
  • Mainnet and Testnet support: Use the appropriate base URL per environment while keeping behavior consistent for downstream systems.

Quick Start

Ask the agent to request futures exchange info or klines in JSON by providing the symbol and interval.

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 account data and positions via API?

Fetch Binance coin futures account data by sending authenticated USER_DATA requests using your API key and secret. The Skill handles timestamp and recvWindow configuration, returning structured JSON containing balances, positions, and risk information.

What market data can I retrieve from Binance coin futures endpoints?

Binance coin futures market data includes klines, trades, order book depth, and funding or premium rates. Public market data queries do not require authentication and return results as structured JSON for immediate processing.

Do I need an API key and secret to request Binance futures public market data?

You do not need an API key or secret for public Binance futures market data queries. Authentication is only required for signed USER_DATA and TRADE endpoints such as account introspection, order history, and position retrieval.

Can I use Binance testnet for coin futures API requests?

Binance testnet is supported for coin futures API requests by using the appropriate testnet base URL. Behavior remains consistent between mainnet and testnet, allowing safe testing of authenticated endpoints and downstream JSON processing.

Why does my Binance futures authenticated API request fail signature validation?

Authenticated Binance futures API requests fail signature validation when timestamp, recvWindow, or RFC3986 percent-encoding is incorrect. The Skill handles signature generation and parameter encoding to ensure signed endpoint requests are accepted.