ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

convert

Binance Convert request using the Binance API. Authentication requires API key and secret key.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/binance-skills-hub/binance-convert
Or

Binance Convert Skill

Convert request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format.

Quick Reference

EndpointDescriptionRequiredOptionalAuthentication
/sapi/v1/convert/exchangeInfo (GET)List All Convert PairsNonefromAsset, toAssetNo
/sapi/v1/convert/assetInfo (GET)Query order quantity precision per asset(USER_DATA)NonerecvWindowYes
/sapi/v1/convert/acceptQuote (POST)Accept Quote (TRADE)quoteIdrecvWindowYes
/sapi/v1/convert/limit/cancelOrder (POST)Cancel limit order (USER_DATA)orderIdrecvWindowYes
/sapi/v1/convert/tradeFlow (GET)Get Convert Trade History(USER_DATA)startTime, endTimelimit, recvWindowYes
/sapi/v1/convert/orderStatus (GET)Order status(USER_DATA)NoneorderId, quoteIdYes
/sapi/v1/convert/limit/placeOrder (POST)Place limit order (USER_DATA)baseAsset, quoteAsset, limitPrice, side, expiredTypebaseAmount, quoteAmount, walletType, recvWindowYes
/sapi/v1/convert/limit/queryOpenOrders (GET)Query limit open orders (USER_DATA)NonerecvWindowYes
/sapi/v1/convert/getQuote (POST)Send Quote Request(USER_DATA)fromAsset, toAssetfromAmount, toAmount, walletType, validTime, recvWindowYes

Parameters

Common Parameters

  • fromAsset: User spends coin
  • toAsset: User receives coin
  • recvWindow: The value cannot be greater than 60000 (e.g., 5000)
  • quoteId: (e.g., 1)
  • orderId: The orderId from placeOrder api (e.g., 1)
  • startTime: (e.g., 1623319461670)
  • endTime: (e.g., 1641782889000)
  • limit: Default 100, Max 1000 (e.g., 100)
  • orderId: Either orderId or quoteId is required (e.g., 1)
  • quoteId: Either orderId or quoteId is required (e.g., 1)
  • baseAsset: base asset (use the response fromIsBase from GET /sapi/v1/convert/exchangeInfo api to check which one is baseAsset )
  • quoteAsset: quote asset
  • limitPrice: Symbol limit price (from baseAsset to quoteAsset) (e.g., 1.0)
  • baseAmount: Base asset amount. (One of baseAmount or quoteAmount is required) (e.g., 1.0)
  • quoteAmount: Quote asset amount. (One of baseAmount or quoteAmount is required) (e.g., 1.0)
  • side: BUY or SELL (e.g., BUY)
  • walletType: It is to choose which wallet of assets. The wallet selection is SPOT, FUNDING and EARN. Combination of wallet is supported i.e.

Metadata

Stars4190
Views0
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-binance-skills-hub-binance-convert": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

query-token-info

Query token details by keyword, contract address, or chain. Search tokens, get metadata and social links, retrieve real-time market data (price, price trend, volume, holders, liquidity), and fetch K-Line candlestick charts. Use this skill when users search tokens, check token prices, view market data, or request kline/candlestick charts.

binance-skills-hub 4473

binance

Use binance-cli for Binance Spot, Futures (USD-S), and Convert. Requires auth.

binance-skills-hub 4473

meme-rush

Meme token fast-trading assistant with two core capabilities: 1. Meme Rush - Real-time meme token lists from launchpads (Pump.fun, Four.meme, etc.) across new, finalizing, and migrated stages 2. Topic Rush - AI-powered market hot topics with associated tokens ranked by net inflow Use this skill when users ask about new meme tokens, meme launches, bonding curve, migration status, pump.fun tokens, four.meme tokens, fast meme trading, market hot topics, or trending narratives.

binance-skills-hub 4473

query-address-info

Query any on-chain wallet address token balances and positions. Retrieves all token holdings for a specified wallet address on a given chain, including token name, symbol, price, 24h price change, and holding quantity. Use this skill when users ask about wallet balance, token holds, portfolio, or asset positions for any blockchain address.

binance-skills-hub 4473

crypto-market-rank

Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings, market trends, social buzz, meme rankings, breakout meme tokens, or top traders.

binance-skills-hub 4473