Skip to content

feat: add Binance MCP#3555

Open
junct-bot wants to merge 2 commits intomodelcontextprotocol:mainfrom
junct-bot:add/binance-mcp
Open

feat: add Binance MCP#3555
junct-bot wants to merge 2 commits intomodelcontextprotocol:mainfrom
junct-bot:add/binance-mcp

Conversation

@junct-bot
Copy link

Add Binance MCP to the MCP Server Directory

Server: Binance MCP
Endpoint: https://binance.mcp.junct.dev/mcp
Transport: Streamable HTTP (stateless)
Auth: API key via X-MBX-APIKEY header

Description

Binance

OpenAPI Specifications for the Binance Public Spot API

API documents:

Tools

  • get_api_v3_ping — Test Connectivity — Test connectivity to the Rest API.

Weight(IP): 1

  • get_api_v3_time — Check Server Time — Test connectivity to the Rest API and get the current server time.

Weight(IP): …

  • get_api_v3_exchange_info — Exchange Information — Current exchange trading rules and symbol information

  • If any symbol provid…

  • get_api_v3_depth — Order Book — | Limit | Weight(IP) |
    |---------------------|-------------|
    | 1-100 …

  • get_api_v3_trades — Recent Trades List — Get recent trades.

Weight(IP): 10

  • get_api_v3_historical_trades — Old Trade Lookup — Get older market trades.

Weight(IP): 10

  • get_api_v3_agg_trades — Compressed/Aggregate Trades List — Get compressed, aggregate trades. Trades that fill at the time, f…
  • get_api_v3_klines — Kline/Candlestick Data — Kline/candlestick bars for a symbol.
    Klines are uniquely identified by thei…
  • get_api_v3_ui_klines — UIKlines — The request is similar to klines having the same parameters and response.

uiKlines retur…

  • get_api_v3_avg_price — Current Average Price — Current average price for a symbol.

