convert
Binance Convert request using the Binance API. Authentication requires API key and secret key.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/binance-skills-hub/binance-convertBinance 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
| Endpoint | Description | Required | Optional | Authentication |
|---|---|---|---|---|
/sapi/v1/convert/exchangeInfo (GET) | List All Convert Pairs | None | fromAsset, toAsset | No |
/sapi/v1/convert/assetInfo (GET) | Query order quantity precision per asset(USER_DATA) | None | recvWindow | Yes |
/sapi/v1/convert/acceptQuote (POST) | Accept Quote (TRADE) | quoteId | recvWindow | Yes |
/sapi/v1/convert/limit/cancelOrder (POST) | Cancel limit order (USER_DATA) | orderId | recvWindow | Yes |
/sapi/v1/convert/tradeFlow (GET) | Get Convert Trade History(USER_DATA) | startTime, endTime | limit, recvWindow | Yes |
/sapi/v1/convert/orderStatus (GET) | Order status(USER_DATA) | None | orderId, quoteId | Yes |
/sapi/v1/convert/limit/placeOrder (POST) | Place limit order (USER_DATA) | baseAsset, quoteAsset, limitPrice, side, expiredType | baseAmount, quoteAmount, walletType, recvWindow | Yes |
/sapi/v1/convert/limit/queryOpenOrders (GET) | Query limit open orders (USER_DATA) | None | recvWindow | Yes |
/sapi/v1/convert/getQuote (POST) | Send Quote Request(USER_DATA) | fromAsset, toAsset | fromAmount, toAmount, walletType, validTime, recvWindow | Yes |
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
placeOrderapi (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
fromIsBasefromGET /sapi/v1/convert/exchangeInfoapi 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
baseAmountorquoteAmountis required) (e.g., 1.0) - quoteAmount: Quote asset amount. (One of
baseAmountorquoteAmountis required) (e.g., 1.0) - side:
BUYorSELL(e.g., BUY) - walletType: It is to choose which wallet of assets. The wallet selection is
SPOT,FUNDINGandEARN. Combination of wallet is supported i.e.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-binance-skills-hub-binance-convert": {
"enabled": true,
"auto_update": true
}
}
}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
Use binance-cli for Binance Spot, Futures (USD-S), and Convert. Requires auth.
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.
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.
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.