Skip to main content
Glama
C0inFlips

binance-mcp-chainvector

by C0inFlips

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BINANCE_API_KEYYesBinance API key
BINANCE_API_SECRETYesBinance API secret
CHAINVECTOR_API_KEYYesChainVector API key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
BinanceDeleteOrderA

Cancel an active order on Binance for a specific trading pair.

BinanceAllOrdersA

Get all account orders for a specific symbol; active, canceled, or filled.

BinanceOpenOrderListB

Query open OCO orders for a specific account or symbol.

BinanceNewOrderC

Create a new order on Binance for a specific trading pair.

BinanceGetOrderB

Check an order's status on Binance for a specific trading pair.

BinanceGetOpenOrdersA

Get all open orders on Binance for a specific symbol or all symbols.

BinanceDeleteOpenOrdersA

Cancel all open orders on Binance for a specific symbol.

BinanceOrderOcoB

Send a new OCO (One-Cancels-the-Other) order on Binance.

BinanceKlinesC

Get candlestick data (klines) for a specific trading pair and interval.

BinanceTicker24hrA

Get 24-hour price change statistics for a symbol or all symbols.

BinanceDepthB

Get order book depth data for a specific trading pair.

BinanceAggTradesC

Get compressed, aggregate trades for a specific trading pair.

BinanceTickerTradingDayB

Get statistics for the current trading day for a symbol or all symbols.

BinanceUiKlinesC

Get UI-optimized candlestick data for a specific trading pair and interval.

BinanceTickerBookTickerB

Get best price/quantity on the order book for a symbol or all symbols.

BinanceAvgPriceC

Get current average price for a trading pair.

BinanceTickerPriceA

Get latest price for a symbol or all symbols.

BinanceTickerA

Get 24-hour rolling window price change statistics for a symbol or all symbols.

BinanceHistoricalTradesC

Get older historical trades for a specific trading pair.

BinanceGetTradesC

Get recent trades for a specific trading pair.

BinanceMyPreventedMatchesA

Get prevented matches for Self-Trade Prevention.

BinanceGetAccountC

Get current account information.

BinanceMyAllocationsC

Get SOR allocations for Self-Trade Prevention.

BinanceRateLimitOrderB

Get current order count usage for each rate limit.

BinanceAccountCommissionB

Get account commission rates for a specific symbol.

BinanceMyTradesC

Get trades for a specific account and symbol.

BinanceNewUserDataStreamB

Create a new user data stream to receive account updates via WebSocket.

BinanceDeleteUserDataStreamA

Close a user data stream by invalidating the listen key.

BinancePutUserDataStreamA

Extend the validity of a user data stream listen key.

BinancePingA

Test connectivity to the Binance API.

BinanceTimeA

Get the current server time from Binance API.

BinanceExchangeInfoC

Get exchange information including rate limits, symbol configs, etc.

BinanceVolumeParticipationNewTradeB

The Volume Participation (VP) New Order API allows users to place a VP order on USDⓈ-M Contracts in Binance Futures.

BinanceTimeWeightedAveragePriceNewOrderA

The Time-Weighted Average Price (TWAP) New Order API allows users to place a TWAP order on USDⓈ-M Contracts in Binance Futures. TWAP orders execute gradually over a specified duration to achieve a better average execution price while minimizing market impact.

BinanceFutureCancelAlgoOrderA

The Cancel Algo Order API allows users to cancel an active algorithmic order on USDⓈ-M Contracts in Binance Futures.

BinanceFutureSubOrdersA

The Sub Orders API retrieves sub-orders associated with a specified algoId for USDⓈ-M Contracts in Binance Futures.

BinanceFutureCurrentAlgoOpenOrdersA

The Query Current Algo Open Orders API retrieves a list of currently active algorithmic orders for USDⓈ-M Contracts in Binance Futures.

BinanceFutureHistoricalAlgoOrderB

The Query Historical Algo Orders API retrieves a list of past algorithmic orders for USDⓈ-M Contracts in Binance Futures.

BinanceSpotTimeWeightedAveragePriceNewOrderB

The TWAP (Time-Weighted Average Price) New Order API allows users to place TWAP algorithmic orders for USDⓈ-M Futures on Binance.

BinanceSpotCancelOpenTWAPOrderB

The Cancel Algo Order API allows users to cancel an open TWAP algorithmic order for spot trading on Binance.

BinanceSpotSubOrdersB

The Query Sub Orders API retrieves details of sub-orders associated with a specific algorithmic (Algo) order for spot trading on Binance.

BinanceSpotCurrentAlgoOpenOrdersA

This API retrieves all open SPOT TWAP (Time-Weighted Average Price) orders on Binance.

BinanceSpotHistoricalAlgoOrdersB

This API retrieves all historical SPOT TWAP (Time-Weighted Average Price) orders from Binance.

BinanceSubscribeFlexibleProductA

Subscribe to a Simple Earn Flexible Product by specifying the product ID and amount. Optional parameters include auto-subscribe and source account.

BinanceRedeemFlexibleProductB

Allows users to redeem their funds from a Flexible Earn investment product using a programmatic HTTP POST request.

BinanceSimpleEarnFlexibleProductListA

Retrieve a list of available Simple Earn Flexible Products, including details like APR, purchase status, and subscription limits.

BinanceGetFlexibleProductPositionA

Fetch your current holdings in Simple Earn Flexible Products, including total amount, reward rates, and redeem status.