Weight(IP): 2 Returns: { mins: number, …

  • get_api_v3_ticker_24hr — 24hr Ticker Price Change Statistics — 24 hour rolling window price change statistics. Careful when a…
  • get_api_v3_ticker_trading_day — Trading Day Ticker — Price change statistics for a trading day.

Notes:

  • Supported values for timeZ…

  • get_api_v3_ticker_price — Symbol Price Ticker — Latest price for a symbol or symbols.

  • If the symbol is not sent, prices for…

  • get_api_v3_ticker_book_ticker — Symbol Order Book Ticker — Best price/qty on the order book for a symbol or symbols.

  • If the symbo…

  • get_api_v3_ticker — Rolling window price change statistics — The window used to compute statistics is typically slightly…

  • post_api_v3_order_test — Test New Order (TRADE) — Test new order creation and signature/recvWindow long.
    Creates and validate…

  • get_api_v3_order — Query Order (USER_DATA) — Check an order's status.

  • Either orderId or origClientOrderId must b…

  • post_api_v3_order — New Order (TRADE) — Send in a new order.

  • LIMIT_MAKER are LIMIT orders that will be rejected i…

  • delete_api_v3_order — Cancel Order (TRADE) — Cancel an active order.

Either orderId or origClientOrderId must be sent…

  • post_api_v3_order_cancel_replace — Cancel an Existing Order and Send a New Order (Trade) — Cancels an existing order and places a new o…

  • get_api_v3_open_orders — Current Open Orders (USER_DATA) — Get all open orders on a symbol. Careful when accessing this with …

  • delete_api_v3_open_orders — Cancel all Open Orders on a Symbol (TRADE) — Cancels all active orders on a symbol.
    This includes OC…

  • get_api_v3_all_orders — All Orders (USER_DATA) — Get all account orders; active, canceled, or filled..

  • If orderId is se…

  • post_api_v3_order_list_oco — New Order list - OCO (TRADE) — Send in an one-cancels-the-other (OCO) pair, where activation of one …

  • post_api_v3_order_list_oto — New Order List - OTO (TRADE) — Places an OTO.

  • An OTO (One-Triggers-the-Other) is an order list…

  • post_api_v3_order_list_otoco — New Order List - OTOCO (TRADE) — Place an OTOCO.

  • An OTOCO (One-Triggers-One-Cancels-the-Other)…

  • get_api_v3_order_list — Query OCO (USER_DATA) — Retrieves a specific OCO based on provided optional parameters

Weight(IP): …

  • delete_api_v3_order_list — Cancel OCO (TRADE) — Cancel an entire Order List

Canceling an individual leg will cancel the entire…

  • get_api_v3_all_order_list — Query all OCO (USER_DATA) — Retrieves all OCO based on provided optional parameters

Weight(IP): 20

  • get_api_v3_open_order_list — Query Open OCO (USER_DATA) — Weight(IP): 6
  • post_api_v3_sor_order — New order using SOR (TRADE) — Weight(IP): 6 Returns: { symbol: string, orderId: number, orderListId:…
  • post_api_v3_sor_order_test — Test new order using SOR (TRADE) — Test new order creation and signature/recvWindow using smart orde…
  • get_api_v3_account — Account Information (USER_DATA) — Get current account information.

Weight(IP): 20 Returns: { makerC…

  • get_api_v3_my_trades — Account Trade List (USER_DATA) — Get trades for a specific account and symbol.

If fromId is set, …

  • get_api_v3_rate_limit_order — Query Current Order Count Usage (TRADE) — Displays the user's current order count usage for all inte…
  • get_api_v3_my_prevented_matches — Query Prevented Matches — Displays the list of orders that were expired because of STP.

For additio…

  • get_api_v3_my_allocations — Query Allocations (USER_DATA) — Retrieves allocations resulting from SOR order placement.

Weight: 2…

  • get_api_v3_account_commission — Query Commission Rates (USER_DATA) — Get current account commission rates.

Weight: 20 Returns: { sy…

  • get_sapi_v1_margin_borrow_repay — Query borrow/repay records in Margin account(USER_DATA) — Query borrow/repay records in Margin accou…
  • post_sapi_v1_margin_borrow_repay — Margin account borrow/repay(MARGIN) — Margin account borrow/repay(MARGIN)

Weight(UID): 3000 Returns…

  • get_sapi_v1_margin_transfer — Get Cross Margin Transfer History (USER_DATA) — - Response in descending order
  • Returns data for la…
  • get_sapi_v1_margin_all_assets — Get All Margin Assets (MARKET_DATA) — Weight(IP): 1
  • get_sapi_v1_margin_all_pairs — Get All Cross Margin Pairs (MARKET_DATA) — Weight(IP): 1
  • get_sapi_v1_margin_price_index — Query Margin PriceIndex (MARKET_DATA) — Weight(IP): 10 Returns: { calcTime: number, price: string, s…
  • get_sapi_v1_margin_order — Query Margin Account's Order (USER_DATA) — - Either orderId or origClientOrderId must be sent.
    -…
  • post_sapi_v1_margin_order — Margin Account New Order (TRADE) — Post a new order for margin account.

Weight(UID): 6

  • delete_sapi_v1_margin_order — Margin Account Cancel Order (TRADE) — Cancel an active order for margin account.

Either orderId o…

  • get_sapi_v1_margin_interest_history — Get Interest History (USER_DATA) — - Response in descending order
  • If isolatedSymbol is not sent,…
  • get_sapi_v1_margin_force_liquidation_rec — Get Force Liquidation Record (USER_DATA) — - Response in descending order

Weight(IP): 1 Returns: { …

  • get_sapi_v1_margin_account — Query Cross Margin Account Details (USER_DATA) — Weight(IP): 10 Returns: { created: boolean, borrowE…

  • get_sapi_v1_margin_open_orders — Query Margin Account's Open Orders (USER_DATA) — - If the symbol is not sent, orders for all symbo…

  • delete_sapi_v1_margin_open_orders — Margin Account Cancel all Open Orders on a Symbol (TRADE) — - Cancels all active orders on a symbol …

  • get_sapi_v1_margin_all_orders — Query Margin Account's All Orders (USER_DATA) — - If orderId is set, it will get orders >= that or…

  • post_sapi_v1_margin_order_oco — Margin Account New OCO (TRADE) — Send in a new OCO for a margin account

  • Price Restrictions:

    • S…
  • get_sapi_v1_margin_order_list — Query Margin Account's OCO (USER_DATA) — Retrieves a specific OCO based on provided optional paramet…

  • delete_sapi_v1_margin_order_list — Margin Account Cancel OCO (TRADE) — Cancel an entire Order List for a margin account

  • Canceling an…

  • get_sapi_v1_margin_all_order_list — Query Margin Account's all OCO (USER_DATA) — Retrieves all OCO for a specific margin account based o…

  • get_sapi_v1_margin_open_order_list — Query Margin Account's Open OCO (USER_DATA) — Weight(IP): 10

  • get_sapi_v1_margin_my_trades — Query Margin Account's Trade List (USER_DATA) — - If fromId is set, it will get orders >= that `fr…

  • get_sapi_v1_margin_max_borrowable — Query Max Borrow (USER_DATA) — - If isolatedSymbol is not sent, crossed margin data will be sent.

  • get_sapi_v1_margin_max_transferable — Query Max Transfer-Out Amount (USER_DATA) — - If isolatedSymbol is not sent, crossed margin data w…

  • get_sapi_v1_margin_trade_coeff — Get Summary of Margin account (USER_DATA) — Get personal margin level information

Weight(IP): 10 Re…

  • get_sapi_v1_margin_isolated_account — Query Isolated Margin Account Info (USER_DATA) — - If "symbols" is not sent, all isolated assets wil…
  • post_sapi_v1_margin_isolated_account — Enable Isolated Margin Account (TRADE) — Enable isolated margin account for a specific symbol.

Weig…

  • delete_sapi_v1_margin_isolated_account — Disable Isolated Margin Account (TRADE) — Disable isolated margin account for a specific symbol. Eac…
  • get_sapi_v1_margin_isolated_account_limit — Query Enabled Isolated Margin Account Limit (USER_DATA) — Query enabled isolated margin account limi…
  • get_sapi_v1_margin_isolated_all_pairs — Get All Isolated Margin Symbol(USER_DATA) — Weight(IP): 10
  • get_sapi_v1_bnb_burn — Get BNB Burn Status(USER_DATA) — Weight(IP): 1 Returns: { spotBNBBurn: boolean, interestBNBBurn: boo…
  • post_sapi_v1_bnb_burn — Toggle BNB Burn On Spot Trade And Margin Interest (USER_DATA) — - "spotBNBBurn" and "interestBNBBurn…
  • get_sapi_v1_margin_interest_rate_history — Margin Interest Rate History (USER_DATA) — The max interval between startTime and endTime is 30 days…
  • get_sapi_v1_margin_cross_margin_data — Query Cross Margin Fee Data (USER_DATA) — Get cross margin fee data collection with any vip level or…
  • get_sapi_v1_margin_isolated_margin_data — Query Isolated Margin Fee Data (USER_DATA) — Get isolated margin fee data collection with any vip le…
  • get_sapi_v1_margin_isolated_margin_tier — Query Isolated Margin Tier Data (USER_DATA) — Get isolated margin tier data collection with any tier…
  • get_sapi_v1_margin_rate_limit_order — Query Current Margin Order Count Usage (TRADE) — Displays the user's current margin order count usag…
  • get_sapi_v1_margin_cross_margin_collateral_ratio — Cross margin collateral ratio (MARKET_DATA) —
    Weight(IP): 100
  • get_sapi_v1_margin_exchange_small_liability — Get Small Liability Exchange Coin List (USER_DATA) — Query the coins which can be small liability ex…
  • get_sapi_v1_margin_exchange_small_liability_history — Get Small Liability Exchange History (USER_DATA) — Get Small liability Exchange History

Weight(UID)…

  • get_sapi_v1_margin_next_hourly_interest_rate — Get a future hourly interest rate (USER_DATA) — Get user the next hourly estimate interest

Weight(U…

  • get_sapi_v1_margin_capital_flow — Get cross or isolated margin capital flow(USER_DATA) — Get cross or isolated margin capital flow

We…

  • get_sapi_v1_margin_delist_schedule — Get tokens or symbols delist schedule for cross margin and isolated margin (MARKET_DATA) — Get token…
  • get_sapi_v1_margin_available_inventory — Query Margin Available Inventory (USER_DATA) — Margin available Inventory query

Weight(UID): 50 Ret…

  • post_sapi_v1_margin_manual_liquidation — Margin manual liquidation(MARGIN) — Margin manual liquidation

Weight(UID): 3000

  • post_sapi_v1_margin_order_oto — Margin Account New OTO (TRADE) — Post a new OTO order for margin account:
  • An OTO (One-Triggers…
  • post_sapi_v1_margin_order_otoco — Margin Account New OTOCO (TRADE) — Post a new OTOCO order for margin account:
  • An OTOCO (One-Tr…
  • post_sapi_v1_margin_max_leverage — Adjust cross margin max leverage (USER_DATA) — Adjust cross margin max leverage

Weight(UID): 3000 R…

  • get_sapi_v1_margin_leverage_bracket — Query Liability Coin Leverage Bracket in Cross Margin Pro Mode (MARKET_DATA) — Liability Coin Levera…
  • get_sapi_v1_system_status — System Status (System) — Fetch system status.

Weight(IP): 1 Returns: { status: number, msg: string …

  • get_sapi_v1_capital_config_getall — All Coins' Information (USER_DATA) — Get information of coins (available for deposit and withdraw) f…

  • get_sapi_v1_account_snapshot — Daily Account Snapshot (USER_DATA) — - The query time period must be less than 30 days

  • Support que…

  • post_sapi_v1_account_disable_fast_withdraw_switch — Disable Fast Withdraw Switch (USER_DATA) — - This request will disable fastwithdraw switch under you…

  • post_sapi_v1_account_enable_fast_withdraw_switch — Enable Fast Withdraw Switch (USER_DATA) — - This request will enable fastwithdraw switch under your …

  • post_sapi_v1_capital_withdraw_apply — Withdraw (USER_DATA) — Submit a withdraw request.

  • If network not send, return with default netw…

  • get_sapi_v1_capital_deposit_hisrec — Deposit History(supporting network) (USER_DATA) — Fetch deposit history.

  • Please notice the defaul…

  • get_sapi_v1_capital_withdraw_history — Withdraw History (supporting network) (USER_DATA) — Fetch withdraw history.

This endpoint specifica…

  • get_sapi_v1_capital_deposit_address — Deposit Address (supporting network) (USER_DATA) — Fetch deposit address with network.

  • If network…

  • get_sapi_v1_account_status — Account Status (USER_DATA) — Fetch account status detail.

Weight(IP): 1 Returns: { data: string }.

  • get_sapi_v1_account_api_trading_status — Account API Trading Status (USER_DATA) — Fetch account API trading status with details.

Weight(IP):…

  • get_sapi_v1_asset_dribblet — DustLog(USER_DATA) — Weight(IP): 1 Returns: { total: number, userAssetDribblets: { operateTime: numb…
  • post_sapi_v1_asset_dust_btc — Get Assets That Can Be Converted Into BNB (USER_DATA) — Weight(IP): 1 Returns: { details: { asset: s…
  • post_sapi_v1_asset_dust — Dust Transfer (USER_DATA) — Convert dust assets to BNB.

Weight(UID): 10 Returns: { totalServiceChar…

  • get_sapi_v1_asset_asset_dividend — Asset Dividend Record (USER_DATA) — Query asset Dividend Record

Weight(IP): 10 Returns: { rows: { i…

  • get_sapi_v1_asset_asset_detail — Asset Detail (USER_DATA) — Fetch details of assets supported on Binance.

  • Please get network and o…

  • get_sapi_v1_asset_trade_fee — Trade Fee (USER_DATA) — Fetch trade fee

Weight(IP): 1

  • get_sapi_v1_asset_transfer — Query User Universal Transfer History (USER_DATA) — - fromSymbol must be sent when type are ISOLAT…
  • post_sapi_v1_asset_transfer — User Universal Transfer (USER_DATA) — You need to enable Permits Universal Transfer option for the…
  • post_sapi_v1_asset_get_funding_asset — Funding Wallet (USER_DATA) — - Currently supports querying the following business assets:Binance Pay…
  • post_sapi_v3_asset_get_user_asset — User Asset (USER_DATA) — Get user assets, just for positive data.

Weight(IP): 5

  • post_sapi_v1_asset_convert_transfer — Convert Transfer (USER_DATA) — Convert transfer, convert between BUSD and stablecoins.
    If the client…
  • get_sapi_v1_asset_convert_transfer_query_by_page — Query Convert Transfer (USER_DATA) — Weight(UID): 5 Returns: { total: number, rows: { tranId: number…
  • get_sapi_v1_asset_ledger_transfer_cloud_mining_query_by_page — Get Cloud-Mining payment and refund history (USER_DATA) — The query of Cloud-Mining payment and refu…
  • get_sapi_v1_account_api_restrictions — Get API Key Permission (USER_DATA) — Weight(IP): 1 Returns: { ipRestrict: boolean, createTime: numbe…
  • get_sapi_v1_capital_contract_convertible_coins — Query auto-converting stable coins (USER_DATA) — Get a user's auto-conversion settings in deposit/wi…
  • post_sapi_v1_capital_contract_convertible_coins — Switch on/off BUSD and stable coins conversion (USER_DATA) (USER_DATA) — User can use it to turn on …
  • post_sapi_v1_sub_account_virtual_sub_account — Create a Virtual Sub-account(For Master Account) — - This request will generate a virtual sub accoun…
  • get_sapi_v1_sub_account_list — Query Sub-account List (For Master Account) — Weight(IP): 1 Returns: { subAccounts: { email: string,…
  • get_sapi_v1_sub_account_sub_transfer_history — Sub-account Spot Asset Transfer History (For Master Account) — - fromEmail and toEmail cannot be sen…
  • get_sapi_v1_sub_account_futures_internal_transfer — Sub-account Futures Asset Transfer History (For Master Account) — Weight(IP): 1 Returns: { success: …
  • post_sapi_v1_sub_account_futures_internal_transfer — Sub-account Futures Asset Transfer (For Master Account) — - Master account can transfer max 2000 tim…
  • get_sapi_v3_sub_account_assets — Sub-account Assets (For Master Account) — Fetch sub-account assets

Weight(IP): 1 Returns: { balance…

  • get_sapi_v1_sub_account_spot_summary — Sub-account Spot Assets Summary (For Master Account) — Get BTC valued asset summary of subaccounts.
  • get_sapi_v1_capital_deposit_sub_address — Sub-account Spot Assets Summary (For Master Account) — Fetch sub-account deposit address

Weight(IP)…

  • get_sapi_v1_capital_deposit_sub_hisrec — Sub-account Deposit History (For Master Account) — Fetch sub-account deposit history

Weight(IP): 1

  • post_sapi_v1_capital_deposit_credit_apply — One click arrival deposit apply (USER_DATA) — Apply deposit credit for expired address (One click ar…
  • get_sapi_v1_asset_wallet_balance — Query User Wallet Balance (USER_DATA) — Query User Wallet Balance

Weight(IP): 60

  • get_sapi_v1_asset_custody_transfer_history — Query User Delegation History(For Master Account) (USER_DATA) — Query User Delegation History

Weigh…

  • get_sapi_v1_capital_deposit_address_list — Fetch deposit address list with network (USER_DATA) — Fetch deposit address list with network.

Weig…

  • get_sapi_v1_spot_delist_schedule — Get symbols delist schedule for spot (MARKET_DATA) — Get symbols delist schedule for spot

Weight(IP…

  • get_sapi_v1_capital_withdraw_address_list — Fetch withdraw address list (USER_DATA) — Fetch withdraw address list

Weight(IP): 10

  • get_sapi_v1_account_info — Account info (USER_DATA) — Fetch account info detail.

Weight(IP): 1 Returns: { vipLevel: number, is…

  • get_sapi_v1_sub_account_status — Sub-account's Status on Margin/Futures (For Master Account) — - If no email sent, all sub-accounts…
  • post_sapi_v1_sub_account_margin_enable — Enable Margin for Sub-account (For Master Account) — Weight(IP): 1 Returns: { email: string, isMargi…
  • get_sapi_v1_sub_account_margin_account — Detail on Sub-account's Margin Account (For Master Account) — Weight(IP): 10 Returns: { email: strin…
  • get_sapi_v1_sub_account_margin_account_summary — Summary of Sub-account's Margin Account (For Master Account) — Weight(IP): 10 Returns: { totalAssetO…
  • post_sapi_v1_sub_account_futures_enable — Enable Futures for Sub-account (For Master Account) — Weight(IP): 1 Returns: { email: string, isFutu…
  • get_sapi_v1_sub_account_futures_account — Detail on Sub-account's Futures Account (For Master Account) — Weight(IP): 10 Returns: { email: stri…
  • get_sapi_v1_sub_account_futures_account_summary — Summary of Sub-account's Futures Account (For Master Account) — Weight(IP): 1 Returns: { totalInitia…
  • get_sapi_v1_sub_account_futures_position_risk — Futures Position-Risk of Sub-account (For Master Account) — Weight(IP): 10
  • post_sapi_v1_sub_account_futures_transfer — Transfer for Sub-account (For Master Account) — Weight(IP): 1 Returns: { txnId: string }.
  • post_sapi_v1_sub_account_margin_transfer — Margin Transfer for Sub-account (For Master Account) — Weight(IP): 1 Returns: { txnId: string }.
  • post_sapi_v1_sub_account_transfer_sub_to_sub — Transfer to Sub-account of Same Master (For Sub-account) — Weight(IP): 1 Returns: { txnId: string }.
  • post_sapi_v1_sub_account_transfer_sub_to_master — Transfer to Master (For Sub-account) — Weight(IP): 1 Returns: { txnId: string }.
  • get_sapi_v1_sub_account_transfer_sub_user_history — Sub-account Transfer History (For Sub-account) — - If type is not sent, the records of type 2: tra…
  • get_sapi_v1_sub_account_universal_transfer — Universal Transfer History (For Master Account) — - fromEmail and toEmail cannot be sent at the …
  • post_sapi_v1_sub_account_universal_transfer — Universal Transfer (For Master Account) — - You need to enable "internal transfer" option for the ap…
  • get_sapi_v2_sub_account_futures_account — Detail on Sub-account's Futures Account V2 (For Master Account) — Weight(IP): 1
  • get_sapi_v2_sub_account_futures_account_summary — Summary of Sub-account's Futures Account V2 (For Master Account) — Weight(IP): 10
  • get_sapi_v2_sub_account_futures_position_risk — Futures Position-Risk of Sub-account V2 (For Master Account) — Weight(IP): 1
  • post_sapi_v1_sub_account_blvt_enable — Enable Leverage Token for Sub-account (For Master Account) — Weight(IP): 1 Returns: { email: string,…
  • post_sapi_v1_managed_subaccount_deposit — Deposit assets into the managed sub-account(For Investor Master Account) — Weight(IP): 1 Returns: { …
  • get_sapi_v1_managed_subaccount_asset — Managed sub-account asset details(For Investor Master Account) — Weight(IP): 1
  • post_sapi_v1_managed_subaccount_withdraw — Withdrawl assets from the managed sub-account(For Investor Master Account) — Weight(IP): 1 Returns: …
  • get_sapi_v1_managed_subaccount_account_snapshot — Managed sub-account snapshot (For Investor Master Account) — - The query time period must be less th…
  • get_sapi_v1_managed_subaccount_query_trans_log_for_investor — Query Managed Sub Account Transfer Log (For Investor Master Account) — Investor can use this api to …
  • get_sapi_v1_managed_subaccount_query_trans_log_for_trade_parent — Query Managed Sub Account Transfer Log (For Trading Team Master Account) — Trading team can use this…
  • get_sapi_v1_managed_subaccount_fetch_future_asset — Query Managed Sub-account Futures Asset Details (For Investor Master Account) — Investor can use thi…
  • get_sapi_v1_managed_subaccount_margin_asset — Query Managed Sub-account Margin Asset Details (For Investor Master Account) — Investor can use this…
  • get_sapi_v1_managed_subaccount_info — Query Managed Sub-account List (For Investor) — Get investor's managed sub-account list.

Weight(UID…

  • get_sapi_v1_managed_subaccount_deposit_address — Get Managed Sub-account Deposit Address (For Investor Master Account) — Get investor's managed sub-a…
  • get_sapi_v1_managed_subaccount_query_trans_log — Query Managed Sub Account Transfer Log (For Trading Team Sub Account)(USER_DATA) — Query Managed Sub…
  • get_sapi_v1_sub_account_sub_account_api_ip_restriction — Get IP Restriction for a Sub-account API Key (For Master Account) — Weight(UID): 3000 Returns: { ipR…
  • delete_sapi_v1_sub_account_sub_account_api_ip_restriction_ip_list — Delete IP List for a Sub-account API Key (For Master Account) — Weight(UID): 3000 Returns: { ipRestr…
  • get_sapi_v1_sub_account_transaction_statistics — Query Sub-account Transaction Statistics (For Master Account) — Query Sub-account Transaction statis…
  • post_sapi_v1_sub_account_eoptions_enable — Enable Options for Sub-account (For Master Account)(USER_DATA) — Enable Options for Sub-account (For…
  • post_sapi_v2_sub_account_sub_account_api_ip_restriction — Update IP Restriction for Sub-Account API key (For Master Account) — Update IP Restriction for Sub-A…
  • get_sapi_v4_sub_account_assets — Query Sub-account Assets (For Master Account) — Fetch sub-account assets

Weight(UID): 60 Returns: {…

  • post_api_v3_user_data_stream — Create a ListenKey (USER_STREAM) — Start a new user data stream.
    The stream will close after 60 minu…
  • put_api_v3_user_data_stream — Ping/Keep-alive a ListenKey (USER_STREAM) — Keepalive a user data stream to prevent a time out. User…
  • delete_api_v3_user_data_stream — Close a ListenKey (USER_STREAM) — Close out a user data stream.

Weight: 2

  • post_sapi_v1_user_data_stream — Create a ListenKey (USER_STREAM) — Start a new user data stream.
    The stream will close after 60 minu…
  • put_sapi_v1_user_data_stream — Ping/Keep-alive a ListenKey (USER_STREAM) — Keepalive a user data stream to prevent a time out. User…
  • delete_sapi_v1_user_data_stream — Close a ListenKey (USER_STREAM) — Close out a user data stream.

Weight: 1

  • post_sapi_v1_user_data_stream_isolated — Generate a Listen Key (USER_STREAM) — Start a new user data stream.
    The stream will close after 60 m…
  • put_sapi_v1_user_data_stream_isolated — Ping/Keep-alive a Listen Key (USER_STREAM) — Keepalive a user data stream to prevent a time out. Use…
  • delete_sapi_v1_user_data_stream_isolated — Close a ListenKey (USER_STREAM) — Close out a user data stream.

Weight: 1

  • get_sapi_v1_fiat_orders — Fiat Deposit/Withdraw History (USER_DATA) — - If beginTime and endTime are not sent, the recent 30-d…
  • get_sapi_v1_fiat_payments — Fiat Payments History (USER_DATA) — - If beginTime and endTime are not sent, the recent 30-day data …
  • get_sapi_v1_lending_project_list — Get Fixed/Activity Project List(USER_DATA) — Weight(IP): 1
  • post_sapi_v1_lending_customized_fixed_purchase — Purchase Fixed/Activity Project (USER_DATA) — Weight(IP): 1 Returns: { purchaseId: string }.
  • get_sapi_v1_lending_project_position_list — Get Fixed/Activity Project Position (USER_DATA) — Weight(IP): 1
  • post_sapi_v1_lending_position_changed — Change Fixed/Activity Position to Daily Position (USER_DATA) — - PositionId is mandatory parameter f…
  • get_sapi_v1_mining_pub_algo_list — Acquiring Algorithm (MARKET_DATA) — Weight(IP): 1 Returns: { code: number, msg: string, data: { algo…
  • get_sapi_v1_mining_pub_coin_list — Acquiring CoinName (MARKET_DATA) — Weight(IP): 1 Returns: { code: number, msg: string, data: { coinN…
  • get_sapi_v1_mining_worker_detail — Request for Detail Miner List (USER_DATA) — Weight(IP): 5 Returns: { code: number, msg: string, data…
  • get_sapi_v1_mining_worker_list — Request for Miner List (USER_DATA) — Weight(IP): 5 Returns: { code: number, msg: string, data: { wor…
  • get_sapi_v1_mining_payment_list — Earnings List (USER_DATA) — Weight(IP): 5 Returns: { code: number, msg: string, data: { accountProfi…
  • get_sapi_v1_mining_payment_other — Extra Bonus List (USER_DATA) — Weight(IP): 5 Returns: { code: number, msg: string, data: { otherProf…
  • get_sapi_v1_mining_hash_transfer_config_details_list — Hashrate Resale List (USER_DATA) — Weight(IP): 5 Returns: { code: number, msg: string, data: { confi…
  • get_sapi_v1_mining_hash_transfer_profit_details — Hashrate Resale Details (USER_DATA) — Weight(IP): 5 Returns: { code: number, msg: string, data: { pr…
  • post_sapi_v1_mining_hash_transfer_config — Hashrate Resale Request (USER_DATA) — Weight(IP): 5 Returns: { code: number, msg: string, data: numb…
  • post_sapi_v1_mining_hash_transfer_config_cancel — Cancel Hashrate Resale configuration (USER_DATA) — Weight(IP): 5 Returns: { code: number, msg: strin…
  • get_sapi_v1_mining_statistics_user_status — Statistic List (USER_DATA) — Weight(IP): 5 Returns: { code: number, msg: string, data: { fifteenMinH…
  • get_sapi_v1_mining_statistics_user_list — Account List (USER_DATA) — Weight(IP): 5 Returns: { code: number, msg: string, data: { type: string,…
  • get_sapi_v1_mining_payment_uid — Mining Account Earning (USER_DATA) — Weight(IP): 5 Returns: { code: number, msg: string, data: { acc…
  • get_sapi_v1_futures_transfer — Get Future Account Transaction History List (USER_DATA) — Weight(IP): 10 Returns: { rows: { asset: s…
  • post_sapi_v1_futures_transfer — New Future Account Transfer (USER_DATA) — Execute transfer between spot account and futures account.…
  • get_sapi_v1_futures_hist_data_link — Get Future TickLevel Orderbook Historical Data Download Link (USER_DATA) — Weight(IP): 1 Returns: { …
  • post_sapi_v1_algo_futures_new_order_vp — Volume Participation(VP) New Order (TRADE) — Send in a VP new order. Only support on USDⓈ-M Contract…
  • post_sapi_v1_algo_futures_new_order_twap — Time-Weighted Average Price(Twap) New Order (TRADE) — Send in a Twap new order. Only support on USDⓈ…
  • delete_sapi_v1_algo_futures_order — Cancel Algo Order(TRADE) — Cancel an active order.
  • You need to enable Futures Trading Permission f…
  • get_sapi_v1_algo_futures_open_orders — Query Current Algo Open Orders (USER_DATA) — - You need to enable Futures Trading Permission for the…
  • get_sapi_v1_algo_futures_historical_orders — Query Historical Algo Orders (USER_DATA) — - You need to enable Futures Trading Permission for the a…
  • get_sapi_v1_algo_futures_sub_orders — Query Sub Orders (USER_DATA) — - You need to enable Futures Trading Permission for the api key which…
  • post_sapi_v1_algo_spot_new_order_twap — Time-Weighted Average Price (Twap) New Order — Place a new spot TWAP order with Algo service.

Weigh…

  • delete_sapi_v1_algo_spot_order — Cancel Algo Order — Cancel an open TWAP order

Weight(IP): 1 Returns: { algoId: number, success: boo…

  • get_sapi_v1_algo_spot_open_orders — Query Current Algo Open Orders — Get all open SPOT TWAP orders

Weight(IP): 1 Returns: { total: numb…

  • get_sapi_v1_algo_spot_historical_orders — Query Historical Algo Orders — Get all historical SPOT TWAP orders

Weight(IP): 1 Returns: { total: …

  • get_sapi_v1_algo_spot_sub_orders — Query Sub Orders — Get respective sub orders for a specified algoId

Weight(IP): 1 Returns: { total:…

  • get_sapi_v1_portfolio_account — Portfolio Margin Account (USER_DATA) — Get the account info

'Weight(IP): 1' Returns: { uniMMR: stri…

  • get_sapi_v1_portfolio_collateral_rate — Portfolio Margin Collateral Rate (MARKET_DATA) — Portfolio Margin Collateral Rate.

Weight(IP): 50

  • get_sapi_v2_portfolio_collateral_rate — Portfolio Margin Pro Tiered Collateral Rate(USER_DATA) — Portfolio Margin PRO Tiered Collateral Rate…
  • get_sapi_v1_portfolio_pm_loan — Portfolio Margin Bankruptcy Loan Amount (USER_DATA) — Query Portfolio Margin Bankruptcy Loan Amount.…
  • post_sapi_v1_portfolio_repay — Portfolio Margin Bankruptcy Loan Repay (USER_DATA) — Repay Portfolio Margin Bankruptcy Loan.

Weight…

  • get_sapi_v1_portfolio_interest_history — Query Classic Portfolio Margin Negative Balance Interest History (USER_DATA) — Query interest histor…
  • get_sapi_v1_portfolio_asset_index_price — Query Portfolio Margin Asset Index Price (MARKET_DATA) — Query Portfolio Margin Asset Index Price

W…

  • post_sapi_v1_portfolio_auto_collection — Fund Auto-collection (USER_DATA) — Transfers all assets from Futures Account to Margin account

Weig…

  • post_sapi_v1_portfolio_bnb_transfer — BNB Transfer (USER_DATA) — BNB transfer can be between Margin Account and USDM Account

Weight(IP): …

  • get_sapi_v1_portfolio_repay_futures_switch — Get Auto-repay-futures Status (USER_DATA) — Query Auto-repay-futures Status

Weight(IP): 30 Returns:…

  • post_sapi_v1_portfolio_repay_futures_switch — Change Auto-repay-futures Status (USER_DATA) — Change Auto-repay-futures Status

Weight(IP): 1500 Re…

  • post_sapi_v1_portfolio_repay_futures_negative_balance — Repay futures Negative Balance (USER_DATA) — Repay futures Negative Balance

Weight(IP): 1500 Return…

  • get_sapi_v1_portfolio_margin_asset_leverage — Get Portfolio Margin Asset Leverage (USER_DATA) — Weight(IP): 50
  • post_sapi_v1_portfolio_asset_collection — Fund Collection by Asset (USER_DATA) — Transfers specific asset from Futures Account to Margin accou…
  • get_sapi_v1_blvt_token_info — BLVT Info (MARKET_DATA) — Weight(IP): 1
  • post_sapi_v1_blvt_subscribe — Subscribe BLVT (USER_DATA) — Weight(IP): 1 Returns: { id: number, status: string, tokenName: string,…
  • get_sapi_v1_blvt_subscribe_record — Query Subscription Record (USER_DATA) — - Only the data of the latest 90 days is available

Weight(I…

  • post_sapi_v1_blvt_redeem — Redeem BLVT (USER_DATA) — Weight(IP): 1 Returns: { id: number, status: string, tokenName: string, ..…
  • get_sapi_v1_blvt_redeem_record — Redemption Record (USER_DATA) — - Only the data of the latest 90 days is available

Weight(IP): 1

  • get_sapi_v1_blvt_user_limit — BLVT User Limit Info (USER_DATA) — Weight(IP): 1
  • get_sapi_v1_c2c_order_match_list_user_order_history — Get C2C Trade History (USER_DATA) — - If startTimestamp and endTimestamp are not sent, the recent 30…
  • get_sapi_v1_loan_vip_ongoing_orders — Get VIP Loan Ongoing Orders (USER_DATA) — VIP loan is available for VIP users only.

Weight(IP): 400…

  • post_sapi_v1_loan_vip_repay — VIP Loan Repay (TRADE) — VIP loan is available for VIP users only.

Weight(UID): 6000 Returns: { loa…

  • get_sapi_v1_loan_vip_repay_history — Get VIP Loan Repayment History (USER_DATA) — VIP loan is available for VIP users only.

Weight(IP): …

  • get_sapi_v1_loan_vip_collateral_account — Check Locked Value of VIP Collateral Account (USER_DATA) — VIP loan is available for VIP users only.…
  • post_sapi_v1_loan_vip_borrow — VIP Loan Borrow — VIP loan is available for VIP users only.

Weight(UID): 6000 Returns: { loanAccoun…

  • get_sapi_v1_loan_vip_loanable_data — Get Loanable Assets Data — Get interest rate and borrow limit of loanable assets. The borrow limit i…
  • get_sapi_v1_loan_vip_collateral_data — Get Collateral Asset Data (USER_DATA) — Get collateral asset data.

Weight(IP): 400 Returns: { rows:…

  • get_sapi_v1_loan_vip_request_data — Query Application Status (USER_DATA) — Get Application Status

Weight(UID): 400 Returns: { total: nu…

  • get_sapi_v1_loan_vip_request_interest_rate — Get Borrow Interest Rate (USER_DATA) — Get borrow interest rate.

Weight(UID): 400

  • post_sapi_v1_loan_vip_renew — VIP Loan Renew — VIP loan is available for VIP users only.

Weight(UID): 6000 Returns: { loanAccount…

  • get_sapi_v1_loan_income — Get Crypto Loans Income History (USER_DATA) — - If startTime and endTime are not sent, the recent 7-…
  • post_sapi_v1_loan_borrow — Crypto Loan Borrow (TRADE) — Weight(UID): 6000 Returns: { loanCoin: string, loanAmount: string, coll…
  • get_sapi_v1_loan_borrow_history — Get Crypto Loans Borrow History (USER_DATA) — - If startTime and endTime are not sent, the recent 90…
  • get_sapi_v1_loan_ongoing_orders — Get Loan Ongoing Orders (USER_DATA) — Weight(IP): 300 Returns: { rows: { orderId: number, loanCoin: …
  • post_sapi_v1_loan_repay — Crypto Loan Repay (TRADE) — Weight(UID): 6000
  • get_sapi_v1_loan_repay_history — Get Loan Repayment History (USER_DATA) — If startTime and endTime are not sent, the recent 90-day da…
  • post_sapi_v1_loan_adjust_ltv — Crypto Loan Adjust LTV (TRADE) — Weight(UID): 6000 Returns: { loanCoin: string, collateralCoin: stri…
  • get_sapi_v1_loan_ltv_adjustment_history — Get Loan LTV Adjustment History (USER_DATA) — If startTime and endTime are not sent, the recent 90-d…
  • get_sapi_v1_loan_loanable_data — Get Loanable Assets Data (USER_DATA) — Get interest rate and borrow limit of loanable assets. The bo…
  • get_sapi_v1_loan_collateral_data — Get Collateral Assets Data (USER_DATA) — Get LTV information and collateral limit of collateral asse…
  • get_sapi_v1_loan_repay_collateral_rate — Check Collateral Repay Rate (USER_DATA) — Get the the rate of collateral coin / loan coin when using…
  • post_sapi_v1_loan_customize_margin_call — Crypto Loan Customize Margin Call (TRADE) — Customize margin call for ongoing orders only.

Weight(U…

  • post_sapi_v2_loan_flexible_borrow — Borrow - Flexible Loan Borrow (TRADE) — - Only available for master account

Weight(UID): 6000 Retur…

  • get_sapi_v2_loan_flexible_ongoing_orders — Borrow - Get Flexible Loan Ongoing Orders (USER_DATA) —
    Weight(IP): 300 Returns: { total: number, r…
  • get_sapi_v2_loan_flexible_borrow_history — Borrow - Get Flexible Loan Borrow History (USER_DATA) — - If startTime and endTime are not sent, the…
  • post_sapi_v2_loan_flexible_repay — Repay - Flexible Loan Repay (TRADE) — - repayAmount is mandatory even fullRepayment = FALSE

Weight(…

  • get_sapi_v2_loan_flexible_repay_history — Repay - Get Flexible Loan Repayment History (USER_DATA) — - If startTime and endTime are not sent, t…
  • post_sapi_v2_loan_flexible_adjust_ltv — Adjust LTV - Flexible Loan Adjust LTV (TRADE) — - API Key needs Spot & Margin Trading permission for…
  • get_sapi_v2_loan_flexible_ltv_adjustment_history — Adjust LTV - Get Flexible Loan LTV Adjustment History (USER_DATA) — - If startTime and endTime are n…
  • get_sapi_v2_loan_flexible_loanable_data — Get Flexible Loan Assets Data (USER_DATA) — Get interest rate and borrow limit of flexible loanable …
  • get_sapi_v2_loan_flexible_collateral_data — Get Flexible Loan Collateral Assets Data (USER_DATA) — Get LTV information and collateral limit of f…
  • get_sapi_v1_pay_transactions — Get Pay Trade History (USER_DATA) — - If startTime and endTime are not sent, the recent 90 days' dat…
  • get_sapi_v1_convert_exchange_info — List All Convert Pairs — Query for all convertible token pairs and the tokens’ respective upper/lowe…
  • get_sapi_v1_convert_asset_info — Query order quantity precision per asset (USER_DATA) — Query for supported asset precision informati…
  • post_sapi_v1_convert_get_quote — Send quote request (USER_DATA) — Request a quote for the requested token pairs

Weight(UID): 200 Ret…

  • post_sapi_v1_convert_accept_quote — Accept Quote (TRADE) — Accept the offered quote by quote ID.

Weight(UID): 500 Returns: { orderId: s…

  • get_sapi_v1_convert_order_status — Order status (USER_DATA) — Query order status by order ID.

Weight(UID): 100 Returns: { orderId: num…

  • post_sapi_v1_convert_limit_place_order — Place limit order (USER_DATA) — Enable users to place a limit order

  • baseAsset or quoteAsset can b…

  • post_sapi_v1_convert_limit_cancel_order — Cancel limit order (USER_DATA) — Enable users to cancel a limit order

Weight(UID): 200 Returns: { o…

  • get_sapi_v1_convert_limit_query_open_orders — Query limit open orders (USER_DATA) — Enable users to query for all existing limit orders

Weight(UI…

  • get_sapi_v1_convert_trade_flow — Get Convert Trade History (USER_DATA) — - The max interval between startTime and endTime is 30 days.…
  • get_sapi_v1_rebate_tax_query — Get Spot Rebate History Records (USER_DATA) — - The max interval between startTime and endTime is 90…
  • get_sapi_v1_nft_history_transactions — Get NFT Transaction History (USER_DATA) — - The max interval between startTime and endTime is 90 day…
  • get_sapi_v1_nft_history_deposit — Get NFT Deposit History(USER_DATA) — - The max interval between startTime and endTime is 90 days.
  • get_sapi_v1_nft_history_withdraw — Get NFT Withdraw History (USER_DATA) — - The max interval between startTime and endTime is 90 days.
  • get_sapi_v1_nft_user_get_asset — Get NFT Asset (USER_DATA) — Weight(UID): 3000 Returns: { total: number, list: { network: string, con…
  • post_sapi_v1_giftcard_create_code — Create a Binance Code (USER_DATA) — This API is for creating a Binance Code. To get started with, pl…
  • post_sapi_v1_giftcard_redeem_code — Redeem a Binance Code (USER_DATA) — This API is for redeeming the Binance Code. Once redeemed, the c…
  • get_sapi_v1_giftcard_verify — Verify a Binance Code (USER_DATA) — This API is for verifying whether the Binance Code is valid or n…
  • get_sapi_v1_giftcard_cryptography_rsa_public_key — Fetch RSA Public Key (USER_DATA) — This API is for fetching the RSA Public Key.
    This RSA Public key …
  • post_sapi_v1_giftcard_buy_code — Buy a Binance Code (TRADE) — This API is for buying a fixed-value Binance Code, which means your Bin…
  • get_sapi_v1_giftcard_buy_code_token_limit — Fetch Token Limit (USER_DATA) — This API is to help you verify which tokens are available for you to…
  • get_sapi_v1_lending_auto_invest_target_asset_list — Get target asset list (USER_DATA) — Weight(IP): 1 Returns: { targetAssets: string, autoInvestAssetLi…
  • get_sapi_v1_lending_auto_invest_target_asset_roi_list — Get target asset ROI data (USER_DATA) — ROI return list for target asset

Weight(IP): 1

  • get_sapi_v1_lending_auto_invest_all_asset — Query all source asset and target asset (USER_DATA) — Query all source assets and target assets

Wei…

  • get_sapi_v1_lending_auto_invest_source_asset_list — Query source asset list (USER_DATA) — Query Source Asset to be used for investment

Weight(IP): 1 Re…

  • post_sapi_v1_lending_auto_invest_plan_add — Investment plan creation (USER_DATA) — Post an investment plan creation

Weight(IP): 1 Returns: { pl…

  • post_sapi_v1_lending_auto_invest_plan_edit — Investment plan adjustment — Query Source Asset to be used for investment

Weight(IP): 1 Returns: { …

  • post_sapi_v1_lending_auto_invest_plan_edit_status — Change Plan Status — Change Plan Status

Weight(IP): 1 Returns: { planId: number, nextExecutionDateT…

  • get_sapi_v1_lending_auto_invest_plan_list — Get list of plans — Query plan lists

Weight(IP): 1 Returns: { planValueInUSD: string, planValueInBT…

  • get_sapi_v1_lending_auto_invest_plan_id — Query holding details of the plan — Query holding details of the plan

Weight(IP): 1 Returns: { plan…

  • get_sapi_v1_lending_auto_invest_history_list — Query subscription transaction history — Query subscription transaction history of a plan

Weight(IP…

  • get_sapi_v1_lending_auto_invest_index_info — Query Index Details(USER_DATA) — Query index details

Weight(IP): 1 Returns: { indexId: number, inde…

  • get_sapi_v1_lending_auto_invest_index_user_summary — Query Index Linked Plan Position Details(USER_DATA) — Details on users Index-Linked plan position de…
  • post_sapi_v1_lending_auto_invest_one_off — One Time Transaction(TRADE) — One time transaction

Weight(IP): 1 Returns: { transactionId: number, …

  • get_sapi_v1_lending_auto_invest_one_off_status — Query One-Time Transaction Status (USER_DATA) — Transaction status for one-time transaction

Weight(…

  • post_sapi_v1_lending_auto_invest_redeem — Index Linked Plan Redemption (TRADE) — To redeem index-Linked plan holdings

Weight(IP): 1 Returns: …

  • get_sapi_v1_lending_auto_invest_redeem_history — Index Linked Plan Redemption History (USER_DATA) — Get the history of Index Linked Plan Redemption t…

  • get_sapi_v1_lending_auto_invest_rebalance_history — Index Linked Plan Rebalance Details (USER_DATA) — Get the history of Index Linked Plan Redemption tr…

  • post_sapi_v2_eth_staking_eth_stake — Subscribe ETH Staking V2(TRADE) — Stake ETH to get WBETH

  • You need to open Enable Spot & Margin Tr…

  • post_sapi_v1_eth_staking_eth_redeem — Redeem ETH (TRADE) — Redeem WBETH or BETH and get ETH

  • You need to open Enable Spot & Margin Tradi…

  • get_sapi_v1_eth_staking_eth_history_staking_history — Get ETH staking history (USER_DATA) — - The time between startTime and endTime cannot be longer than…

  • get_sapi_v1_eth_staking_eth_history_redemption_history — Get ETH redemption history (USER_DATA) — - The time between startTime and endTime cannot be longer t…

  • get_sapi_v1_eth_staking_eth_history_rewards_history — Get BETH rewards distribution history(USER_DATA) — - The time between startTime and endTime cannot b…

  • get_sapi_v1_eth_staking_eth_quota — Get current ETH staking quota (USER_DATA) — Weight(IP): 150 Returns: { leftStakingPersonalQuota: str…

  • get_sapi_v1_eth_staking_eth_history_rate_history — Get WBETH Rate History (USER_DATA) — - The time between startTime and endTime cannot be longer than …

  • get_sapi_v2_eth_staking_account — ETH Staking account V2(USER_DATA) — Weight(IP): 150 Returns: { holdingInETH: string, holdings: { wbe…

  • post_sapi_v1_eth_staking_wbeth_wrap — Wrap BETH(TRADE) — - You need to open Enable Spot & Margin Trading permission for the API Key which …

  • get_sapi_v1_eth_staking_wbeth_history_wrap_history — Get WBETH wrap history (USER_DATA) — - The time between startTime and endTime cannot be longer than …

  • get_sapi_v1_eth_staking_wbeth_history_unwrap_history — Get WBETH unwrap history (USER_DATA) — - The time between startTime and endTime cannot be longer tha…

  • get_sapi_v1_eth_staking_eth_history_wbeth_rewards_history — Get WBETH rewards history(USER_DATA) — - The time between startTime and endTime cannot be longer tha…

  • get_sapi_v1_copy_trading_futures_user_status — Get Futures Lead Trader Status(TRADE) — Get Futures Lead Trader Status

Weight(UID): 20 Returns: { c…

  • get_sapi_v1_copy_trading_futures_lead_symbol — Get Futures Lead Trading Symbol Whitelist(USER_DATA) — Get Futures Lead Trading Symbol Whitelist

We…

  • get_sapi_v1_simple_earn_flexible_list — Get Simple Earn Flexible Product List (USER_DATA) — Get available Simple Earn flexible product list
  • get_sapi_v1_simple_earn_locked_list — Get Simple Earn Locked Product List (USER_DATA) — Weight(IP): 150 Returns: { rows: { projectId: stri…
  • post_sapi_v1_simple_earn_flexible_subscribe — Subscribe Flexible Product (TRADE) — Weight(IP): 1

Rate Limit: 1/3s per account Returns: { purchase…

  • post_sapi_v1_simple_earn_locked_subscribe — Subscribe Locked Product (TRADE) — Weight(IP): 1

Rate Limit: 1/3s per account Returns: { purchaseId…

  • post_sapi_v1_simple_earn_flexible_redeem — Redeem Flexible Product (TRADE) — Weight(IP): 1

Rate Limit: 1/3s per account Returns: { redeemId: n…

  • post_sapi_v1_simple_earn_locked_redeem — Redeem Locked Product (TRADE) — Weight(IP): 1

Rate Limit: 1/3s per account Returns: { redeemId: num…

  • get_sapi_v1_simple_earn_flexible_position — Get Flexible Product Position (USER_DATA) — Weight(IP): 150 Returns: { rows: { totalAmount: string, …
  • get_sapi_v1_simple_earn_locked_position — Get Locked Product Position (USER_DATA) — Weight(IP): 150 Returns: { rows: { positionId: string, par…
  • get_sapi_v1_simple_earn_account — Simple Account (USER_DATA) — Weight(IP): 150 Returns: { totalAmountInBTC: string, totalAmountInUSDT:…
  • get_sapi_v1_simple_earn_flexible_history_subscription_record — Get Flexible Subscription Record (USER_DATA) — Weight(IP): 150 Returns: { rows: { amount: string, as…
  • get_sapi_v1_simple_earn_locked_history_subscription_record — Get Locked Subscription Record (USER_DATA) — Weight(IP): 150 Returns: { rows: { positionId: string, …
  • get_sapi_v1_simple_earn_flexible_history_redemption_record — Get Flexible Redemption Record (USER_DATA) — Weight(IP): 150 Returns: { rows: { amount: string, asse…
  • get_sapi_v1_simple_earn_locked_history_redemption_record — Get Locked Redemption Record (USER_DATA) — Weight(IP): 150 Returns: { rows: { positionId: string, re…
  • get_sapi_v1_simple_earn_flexible_history_rewards_record — Get Flexible Rewards History (USER_DATA) — Weight(IP): 150 Returns: { rows: { asset: string, rewards…
  • get_sapi_v1_simple_earn_locked_history_rewards_record — Get Locked Rewards History (USER_DATA) — Weight(IP): 150 Returns: { rows: { positionId: string, time…
  • post_sapi_v1_simple_earn_flexible_set_auto_subscribe — Set Flexible Auto Subscribe (USER_DATA) — Weight(IP): 150 Returns: { success: boolean }.
  • post_sapi_v1_simple_earn_locked_set_auto_subscribe — Set Locked Auto Subscribe (USER_DATA) — Weight(IP): 150 Returns: { success: boolean }.
  • get_sapi_v1_simple_earn_flexible_personal_left_quota — Get Flexible Personal Left Quota (USER_DATA) — Weight(IP): 150 Returns: { leftPersonalQuota: string …
  • get_sapi_v1_simple_earn_locked_personal_left_quota — Get Locked Personal Left Quota (USER_DATA) — Weight(IP): 150 Returns: { leftPersonalQuota: string }.
  • get_sapi_v1_simple_earn_flexible_subscription_preview — Get Flexible Subscription Preview (USER_DATA) — Weight(IP): 150 Returns: { totalAmount: string, rewa…
  • get_sapi_v1_simple_earn_locked_subscription_preview — Get Locked Subscription Preview (USER_DATA) — Weight(IP): 150
  • get_sapi_v1_simple_earn_locked_set_redeem_option — Set Locked Product Redeem Option(USER_DATA) — Set redeem option for Locked product

Weight(IP): 50 R…

  • get_sapi_v1_simple_earn_flexible_history_rate_history — Get Rate History (USER_DATA) — Weight(IP): 150 Returns: { rows: { productId: string, asset: string, …
  • get_sapi_v1_simple_earn_flexible_history_collateral_record — Get Collateral Record (USER_DATA) — Weight(IP): 150 Returns: { rows: { amount: string, productId: st…
  • get_sapi_v1_dci_product_list — Get Dual Investment product list(USER_DATA) — Get Dual Investment product list

Weight(IP): 1 Return…

  • post_sapi_v1_dci_product_subscribe — Subscribe Dual Investment products(USER_DATA) — Subscribe Dual Investment products

  • `Products are …

  • get_sapi_v1_dci_product_positions — Get Dual Investment positions(USER_DATA) — Get Dual Investment positions (batch)

Weight(IP): 1 Retu…

  • get_sapi_v1_dci_product_accounts — Check Dual Investment accounts(USER_DATA) — Check Dual Investment accounts

Weight(IP): 1 Returns: {…

  • post_sapi_v1_dci_product_auto_compound_edit_status — Change Auto-Compound status(USER_DATA) — Change Auto-Compound status

  • 15:31 ~ 16:00 UTC+8 This fun…

Connection

{
  "mcpServers": {
    "binance-mcp": {
      "url": "https://binance.mcp.junct.dev/mcp",
      "transport": "streamable-http"
    }
  }
}

Registry entry (servers.json)

{
  "id": "binance-mcp",
  "name": "Binance MCP",
  "description": "Test Connectivity — Test connectivity to the Rest API.\n\nWeight(IP): 1",
  "repository": "https://github.com/junct-bot/binance-mcp",
  "endpoint": "https://binance.mcp.junct.dev/mcp",
  "transport": [
    "streamable-http"
  ],
  "tags": [
    "read",
    "market",
    "oracle",
    "write",
    "trade",
    "margin",
    "lending",
    "dex"
  ],
  "version": "1.0.0",
  "author": "Junct",
  "llms_txt": "https://binance.mcp.junct.dev/llms.txt",
  "created_at": "2026-03-14T06:06:22.980Z"
}

Generated by Junct — agent-readiness infrastructure for crypto/DeFi.

@junct-bot
Copy link
Author

Hi! 👋 We've submitted 20 MCP servers for DeFi protocols via this batch (Binance, Uniswap, Aave, Chainlink, Curve, etc.). Each is hosted at {protocol}.mcp.junct.dev/mcp with Streamable HTTP transport — no auth, no setup required.

All servers are validated with deep tool testing (925 tools across the fleet, 99.7% code quality). Happy to address any feedback or consolidate if a different format is preferred.

Full list: #3555 #3556 #3557 #3558 #3559 #3560 #3561 #3562 #3563 #3564 #3565 #3566 #3567 #3568 #3569 #3575 #3576 #3578 #3579 #3626

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant