sub-account

Manage Binance Sub-Account operations via signed SAPI requests returning JSON.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you programmatically manage Binance Sub-Account operations by calling the appropriate authenticated endpoints and returning results in JSON, avoiding manual dashboard work.

Core Features & Use Cases

  • Sub-account API access: Create and manage virtual sub-accounts (including futures/options enablement) through the Binance signed SAPI endpoints.
  • Position and account queries: Fetch futures position risk, sub-account status, transaction statistics, and account summaries for operational monitoring.
  • Funds and transfers: Perform cross-account transfers (futures transfer, margin transfer, universal transfer, and managed sub-account flows) for administrative operations.

Quick Start

Ask your agent to call the sub-account skill to get the futures position risk for a given master sub-account email by providing your Binance API key and secret key.

Frequently Asked Questions about sub-account

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

FAQPage Schema
How do I automate Binance sub-account management via API?

Automate Binance sub-account management by submitting signed requests to authenticated SAPI endpoints, returning JSON responses for actions like enabling futures or querying account statuses. This avoids manual dashboard operations for programmatic administrative workflows.

How do I retrieve futures position risk for a Binance sub-account?

Retrieve futures position risk by providing the master sub-account email, API key, and secret key to call the SAPI endpoint. The skill signs the request and returns the position risk data as a JSON response for operational monitoring.

Do I need API credentials to query Binance sub-account status?

Yes, querying Binance sub-account status requires API credentials, specifically an API key and secret key with correct signing and user-agent headers. These authenticated parameters ensure secure access to SAPI endpoints for retrieving account summaries and statistics.

Can I execute transfers between Binance master and sub-accounts?

Yes, you can execute cross-account transfers including futures, margin, universal, and managed sub-account flows. The skill submits signed requests to the appropriate SAPI endpoints to perform these administrative transfer operations and returns the results in JSON format.

What's the best way to programmatically enable futures for a virtual sub-account on Binance?

The best way to enable futures for a virtual sub-account is via the Binance SAPI endpoints using signed requests with the correct API credentials. The skill handles the signing process and submits the parameters to enable futures or options programmatically.

What parameters are supported for Binance sub-account API queries?

Supported parameters for Binance sub-account API queries include email, futuresType, and recvWindow. These are submitted with signed API credentials to the SAPI endpoints to fetch operational data like position risk, account summaries, and transaction statistics in JSON format.