BinanceGetC2CTradeHistoryA

Allows the user to retrieve their own past C2C trades, including details such as asset type, trade direction (BUY/SELL), fiat currency used, trade status, and more.

BinanceConvertGetListAllConvertPairsA

Query available conversion pairs (like BTC to USDT), and shows the minimum and maximum allowed amounts for both the source and destination tokens.

BinanceConvertQueryOrderQuantityPrecisionPerAssetA

Retrieve decimal precision (fraction) information for each supported asset in the Convert feature.

BinanceConvertAcceptQuoteA

The API confirms and executes a token conversion using a previously received quote ID.

BinanceConvertCancelLimitOrderA

Cancels a previously placed limit order using the orderId and returns the cancellation status along with the orderId.

BinanceGetConvertTradeHistoryA

The API retrieves your token conversion trade history within a specified time range, with support for pagination using the limit parameter (up to 1000 records).

BinanceConvertOrderStatusA

The API checks the status of a token conversion order using either the orderId or quoteId, and returns details like conversion status, assets involved, amounts, exchange rate, and order creation time.

BinanceConvertPlaceLimitOrderB

Places a limit order to convert between two tokens at a specified price, using either base or quote amount, with options for wallet type and order expiry.

BinanceConvertQueryLimitOpenOrdersA

Retrieves all your open limit orders for token conversions, showing details like assets, amounts, exchange rate, order status, and expiration time.

BinanceConvertSendQuoteRequestA

Get a real-time quote to convert one token to another, including rate and amount, if you have enough funds.

BinanceWalletDailyAccountSnapshotC

Get daily account snapshot.

BinanceWalletGetApiKeyPermissionC

Get API key permission.

BinanceWalletAccountInfoC

Get Binance Wallet account information.

BinanceWalletAccountStatusC

Get Binance Wallet account status.

BinanceWalletAccountApiTradingStatusB

Get account API trading status.

BinanceWalletEnableFastWithdrawSwitchC

Enable fast withdraw switch.

BinanceWalletDisableFastWithdrawSwitchC

Disable fast withdraw switch.

BinanceWalletSystemStatusB

Get Binance Wallet system status.

BinanceWalletGetSymbolsDelistScheduleForSpotB

Get delist schedule for spot symbols.

BinanceWalletBrokerWithdrawA

Initiate broker withdrawal with travel rule compliance.

BinanceWalletOnboardedVaspListA

Get list of onboarded VASPs (Virtual Asset Service Providers).

BinanceWalletSubmitDepositQuestionnaireC

Submit deposit questionnaire for broker deposit.

BinanceWalletWithdrawHistoryV1C

Get withdraw history (v1).

BinanceWalletDepositHistoryTravelRuleC

Get deposit history for travel rule.

BinanceWalletWithdrawHistoryV2C

Get withdraw history (v2).

BinanceWalletWithdrawTravelRuleC

Withdraw with travel rule compliance.

BinanceWalletSubmitDepositQuestionnaireTravelRuleC

Submit deposit questionnaire for travel rule.

BinanceWalletUserAssetC

Get user assets.

BinanceWalletFundingWalletC

Get funding wallet balance.

BinanceWalletAssetDetailC

Get asset details.

BinanceWalletTradeFeeC

Get trade fee.

BinanceWalletUserUniversalTransferC

Make universal transfer between different accounts.

BinanceWalletQueryUserUniversalTransferHistoryC

Query universal transfer history.

BinanceWalletDustTransferB

Convert dust assets to BNB.

BinanceWalletDustlogB

Get dust log (history of dust transfers).

BinanceWalletAssetDividendRecordC

Get asset dividend record.

BinanceWalletGetAssetsThatCanBeConvertedIntoBnbC

Get assets that can be converted to BNB.

BinanceWalletToggleBnbBurnOnSpotTradeAndMarginInterestB

Toggle BNB burn on spot trade and margin interest.

BinanceWalletGetCloudMiningPaymentAndRefundHistoryC

Get cloud mining payment and refund history.

BinanceWalletQueryUserDelegationHistoryC

Query user delegation history.

BinanceWalletGetOpenSymbolListD

Get open symbol list.

BinanceWalletQueryUserWalletBalanceC

Query user wallet balance.

BinanceWalletAllCoinsInformationC

Get information for all coins.

BinanceWalletDepositAddressB

Get deposit address for a specific coin.

BinanceWalletDepositHistoryC

Get deposit history.

BinanceWalletWithdrawHistoryC

Get withdraw history.

BinanceWalletWithdrawC

Submit a withdraw request.

BinanceWalletFetchDepositAddressListWithNetworkC

Fetch deposit address with network.

BinanceWalletFetchWithdrawAddressListA

Fetch withdraw address list.

BinanceWalletOneClickArrivalDepositApplyC

Apply for one-click arrival deposit.

BinanceGetFuturesLeadTraderStatusA

Checks and returns whether the user is currently a Futures Lead Trader in Binance Copy Trading, along with the timestamp of the status check.

BinanceGetFuturesLeadTradingSymbolWhitelistA

Whitelist of trading pairs (symbols) that are allowed for Futures Lead Traders in copy trading, including base and quote assets.

BinanceGetFiatDepositWithdrawHistoryA

Fetches fiat deposit or withdrawal history, showing transaction details like amount, currency, method, status, and timestamps.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/C0inFlips/binance-mcp-chainvector'

If you have feedback or need assistance with the MCP directory API, please join our Discord server