convert

Execute Binance Convert requests and return deterministic JSON responses.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you execute Binance Convert actions reliably by translating your requested asset conversion into the corresponding Binance REST API calls and returning JSON results.

Core Features & Use Cases

  • Public Convert market lookups: Fetch convertable pairs and pricing context (e.g., exchangeInfo) for planning conversions without needing credentials.
  • Authenticated Convert operations: Place, accept, cancel, and query Convert-related operations that require API key/secret signing.
  • Trade history and status checks: Retrieve tradeFlow history and orderStatus to verify conversion outcomes for paper or automation workflows.

Quick Start

Use the convert skill to get supported conversion pairs and quote results for converting fromAsset to toAsset by calling the appropriate public or authenticated endpoints with your parameters and receiving the response as JSON.

Frequently Asked Questions about convert

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

FAQPage Schema
How do I convert Binance assets via API calls?

To convert Binance assets via API, you call Binance Convert endpoints with parameters like fromAsset, toAsset, and walletType to execute exchange workflows and receive deterministic JSON responses.

Do I need API authentication to check Binance convert order status?

Checking Binance convert order status requires API authentication using your API key and secret for signing. However, listing supported convertable pairs and public pricing context is available without credentials.

Can I retrieve Binance convert trade history for specific time windows?

You can retrieve Binance convert trade history by calling the tradeFlow endpoint with specified time windows and recvWindow parameters, returning conversion trade records as structured JSON data.

How do I place and accept Binance convert quotes programmatically?

Placing and accepting Binance convert quotes involves calling authenticated Convert endpoints with a quoteId, then verifying the conversion outcome through the returned JSON response or a subsequent orderStatus check.

What parameters are needed to cancel a Binance limit convert order?

Canceling a Binance limit convert order requires authenticated API signing along with the specific orderId parameter, targeting the Convert endpoint to process the cancellation and return a JSON confirmation.

Does the Binance convert API support listing convertable pairs without credentials?

The Binance convert API supports public market lookups, allowing you to fetch convertable pairs and exchangeInfo for planning asset conversions without needing API key or secret credentials.