margin-trading

Manage Binance cross and isolated margin accounts with authenticated API calls.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you retrieve margin trading account information and perform margin-related actions on Binance without building custom API clients from scratch.

Core Features & Use Cases

  • Margin Account Queries (Authenticated): Fetch cross/isolated margin details, interest history, leverage limits, collateral ratios, and account summaries that are required for margin-aware decision making.
  • Margin Trading Actions (Authenticated): Enable/disable isolated margin accounts, borrow/repay margin, and place/cancel margin orders (including OCO/OTO/OTOCO variants) while returning JSON responses.
  • Use Case: If you are monitoring isolated margin health for a specific symbol, use this Skill to check max leverage, interest-related metrics, and current open orders so your agent can decide the next paper/watch step.

Quick Start

Ask the agent to call margin-trading to retrieve isolated margin account info for a given symbol in JSON format.

Frequently Asked Questions about margin-trading

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

FAQPage Schema
How do I query my Binance cross and isolated margin account details via API?

You can query Binance cross and isolated margin account details by making authenticated API calls that fetch leverage limits, interest history, and collateral ratios. This requires providing your API key and secret for signed requests returning JSON outputs.

Can I place and cancel margin orders on Binance using an API client?

Yes, you can place and cancel Binance margin orders, including OCO, OTO, and OTOCO variants, through authenticated API requests. The API requires your key and secret to sign the order placement and cancellation calls, returning JSON responses.

What's the best way to manage Binance margin borrowing and repayment programmatically?

Programmatic Binance margin borrowing and repayment is managed through authenticated API calls that execute borrow and repay actions. You must sign requests with your API key and secret to process these transactions and receive JSON confirmations.

Do I need API authentication to retrieve Binance margin interest history and leverage limits?

Yes, retrieving Binance margin interest history, leverage limits, and fee data requires API authentication. You must use your API key and secret to generate signed requests for accessing these authenticated account query endpoints securely.

How do I enable or disable an isolated margin account for a specific symbol on Binance?

To enable or disable a Binance isolated margin account for a specific symbol, you make authenticated margin trading API calls. Using your API key and secret, the signed request toggles the isolated margin status and returns a JSON response.