derivatives-trading-options

Fetch Binance derivatives option market data and manage account orders via EAPI endpoints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of retrieving and interacting with Binance derivatives option data by calling the correct authenticated and public endpoints in a consistent JSON workflow.

Core Features & Use Cases

  • Option market data retrieval: Fetch option tickers, klines, mark prices, open interest, depth, and recent trades using public endpoints.
  • Account and order management for options: Read option margin/account info, positions, open orders, order history, and exercise records using USER_DATA endpoints.
  • Block trade and kill-switch controls: Execute and query block orders plus manage kill-switch style auto-cancel configurations with signed requests.
  • Use Case: An agent needs to form an options trading thesis, validate live context (mark, depth, open interest), then place and later manage a set of option orders while producing auditable JSON outputs.

Quick Start

Use the derivatives-trading-options skill to fetch Binance option klines for a symbol over a given time range as JSON.

Frequently Asked Questions about derivatives-trading-options

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

FAQPage Schema
How do I fetch Binance options market data like mark prices and open interest via API?

Fetch Binance options market data by calling public EAPI endpoints to retrieve mark prices, open interest, klines, depth, and recent trades in JSON format without authentication.

How do I place and manage option orders on Binance using authenticated requests?

Place and manage Binance option orders by sending signed USER_DATA and TRADE requests using your API key and secret key to execute account lifecycle actions and return JSON results.

Can I use the Binance derivatives options API on the testnet before trading on mainnet?

Yes, you can use the Binance derivatives options API on testnet by switching the base URL, allowing you to validate authenticated requests and order actions before mainnet trading.

What Binance API endpoints are available for block order execution and kill-switch controls?

Binance EAPI provides dedicated endpoints for executing and querying block orders, plus managing kill-switch auto-cancel configurations through authenticated, signed requests returning JSON outputs.

Do I need an API key and secret key to retrieve Binance option account positions and order history?

Yes, accessing Binance option account positions, open orders, order history, and exercise records requires an API key and secret key to authenticate USER_DATA endpoint requests.

What's the best way to get option pricing context for a trading thesis using Binance EAPI?

Retrieve option pricing context by fetching klines, mark prices, open interest, and depth from public Binance EAPI endpoints to validate your thesis before placing authenticated trades.