← Back to search

SperaxOS

nirholas Scanned 7d ago

A MCP server for SperaxOS that supports Arbitrum One with USDs, SPA, Demeter, and other popular EVM-compatible networks.

D
40 / 100

Versions

0.0.2latest
Mar 7, 2026
0.0.1
Jan 26, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 1054

abi_encode
annotations: none low

ABI encode parameters (standard Solidity encoding)

gnfd_create_file
annotations: none low

Upload a file to a Greenfield bucket

gnfd_create_folder
annotations: none low

Create a folder in a Greenfield bucket

gnfd_list_buckets
annotations: none low

List all buckets owned by the account

gnfd_list_objects
annotations: none low

List all objects in a bucket

abi_decode
annotations: none low

ABI decode encoded data back to values

data string
getNetworks
annotations: none low

REQUIRED FIRST STEP: Get all supported blockchain networks. Always call this first to see available networks before using any network-specific functions. Returns network IDs like

BinancePortfolioMarginUmGetOpenOrders
annotations: none low

Get all open USDT-M Futures orders in Portfolio Margin mode.

symbol string recvWindow number
BinancePortfolioMarginCreateListenKey
annotations: none low

Create a listen key for Portfolio Margin user data stream. The listen key is used to subscribe to account updates via WebSocket.

binance_us_klines
annotations: none low

Get Kline/candlestick data for a trading pair. Returns OHLCV data.

limit number symbol string endTime number startTime number
binance_us_avg_price
annotations: none low

Get current 5-minute rolling weighted average price.

symbol string
binance_us_ticker_24hr
annotations: none low

Get 24-hour rolling window price change statistics.

symbol string
binance_us_ticker_price
annotations: none low

Get latest price for symbol(s).

symbol string
binance_us_ticker_book
annotations: none low

Get best bid/ask prices and quantities (top of book).

symbol string
binance_us_rolling_window
annotations: none low

Get rolling window price change statistics with custom window sizes (1m to 7d).

symbol string
get_assets
annotations: none low

Get Assets holdings by CryptoAddress Args: address: EOA, CA, ENS, CNS, KNS. Returns: Dict: where assets is a list of assets

address str
BinanceClaimBoostRewards
annotations: none low

Claim Boost Rewards API allows users to claim their Boost APR airdrop rewards for staking.

recvWindow number
get_current_fng_tool
annotations: none low

Get the current Crypto Fear & Greed Index as a tool.

ctx Context
get_historical_fng_tool
annotations: none low

Get historical Fear & Greed Index for specified number of days as a tool. Parameters: days (int): Number of days to retrieve (must be a positive integer). Returns: str: Historical Fear & Greed Index values for the specified period.

ctx Context days int
analyze_fng_trend
annotations: none low

Analyze trends in Crypto Fear & Greed Index over specified days. Parameters: days (int): Number of days to analyze (must be a positive integer). Returns: str: A string containing the analysis results, including latest value, average value, trend direction, and number of data points analyzed.

ctx Context days int
get_sentiment_balance
annotations: none low

Retrieve the sentiment balance (sentiment_balance_total) for a given asset. Parameters: - asset (str): The cryptocurrency slug (e.g., "bitcoin", "ethereum"). Required. - days (int): Number of days to calculate the average sentiment balance, defaults to 7. Usage: - Use this tool to get the average sentiment balance (positive minus negative sentiment) over a period. Returns: - A string with the average sentiment balance (e.g., "Bitcoin's sentiment balance over the past 7 days is 12.5").

days int asset str
get_social_volume
annotations: none low

Retrieve the total social volume (social_volume_total) for a given asset. It calculates the total number of social data text documents that contain the given search term at least once. Examples of documents are telegram messages and reddit posts. Parameters: - asset (str): The cryptocurrency slug (e.g., "bitcoin", "ethereum"). Required. - days (int): Number of days to sum the social volume, defaults to 7. Usage: - Call this tool to get the total number of social media mentions for an asset over a period. Returns: - A string with the total social volume (e.g., "Bitcoin's social volume over the past 7 days is 15,000 mentions").

days int asset str
alert_social_shift
annotations: none low

Detect significant shifts (spikes or drops) in social volume (social_volume_total) for a given asset. Parameters: - asset (str): The cryptocurrency slug (e.g., "bitcoin", "ethereum"). Required. - threshold (float): Minimum percentage change (absolute value) to trigger an alert, defaults to 50.0 (i.e., 50%). - days (int): Number of days to analyze for baseline volume, defaults to 7. Usage: - Call this tool to check if the latest social volume has significantly spiked or dropped compared to the previous average. Returns: - A string indicating if a shift occurred (e.g., "Bitcoin's social volume spiked by 75.0% in the last 24 hours" or "Bitcoin's social volume dropped by 60.0% in the last 24 hours").

days int asset str threshold float
get_trending_words
annotations: none low

Retrieve the top trending words in the crypto space over a specified period, aggregated and ranked by score. Parameters: - days (int): Number of days to analyze trending words, defaults to 7. - top_n (int): Number of top trending words to return, defaults to 5. Usage: - Call this tool to get a list of the most popular words trending in cryptocurrency discussions, ranked across the entire period. Returns: - A string listing the top trending words (e.g., "Top 5 trending words over the past 7 days: 'halving', 'bullrun', 'defi', 'nft', 'pump'").

days int top_n int
get_social_dominance
annotations: none low

Retrieve the social dominance (social_dominance_total) for a given asset. Social Dominance shows the share of the discussions in crypto media that is referring to a particular asset or phrase. Parameters: - asset (str): The cryptocurrency slug (e.g., "bitcoin", "ethereum"). Required. - days (int): Number of days to calculate average social dominance, defaults to 7. Usage: - Call this tool to get the percentage of social media discussion dominated by the asset. Returns: - A string with the average social dominance (e.g., "Bitcoin's social dominance over the past 7 days is 25.3%").

days int asset str
get_risk_score
annotations: none low

Get Risk Score for Crypto, Domain Name, ENS, CNS, KNS or even Hostname Address Args: address: EOA, CA, ENS, CNS, KNS or even HostName Returns: Dict: where summary.universal-crypto_score is from 0 to 100. 100 is high risk.

address str
BinanceWalletEnableFastWithdrawSwitch
annotations: none low

Enable fast withdraw switch.

recvWindow number
get_crypto_news
annotations: none low

Fetch the latest cryptocurrency news from CryptoPanic. Args: kind (str, optional): Type of content to fetch. Valid options are: - 'news': Fetch news articles (default). - 'media': Fetch media content like videos. num_pages (int, optional): Number of pages to fetch (each page contains multiple news items). Defaults to 1. Maximum is 10 to avoid API rate limits. Returns: str: A concatenated string of news titles, each prefixed with a dash (-). Raises: ValueError: If the API key is not set or if the API request fails.

kind str num_pages int
get_income_statements
annotations: none low

Get income statements for a company. Args: ticker: Ticker symbol of the company (e.g. AAPL, GOOGL) period: Period of the income statement (e.g. annual, quarterly, ttm) limit: Number of income statements to return (default: 4)

limit int period str ticker str
get_balance_sheets
annotations: none low

Get balance sheets for a company. Args: ticker: Ticker symbol of the company (e.g. AAPL, GOOGL) period: Period of the balance sheet (e.g. annual, quarterly, ttm) limit: Number of balance sheets to return (default: 4)

limit int period str ticker str
get_cash_flow_statements
annotations: none low

Get cash flow statements for a company. Args: ticker: Ticker symbol of the company (e.g. AAPL, GOOGL) period: Period of the cash flow statement (e.g. annual, quarterly, ttm) limit: Number of cash flow statements to return (default: 4)

limit int period str ticker str
get_current_stock_price
annotations: none low

Get the current / latest price of a company. Args: ticker: Ticker symbol of the company (e.g. AAPL, GOOGL)

ticker str
get_historical_stock_prices
annotations: none low

Gets historical stock prices for a company. Args: ticker: Ticker symbol of the company (e.g. AAPL, GOOGL) start_date: Start date of the price data (e.g. 2020-01-01) end_date: End date of the price data (e.g. 2020-12-31) interval: Interval of the price data (e.g. minute, hour, day, week, month) interval_multiplier: Multiplier of the interval (e.g. 1, 2, 3)

ticker str end_date str interval str start_date str interval_multiplier int
get_company_news
annotations: none low

Get news for a company. Args: ticker: Ticker symbol of the company (e.g. AAPL, GOOGL)

ticker str
get_available_crypto_tickers
annotations: none low

Gets all available crypto tickers.

get_crypto_prices
annotations: none low

Gets historical prices for a crypto currency.

ticker str end_date str interval str start_date str interval_multiplier int
get_historical_crypto_prices
annotations: none low

Gets historical prices for a crypto currency. Args: ticker: Ticker symbol of the crypto currency (e.g. BTC-USD). The list of available crypto tickers can be retrieved via the get_available_crypto_tickers tool. start_date: Start date of the price data (e.g. 2020-01-01) end_date: End date of the price data (e.g. 2020-12-31) interval: Interval of the price data (e.g. minute, hour, day, week, month) interval_multiplier: Multiplier of the interval (e.g. 1, 2, 3)

ticker str end_date str interval str start_date str interval_multiplier int
get_current_crypto_price
annotations: none low

Get the current / latest price of a crypto currency. Args: ticker: Ticker symbol of the crypto currency (e.g. BTC-USD). The list of available crypto tickers can be retrieved via the get_available_crypto_tickers tool.

ticker str
get_sec_filings
annotations: none low

Get all SEC filings for a company. Args: ticker: Ticker symbol of the company (e.g. AAPL, GOOGL) limit: Number of SEC filings to return (default: 10) filing_type: Type of SEC filing (e.g. 10-K, 10-Q, 8-K)

limit int ticker str filing_type string
binance_us_order_book
annotations: none low

Get order book depth (bids and asks) for a trading pair on Binance.US. Returns price levels with quantities. Weight varies based on limit (1-100: weight 1, 101-500: weight 5, 501-1000: weight 10, 1001-5000: weight 50).

limit number symbol string
binance_us_recent_trades
annotations: none low

Get recent trades for a trading pair on Binance.US. Returns trade ID, price, quantity, time, and maker/taker info.

limit number symbol string
binance_us_historical_trades
annotations: none low

Get older historical trades for a trading pair. Requires API key with MARKET_DATA permission.

limit number fromId number symbol string
binance_us_agg_trades
annotations: none low

Get compressed aggregate trades. Trades with same time, order, and price are aggregated.

limit number fromId number symbol string endTime number startTime number
binance_us_asset_config
annotations: none low

Get details of all crypto assets including fees, withdrawal limits, and network status. Shows deposit/withdrawal enabled status per network.

recvWindow number
binance_us_withdraw_crypto
annotations: none low

Submit a crypto withdrawal request. Requires withdrawal permission on API key. ⚠️ This action transfers funds OUT of your account - verify address carefully!

coin string amount number address string network string addressTag string recvWindow number withdrawOrderId string
binance_us_withdraw_fiat
annotations: none low

Submit a USD withdrawal request via BITGO. ⚠️ This action transfers USD OUT of your account!

amount number recvWindow number paymentAccount string
binance_us_withdraw_history
annotations: none low

Get crypto withdrawal history. Filter by coin, status, or time range.

coin string limit number offset number status number endTime number startTime number recvWindow number withdrawOrderId string
binance_us_deposit_history
annotations: none low

Get crypto deposit history. Filter by coin, status, or time range.

coin string limit number offset number status number endTime number startTime number recvWindow number
binance_us_deposit_address
annotations: none low

Get a deposit address for a specific crypto asset. Use this to receive funds into your Binance.US account.

coin string network string recvWindow number
binance_us_account_info
annotations: none low

Get current account information including balances and permissions. Returns all asset balances (free and locked), account permissions, and trading status.

recvWindow number
binance_us_my_trades
annotations: none low

Get trade history for a specific trading pair. Returns executed trades including price, quantity, commission, and timestamps.

limit number fromId number symbol string endTime number orderId number startTime number recvWindow number
binance_us_rate_limits
annotations: none low

Get current trade order count rate limits for all time intervals. Shows how many orders you can place within each interval.

recvWindow number
binance_us_trade_fee
annotations: none low

Get your current maker & taker fee rates for spot trading based on your VIP level. BNB fee discount (25% off) is not factored in.

symbol string recvWindow number
binance_us_trade_volume
annotations: none low

Get total trade volume for the past 30 days. Volume is calculated on a rolling basis every day at 0:00 AM (UTC).

recvWindow number
binance_us_subaccount_list
annotations: none low

Get a list of all sub-accounts. Filter by email or status (enabled/disabled).

page number email string limit number status string recvWindow number
binance_us_subaccount_transfer_history
annotations: none low

Get transfer history between master and sub-accounts.

page number email string limit number endTime number startTime number recvWindow number
binance_us_subaccount_transfer
annotations: none low

Execute an asset transfer between master account and a sub-account. ⚠️ This moves funds between accounts!

asset string amount number toEmail string fromEmail string recvWindow number
binance_us_subaccount_assets
annotations: none low

Get asset balances for a specific sub-account.

email string recvWindow number
binance_us_subaccount_summary
annotations: none low

Get the total USD value of assets in the master account and all sub-accounts.

page number size number email string recvWindow number
binance_us_subaccount_status
annotations: none low

Get status list of sub-accounts including activation status and enabled features.

email string recvWindow number
binance_us_exchange_info
annotations: none low

Get current exchange trading rules and trading pair information from Binance.US. Can filter by specific symbol(s) or permissions.

symbol string
binance_us_new_oco
annotations: none low

Place a new OCO (One-Cancels-the-Other) order on Binance.US. OCO orders combine a limit order with a stop-loss order. When one triggers, the other is automatically cancelled. Note: For SELL OCOs, limit price > stop price. For BUY OCOs, limit price < stop price.

price number symbol string quantity number stopPrice number recvWindow number trailingDelta number stopIcebergQty number stopLimitPrice number limitIcebergQty number listClientOrderId string stopClientOrderId string limitClientOrderId string
binance_us_get_oco
annotations: none low

Query a specific OCO order on Binance.US. Either orderListId or origClientOrderId must be provided.

recvWindow number orderListId number origClientOrderId string
binance_us_cancel_oco
annotations: none low

Cancel an entire OCO order on Binance.US. Cancelling any individual leg will cancel the entire OCO.

symbol string recvWindow number orderListId number newClientOrderId string listClientOrderId string
binance_us_open_oco
annotations: none low

Get all open OCO orders on Binance.US.

recvWindow number
binance_us_all_oco_orders
annotations: none low

Get all OCO orders (history) on Binance.US. Returns up to 1000 orders.

limit number fromId number endTime number startTime number recvWindow number
binance_us_new_order
annotations: none low

Place a new trade order on Binance.US. Supports LIMIT, MARKET, STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, TAKE_PROFIT_LIMIT, and LIMIT_MAKER order types.

price number symbol string quantity number stopPrice number icebergQty number recvWindow number quoteOrderQty number trailingDelta number newClientOrderId string
binance_us_test_order
annotations: none low

Test a new order on Binance.US without actually placing it. Validates order parameters and signature without executing the trade.

price number symbol string quantity number stopPrice number icebergQty number recvWindow number quoteOrderQty number trailingDelta number newClientOrderId string
binance_us_get_order
annotations: none low

Query the status of a specific order on Binance.US. Either orderId or origClientOrderId must be provided.

symbol string orderId number recvWindow number origClientOrderId string
binance_us_cancel_order
annotations: none low

Cancel an active order on Binance.US. Either orderId or origClientOrderId must be provided.

symbol string orderId number recvWindow number newClientOrderId string origClientOrderId string
binance_us_cancel_replace
annotations: none low

Cancel an existing order and place a new order on the same symbol atomically. This is useful for modifying order parameters.

price number symbol string quantity number stopPrice number icebergQty number recvWindow number cancelOrderId number quoteOrderQty number trailingDelta number newClientOrderId string cancelNewClientOrderId string cancelOrigClientOrderId string
binance_us_open_orders
annotations: none low

Get all open orders on Binance.US. Can be filtered by symbol. Warning: Querying without symbol is heavier on rate limits (weight 40 vs 3).

symbol string recvWindow number
binance_us_all_orders
annotations: none low

Get all orders (active, canceled, or filled) for a symbol on Binance.US. Returns order history.

limit number symbol string endTime number orderId number startTime number recvWindow number
binance_us_cancel_all_open_orders
annotations: none low

Cancel all active orders on a symbol on Binance.US. This includes OCO orders. Use with caution - this will cancel ALL open orders for the specified symbol.

symbol string recvWindow number
binance_us_ping
annotations: none low

Test connectivity to the Binance.US API. Returns empty object if successful.

binance_us_server_time
annotations: none low

Get the current server time from Binance.US exchange.

binance_us_system_status
annotations: none low

Check if Binance.US system is under maintenance. Status 0 = normal, 1 = system maintenance. Requires API key authentication.

getNetworkDexes
annotations: none low

Get available DEXes on a specific network. First call getNetworks to see valid network IDs.

page number limit number network string
getNetworkPools
annotations: none low

PRIMARY POOL FUNCTION: Get top liquidity pools on a specific network. This is the MAIN way to get pool data - there is NO global pools function. Use this instead of any

page number limit number network string
getDexPools
annotations: none low

Get pools from a specific DEX on a network. First use getNetworks, then getNetworkDexes to find valid DEX IDs.

dex string page number limit number network string
getPoolDetails
annotations: none low

Get detailed information about a specific pool. Requires network ID from getNetworks and a pool address.

network string inversed boolean poolAddress string
getTokenDetails
annotations: none low

Get detailed information about a specific token on a network. First use getNetworks to get valid network IDs.

network string tokenAddress string
getTokenPools
annotations: none low

Get liquidity pools containing a specific token on a network. Great for finding where a token is traded.

page number limit number address string network string reorder boolean tokenAddress string
getPoolOHLCV
annotations: none low

Get historical price data (OHLCV) for a pool - essential for price analysis, backtesting, and visualization. Requires network and pool address.

end string limit number start string network string interval string inversed boolean poolAddress string
getPoolTransactions
annotations: none low

Get recent transactions for a specific pool. Shows swaps, adds, removes. Requires network and pool address.

page number limit number cursor string network string poolAddress string
search
annotations: none low

Search across ALL networks for tokens, pools, and DEXes by name, symbol, or address. Good starting point when you don\

query string
getStats
annotations: none low

Get high-level statistics about the Universal Crypto ecosystem: total networks, DEXes, pools, and tokens available.

getTokenMultiPrices
annotations: none low

Get batched prices for multiple tokens on a specific network. Pass an array of token addresses; unknown tokens are omitted.

network string
calculate_accumulation_distribution
annotations: none low

Calculate the Accumulation/Distribution (AD) for a given trading pair using Binance OHLCV data

limit number symbol string timeframe string
calculate_chaikin_money_flow
annotations: none low

Calculate the Chaikin Money Flow (CMF) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_ease_of_movement
annotations: none low

Calculate the Ease of Movement (EMV) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_force_index
annotations: none low

Calculate the Force Index (FI) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_money_flow_index
annotations: none low

Calculate the Money Flow Index (MFI) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_negative_volume_index
annotations: none low

Calculate the Negative Volume Index (NVI) for a given trading pair using Binance OHLCV data

limit number symbol string timeframe string
calculate_on_balance_volume
annotations: none low

Calculate the On-Balance Volume (OBV) for a given trading pair using Binance OHLCV data

limit number symbol string timeframe string
calculate_volume_price_trend
annotations: none low

Calculate the Volume Price Trend (VPT) for a given trading pair using Binance OHLCV data

limit number symbol string timeframe string
calculate_volume_weighted_average_price
annotations: none low

Calculate the Volume Weighted Average Price (VWAP) for a given trading pair using Binance OHLCV data

limit number symbol string timeframe string
calculate_acceleration_bands
annotations: none low

Calculate the Acceleration Bands (AB) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_average_true_range
annotations: none low

Calculate the Average True Range (ATR) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_bollinger_bands
annotations: none low

Calculate the Bollinger Bands (BB) for a given trading pair using Binance OHLCV data

limit number period number stdDev number symbol string timeframe string
calculate_bollinger_bands_width
annotations: none low

Calculate the Bollinger Bands Width (BBW) for a given trading pair using Binance OHLCV data

limit number period number stdDev number symbol string timeframe string
calculate_chandelier_exit
annotations: none low

Calculate the Chandelier Exit (CE) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string multiplier number
calculate_donchian_channel
annotations: none low

Calculate the Donchian Channel (DC) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_keltner_channel
annotations: none low

Calculate the Keltner Channel (KC) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string multiplier number
calculate_moving_standard_deviation
annotations: none low

Calculate the Moving Standard Deviation (MSTD) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_projection_oscillator
annotations: none low

Calculate the Projection Oscillator (PO) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_true_range
annotations: none low

Calculate the True Range (TR) for a given trading pair using Binance OHLCV data

limit number symbol string timeframe string
calculate_ulcer_index
annotations: none low

Calculate the Ulcer Index (UI) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_absolute_price_oscillator
annotations: none low

Calculate the Absolute Price Oscillator (APO) for a given trading pair using Binance OHLCV data

limit number symbol string timeframe string fastPeriod number slowPeriod number
calculate_aroon
annotations: none low

Calculate the Aroon Indicator for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_balance_of_power
annotations: none low

Calculate the Balance of Power (BOP) for a given trading pair using Binance OHLCV data

limit number symbol string timeframe string
calculate_chande_forecast_oscillator
annotations: none low

Calculate the Chande Forecast Oscillator (CFO) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_commodity_channel_index
annotations: none low

Calculate the Commodity Channel Index (CCI) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_double_exponential_moving_average
annotations: none low

Calculate the Double Exponential Moving Average (DEMA) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_exponential_moving_average
annotations: none low

Calculate the Exponential Moving Average (EMA) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_mass_index
annotations: none low

Calculate the Mass Index (MI) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_moving_average_convergence_divergence
annotations: none low

Calculate the MACD for a given trading pair using Binance OHLCV data

limit number symbol string timeframe string fastPeriod number slowPeriod number signalPeriod number
calculate_moving_max
annotations: none low

Calculate the Moving Max (MMAX) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_moving_min
annotations: none low

Calculate the Moving Min (MMIN) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_moving_sum
annotations: none low

Calculate the Moving Sum (MSUM) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_parabolic_sar
annotations: none low

Calculate the Parabolic SAR (PSAR) for a given trading pair using Binance OHLCV data

limit number symbol string timeframe string accelerationFactorMax number accelerationFactorStep number
calculate_qstick
annotations: none low

Calculate the Qstick Indicator for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_kdj
annotations: none low

Calculate the Random Index (KDJ) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string signalPeriod number
calculate_rolling_moving_average
annotations: none low

Calculate the Rolling Moving Average (RMA) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_simple_moving_average
annotations: none low

Calculate the Simple Moving Average (SMA) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_since_change
annotations: none low

Calculate the Since Change for a given trading pair using Binance OHLCV data

limit number symbol string timeframe string
calculate_triple_exponential_moving_average
annotations: none low

Calculate the Triple Exponential Moving Average (TEMA) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_triangular_moving_average
annotations: none low

Calculate the Triangular Moving Average (TRIMA) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_triple_exponential_average
annotations: none low

Calculate the Triple Exponential Average (TRIX) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_typical_price
annotations: none low

Calculate the Typical Price for a given trading pair using Binance OHLCV data

limit number symbol string timeframe string
calculate_volume_weighted_moving_average
annotations: none low

Calculate the Volume Weighted Moving Average (VWMA) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_vortex
annotations: none low

Calculate the Vortex Indicator for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_awesome_oscillator
annotations: none low

Calculate the Awesome Oscillator (AO) for a given trading pair using Binance OHLCV data

limit number symbol string timeframe string fastPeriod number slowPeriod number
calculate_chaikin_oscillator
annotations: none low

Calculate the Chaikin Oscillator (CMO) for a given trading pair using Binance OHLCV data

limit number symbol string timeframe string fastPeriod number slowPeriod number
calculate_ichimoku_cloud
annotations: none low

Calculate the Ichimoku Cloud for a given trading pair using Binance OHLCV data

limit number symbol string timeframe string basePeriod number spanPeriod number conversionPeriod number
calculate_percentage_price_oscillator
annotations: none low

Calculate the Percentage Price Oscillator (PPO) for a given trading pair using Binance OHLCV data

limit number symbol string timeframe string fastPeriod number slowPeriod number signalPeriod number
calculate_percentage_volume_oscillator
annotations: none low

Calculate the Percentage Volume Oscillator (PVO) for a given trading pair using Binance OHLCV data

limit number symbol string timeframe string fastPeriod number slowPeriod number signalPeriod number
calculate_price_rate_of_change
annotations: none low

Calculate the Price Rate of Change (ROC) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_relative_strength_index
annotations: none low

Calculate the Relative Strength Index (RSI) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_stochastic_oscillator
annotations: none low

Calculate the Stochastic Oscillator (STOCH) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string signalPeriod number
calculate_williams_r
annotations: none low

Calculate the Williams R (WILLR) for a given trading pair using Binance OHLCV data

limit number period number symbol string timeframe string
calculate_momentum_strategy
annotations: none low

Calculate the Momentum Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string
calculate_awesome_oscillator_strategy
annotations: none low

Calculate the Awesome Oscillator Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number symbol string timeframe string fastPeriod number slowPeriod number
calculate_ichimoku_cloud_strategy
annotations: none low

Calculate the Ichimoku Cloud Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number symbol string timeframe string basePeriod number spanPeriod number conversionPeriod number
calculate_rsi2_strategy
annotations: none low

Calculate the RSI2 Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string
calculate_stochastic_oscillator_strategy
annotations: none low

Calculate the Stochastic Oscillator Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string signalPeriod number
calculate_williams_r_strategy
annotations: none low

Calculate the Williams R Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string
calculate_acceleration_bands_strategy
annotations: none low

Calculate the Acceleration Bands Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string
calculate_bollinger_bands_strategy
annotations: none low

Calculate the Bollinger Bands Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number stdDev number symbol string timeframe string
calculate_projection_oscillator_strategy
annotations: none low

Calculate the Projection Oscillator Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string
calculate_absolute_price_oscillator_strategy
annotations: none low

Calculate the Absolute Price Oscillator Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number symbol string timeframe string fastPeriod number slowPeriod number
calculate_aroon_strategy
annotations: none low

Calculate the Aroon Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string
calculate_balance_of_power_strategy
annotations: none low

Calculate the Balance of Power Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string
calculate_chande_forecast_oscillator_strategy
annotations: none low

Calculate the Chande Forecast Oscillator Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string
calculate_kdj_strategy
annotations: none low

Calculate the KDJ Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string signalPeriod number
calculate_macd_strategy
annotations: none low

Calculate the MACD Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number symbol string timeframe string fastPeriod number slowPeriod number signalPeriod number
calculate_parabolic_sar_strategy
annotations: none low

Calculate the Parabolic SAR Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number symbol string timeframe string accelerationFactorMax number accelerationFactorStep number
calculate_typical_price_strategy
annotations: none low

Calculate the Typical Price Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string
calculate_volume_weighted_moving_average_strategy
annotations: none low

Calculate the VWMA Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string
calculate_vortex_strategy
annotations: none low

Calculate the Vortex Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string
calculate_chaikin_money_flow_strategy
annotations: none low

Calculate the Chaikin Money Flow Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string
calculate_ease_of_movement_strategy
annotations: none low

Calculate the Ease of Movement Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string
calculate_force_index_strategy
annotations: none low

Calculate the Force Index Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string
calculate_money_flow_index_strategy
annotations: none low

Calculate the Money Flow Index Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string
calculate_negative_volume_index_strategy
annotations: none low

Calculate the Negative Volume Index Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string
calculate_volume_weighted_average_price_strategy
annotations: none low

Calculate the VWAP Strategy for a given trading pair using Binance OHLCV data. Outputs: -1 (SELL), 0 (HOLD), 1 (BUY)

limit number period number symbol string timeframe string
binanceOrderBook
annotations: none low

check binance order book

symbol string
binanceAccountInfo
annotations: none low

check binance account info

BinanceAutoInvestRebalanceHistory
annotations: none low

Get auto-invest portfolio rebalance history. Shows past rebalancing transactions.

size number current number endTime number startTime number recvWindow number
BinanceAutoInvestChangePlanStatus
annotations: none low

Change the status of an auto-invest plan (pause or resume).

planId number recvWindow number
BinanceAutoInvestGetTargetAssetList
annotations: none low

Get the list of available target assets for auto-invest plans. Shows assets available for dollar-cost averaging.

size number current number recvWindow number targetAsset string
BinanceAutoInvestGetPlanList
annotations: none low

Get list of user

recvWindow number
BinanceAutoInvestOneTimeTransaction
annotations: none low

Execute a one-time auto-invest purchase. Instantly buy crypto using auto-invest infrastructure.

planId number indexId number percentage number recvWindow number sourceAsset string targetAsset string subscriptionAmount string flexibleAllowedToUse boolean
BinanceAutoInvestGetIndexUserSummary
annotations: none low

Get user

indexId number recvWindow number
BinanceAutoInvestGetSourceAssetList
annotations: none low

Get the list of available source assets for auto-invest plans. These are the assets you can use to fund your recurring purchases.

indexId number recvWindow number targetAsset string flexibleAllowedToUse boolean
BinanceAutoInvestGetHistoryList
annotations: none low

Get auto-invest transaction history. Shows all past recurring purchases.

size number planId number current number endTime number startTime number recvWindow number targetAsset string
BinanceAutoInvestEditPlan
annotations: none low

Edit an existing auto-invest plan. Modify subscription amount, cycle, or target allocations.

planId number percentage number recvWindow number sourceAsset string targetAsset string subscriptionAmount string flexibleAllowedToUse boolean subscriptionStartDay number subscriptionStartTime number
BinanceAutoInvestGetTargetAssetRoiData
annotations: none low

Get ROI (Return on Investment) data for auto-invest target assets. Shows historical performance data.

recvWindow number targetAsset string
BinanceAutoInvestGetPlanDetails
annotations: none low

Get detailed information about a specific auto-invest plan including position details.

planId number recvWindow number
BinanceAutoInvestRedemption
annotations: none low

Redeem/sell assets from an auto-invest index plan.

indexId number recvWindow number redemptionPercentage number
BinanceAutoInvestCreatePlan
annotations: none low

Create an auto-invest plan for dollar-cost averaging. Automatically purchases crypto at regular intervals.

percentage number recvWindow number sourceAsset string targetAsset string subscriptionAmount string flexibleAllowedToUse boolean subscriptionStartDay number subscriptionStartTime number
BinanceAutoInvestGetIndexInfo
annotations: none low

Get auto-invest index information. Index plans allow investing in a basket of cryptocurrencies.

indexId number recvWindow number
BinancePortfolioMarginCmChangeMarginType
annotations: none low

Change margin type (ISOLATED/CROSSED) for a COIN-M Futures symbol in Portfolio Margin mode.

symbol string recvWindow number
BinancePortfolioMarginCmChangeLeverage
annotations: none low

Change leverage for a COIN-M Futures symbol in Portfolio Margin mode. ⚠️ Higher leverage increases risk.

symbol string leverage number recvWindow number
BinancePortfolioMarginCmGetUserTrades
annotations: none low

Get COIN-M Futures trade history in Portfolio Margin mode.

pair string limit number fromId number symbol string endTime number startTime number recvWindow number
BinancePortfolioMarginCmGetAllOrders
annotations: none low

Get all COIN-M Futures orders (active, cancelled, filled) in Portfolio Margin mode.

pair string limit number symbol string endTime number orderId number startTime number recvWindow number
BinancePortfolioMarginCmNewOrder
annotations: none low

Place a new COIN-M Futures order in Portfolio Margin mode. ⚠️ HIGH RISK: Futures trading involves leverage.

price string symbol string quantity string stopPrice string recvWindow number reduceOnly boolean newClientOrderId string
BinancePortfolioMarginCmCancelOrder
annotations: none low

Cancel an active COIN-M Futures order in Portfolio Margin mode.

symbol string orderId number recvWindow number origClientOrderId string
BinancePortfolioMarginCmCancelAllOrders
annotations: none low

Cancel all open COIN-M Futures orders for a symbol in Portfolio Margin mode. ⚠️ This will cancel ALL open orders.

symbol string recvWindow number
BinancePortfolioMarginCmGetOrder
annotations: none low

Query a specific COIN-M Futures order in Portfolio Margin mode.

symbol string orderId number recvWindow number origClientOrderId string
BinancePortfolioMarginCmGetOpenOrders
annotations: none low

Get all open COIN-M Futures orders in Portfolio Margin mode.

pair string symbol string recvWindow number
BinancePortfolioMarginUmChangeMarginType
annotations: none low

Change margin type (ISOLATED/CROSSED) for a USDT-M Futures symbol in Portfolio Margin mode.

symbol string recvWindow number
BinancePortfolioMarginUmChangeLeverage
annotations: none low

Change leverage for a USDT-M Futures symbol in Portfolio Margin mode. ⚠️ Higher leverage increases risk.

symbol string leverage number recvWindow number
BinancePortfolioMarginUmGetUserTrades
annotations: none low

Get USDT-M Futures trade history in Portfolio Margin mode.

limit number fromId number symbol string endTime number startTime number recvWindow number
BinancePortfolioMarginUmGetAllOrders
annotations: none low

Get all USDT-M Futures orders (active, cancelled, filled) in Portfolio Margin mode.

limit number symbol string endTime number orderId number startTime number recvWindow number
BinancePortfolioMarginUmNewOrder
annotations: none low

Place a new USDT-M Futures order in Portfolio Margin mode. ⚠️ HIGH RISK: Futures trading involves leverage.

price string symbol string quantity string stopPrice string recvWindow number reduceOnly boolean newClientOrderId string
BinancePortfolioMarginUmCancelOrder
annotations: none low

Cancel an active USDT-M Futures order in Portfolio Margin mode.

symbol string orderId number recvWindow number origClientOrderId string
BinancePortfolioMarginUmCancelAllOrders
annotations: none low

Cancel all open USDT-M Futures orders for a symbol in Portfolio Margin mode. ⚠️ This will cancel ALL open orders.

symbol string recvWindow number
BinancePortfolioMarginUmGetOrder
annotations: none low

Query a specific USDT-M Futures order in Portfolio Margin mode.

symbol string orderId number recvWindow number origClientOrderId string
BinancePortfolioMarginGetMaxBorrowable
annotations: none low

Query the maximum amount that can be borrowed for a specific asset in Portfolio Margin mode.

asset string recvWindow number
BinancePortfolioMarginGetCmAccount
annotations: none low

Get COIN-M Futures account information within Portfolio Margin mode.

recvWindow number
BinancePortfolioMarginGetUmAccount
annotations: none low

Get USDT-M Futures account information within Portfolio Margin mode.

recvWindow number
BinancePortfolioMarginGetCmPosition
annotations: none low

Get COIN-M Futures position risk information within Portfolio Margin mode.

pair string recvWindow number marginAsset string
BinancePortfolioMarginGetMaxWithdraw
annotations: none low

Query the maximum amount that can be withdrawn for a specific asset from Portfolio Margin account.

asset string recvWindow number
BinancePortfolioMarginGetUmPosition
annotations: none low

Get USDT-M Futures position risk information within Portfolio Margin mode.

symbol string recvWindow number
BinancePortfolioMarginGetAccount
annotations: none low

Get Portfolio Margin account information including unified account equity, margin status, and risk levels.

recvWindow number
BinancePortfolioMarginGetBalance
annotations: none low

Get Portfolio Margin account balance information for all assets.

asset string recvWindow number
BinancePortfolioMarginGetMarginAccount
annotations: none low

Get cross margin account information within Portfolio Margin mode.

recvWindow number
BinancePortfolioMarginMarginGetUserTrades
annotations: none low

Get cross margin trade history in Portfolio Margin mode.

limit number fromId number symbol string endTime number startTime number recvWindow number
BinancePortfolioMarginMarginGetAllOrders
annotations: none low

Get all cross margin orders (active, cancelled, filled) in Portfolio Margin mode.

limit number symbol string endTime number orderId number startTime number recvWindow number
BinancePortfolioMarginMarginNewOrder
annotations: none low

Place a new cross margin order in Portfolio Margin mode. ⚠️ Margin trading involves borrowing and interest.

price string symbol string quantity string stopPrice string recvWindow number quoteOrderQty string newClientOrderId string
BinancePortfolioMarginMarginCancelOrder
annotations: none low

Cancel an active cross margin order in Portfolio Margin mode.

symbol string orderId number recvWindow number origClientOrderId string
BinancePortfolioMarginMarginCancelAllOrders
annotations: none low

Cancel all open cross margin orders for a symbol in Portfolio Margin mode. ⚠️ This will cancel ALL open orders.

symbol string recvWindow number
BinancePortfolioMarginMarginGetOrder
annotations: none low

Query a specific cross margin order in Portfolio Margin mode.

symbol string orderId number recvWindow number origClientOrderId string
BinancePortfolioMarginMarginLoan
annotations: none low

Borrow funds for margin trading in Portfolio Margin mode. ⚠️ Borrowed funds accrue interest.

asset string amount string recvWindow number
BinancePortfolioMarginMarginGetOpenOrders
annotations: none low

Get all open cross margin orders in Portfolio Margin mode.

symbol string recvWindow number
BinancePortfolioMarginMarginRepay
annotations: none low

Repay borrowed funds in Portfolio Margin mode.

asset string amount string recvWindow number
BinancePortfolioMarginRenewListenKey
annotations: none low

Extend the validity of a Portfolio Margin listen key by 60 minutes.

listenKey string
BinancePortfolioMarginDeleteListenKey
annotations: none low

Close/delete a Portfolio Margin listen key. This will terminate the user data stream connection.

listenKey string
hex_to_number
annotations: none low

Convert a hex string to a decimal number

hex string
registerBinanceRedeemSol
annotations: none low

Redeem SOL API allows users to redeem BNSOL and receive SOL in exchange. It enables the conversion of BNSOL tokens into SOL based on the specified amount

amount number recvWindow number
BinanceGetSolRedemptionHistory
annotations: none low

Get SOL Redemption History API allows users to retrieve their SOL redemption history, detailing the amount of BNSOL redeemed for SOL and the exchange rate.

endTime number startTime number recvWindow number
BinanceSubscribeSolStaking
annotations: none low

Subscribe SOL Staking API allows users to stake SOL and receive BNSOL in return. This endpoint requires specifying the amount of SOL to stake, and the response includes the equivalent BNSOL amount and exchange rate for SOL to BNSOL.

amount number recvWindow number
registerBinanceSolStakingAccount
annotations: none low

SOL Staking Account API allows users to view their SOL staking account details, including their current BNSOL holdings, equivalent SOL balance, and the profit in SOL over the past 30 days.

recvWindow number
registerBinanceGetBnsolRateHistory
annotations: none low

Get BNSOL Rate History API allows users to retrieve the historical data of the BNSOL staking rate, including APR and exchange rates for SOL to BNSOL.

endTime number startTime number recvWindow number
BinanceGetSolStakingHistory
annotations: none low

Get SOL Staking History API allows users to retrieve their SOL staking history, including details about the amount of SOL staked, the equivalent BNSOL amount distributed, the exchange rate, and the status of each staking.

endTime number startTime number recvWindow number
BinanceGetUnclaimedRewards
annotations: none low

Get Unclaimed Rewards API allows users to retrieve information about unclaimed rewards from their SOL staking activities.

recvWindow number
getSolStakingQuotaDetails
annotations: none low

Get SOL Staking Quota API allows users to retrieve their current SOL staking quota, including information such as the remaining staking and redemption limits, minimum staking and redeem amounts, commission fees, and the status of staking and redemption availability.

recvWindow number
BinanceGetBnsolRewardsHistory
annotations: none low

Get Boost Rewards History API allows users to retrieve their historical boost rewards data for staking, including the amount of rewards, token type (e.g., SOL), and status of the rewards (e.g., CLAIM, DISTRIBUTE).

endTime number startTime number recvWindow number
BinanceGetBoostRewardsHistory
annotations: none low

Get Boost Rewards History API allows users to retrieve their boost rewards history for staking activities. This includes the amount of rewards received, the token type (e.g., SOL), and the status of the rewards (e.g., CLAIM or DISTRIBUTE).

endTime number startTime number recvWindow number
BinanceGetWbethRateHistory
annotations: none low

Get WBETH Rate History API allows users to retrieve historical WBETH exchange rates and BETH annual percentage rates (APR) within a specified time range.

endTime number startTime number recvWindow number
registerBinanceGetEthStakingHistory
annotations: none low

Get ETH Staking History API allows users to retrieve their historical ETH staking records, including details like asset type, amount, status, and time of staking

endTime number startTime number recvWindow number
BinanceWrapBeth
annotations: none low

Wrap BETH API allows users to convert BETH into WBETH, providing the wrapped WBETH amount and the exchange rate from BETH to WBETH.

amount number recvWindow number
BinanceGetWbethUnwrapHistory
annotations: none low

Get WBETH Unwrap History API allows users to retrieve historical records of WBETH unwrap operations, including asset conversion details, exchange rates, and transaction status.

endTime number startTime number recvWindow number
BinanceGetCurrentEthStakingQuota
annotations: none low

Get Current ETH Staking Quota API allows users to retrieve their available ETH staking and redemption quotas, reflecting personal and daily limits.

recvWindow number
BinanceSubscribeEthStaking
annotations: none low

Subscribe ETH Staking API allows users to stake ETH and receive WBETH, providing the staked amount and the conversion ratio for ETH to WBETH.

amount number recvWindow number
BinanceGetWbethWrapHistory
annotations: none low

Get WBETH Wrap History API allows users to retrieve historical records of WBETH wrap operations, including asset conversion details, exchange rates, and transaction status.

endTime number startTime number recvWindow number
BinanceGetEthRedemptionHistory
annotations: none low

Get ETH Redemption History API allows users to retrieve their historical ETH staking redemption records, including details like asset type, amount, status, and time of redemption.

endTime number startTime number recvWindow number
BinanceEthStakingAccount
annotations: none low

ETH Staking Account API allows users to retrieve their current ETH staking holdings and 30-day profit details, including amounts from WBETH and BETH

recvWindow number
BinanceGetWbethRewardsHistory
annotations: none low

Get WBETH Rewards History API allows users to retrieve historical reward data earned from WBETH holdings, including estimated rewards in ETH, holding amounts, and APR details.

endTime number startTime number recvWindow number
BinanceRedeemEth
annotations: none low

Redeem ETH API allows users to redeem WBETH or BETH for ETH, providing the amount, conversion ratio, and arrival time details.

asset string amount number recvWindow number
BinanceCryptoLoanFlexibleBorrowHistory
annotations: none low

Get your flexible loan borrowing history.

limit number current number endTime number loanCoin string startTime number recvWindow number collateralCoin string
BinanceCryptoLoanFlexibleRepay
annotations: none low

Repay a flexible crypto loan. Your collateral will be released proportionally. 💸

loanCoin string recvWindow number repayAmount string fullRepayment boolean collateralCoin string collateralReturn boolean
BinanceCryptoLoanFlexibleCollateralAssets
annotations: none low

Get available collateral assets for flexible crypto loans. Shows which assets you can use as collateral.

recvWindow number collateralCoin string
BinanceCryptoLoanFlexibleRepayHistory
annotations: none low

Get your flexible loan repayment history.

limit number current number endTime number loanCoin string startTime number recvWindow number collateralCoin string
BinanceCryptoLoanFlexibleOngoingOrders
annotations: none low

Get your current flexible loan positions. Shows outstanding amounts, collateral, and LTV ratios.

limit number current number loanCoin string recvWindow number collateralCoin string
BinanceCryptoLoanFlexibleBorrow
annotations: none low

Borrow crypto using a flexible loan. ⚠️ Your collateral will be locked. Interest accrues daily. Monitor LTV ratio to avoid liquidation.

loanCoin string loanAmount string recvWindow number collateralCoin string collateralAmount string
BinanceCryptoLoanFlexibleAssets
annotations: none low

Get available assets for flexible crypto loans. Shows which assets you can borrow and their rates.

loanCoin string recvWindow number
BinanceCryptoLoanFlexibleAdjustLTV
annotations: none low

Adjust LTV (Loan-to-Value) ratio by adding or removing collateral. Lower LTV = safer position.

loanCoin string recvWindow number collateralCoin string adjustmentAmount string
BinanceConvertAcceptQuote
annotations: none low

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

quoteId string
BinanceConvertQueryLimitOpenOrders
annotations: none low

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

BinanceConvertSendQuoteRequest
annotations: none low

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

toAsset string toAmount number fromAsset string fromAmount number
BinanceConvertOrderStatus
annotations: none low

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.

orderId string quoteId string
BinanceConvertPlaceLimitOrder
annotations: none low

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.

baseAsset string limitPrice number quoteAsset string
BinanceWalletAccountApiTradingStatus
annotations: none low

Get account API trading status.

recvWindow number
BinanceConvertCancelLimitOrder
annotations: none low

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

orderId number
BinanceGetConvertTradeHistory
annotations: none low

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).

endTime number startTime number recvWindow number
BinanceConvertQueryOrderQuantityPrecisionPerAsset
annotations: none low

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

BinanceConvertGetListAllConvertPairs
annotations: none low

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

toAsset string fromAsset string
BinanceFutureCancelAlgoOrder
annotations: none low

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

algoId number recvWindow number
BinanceVolumeParticipationNewTrade
annotations: none low

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

symbol string recvWindow number clientAlgoId string
BinanceFutureCurrentAlgoOpenOrders
annotations: none low

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

recvWindow number
BinanceFutureSubOrders
annotations: none low

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

page number algoId number recvWindow number
BinanceFutureHistoricalAlgoOrder
annotations: none low

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

page number symbol string endTime number startTime number recvWindow number
BinanceTimeWeightedAveragePriceNewOrder
annotations: none low

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.

symbol string recvWindow number clientAlgoId string
BinanceSpotTimeWeightedAveragePriceNewOrder
annotations: none low

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

symbol string
BinanceSpotHistoricalAlgoOrders
annotations: none low

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

page number symbol string endTime number startTime number recvWindow number
BinanceSpotCurrentAlgoOpenOrders
annotations: none low

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

recvWindow number
BinanceSpotSubOrders
annotations: none low

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

page number algoId number recvWindow number
BinanceSpotCancelOpenTWAPOrder
annotations: none low

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

algoId number recvWindow number
BinanceTime
annotations: none low

Get the current server time from Binance API.

BinancePing
annotations: none low

Test connectivity to the Binance API.

BinanceExchangeInfo
annotations: none low

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

symbol string
BinanceAllOrders
annotations: none low

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

limit number symbol string endTime number orderId number startTime number
BinanceDeleteOpenOrders
annotations: none low

Cancel all open orders on Binance for a specific symbol.

symbol string
BinanceWalletAllCoinsInformation
annotations: none low

Get information for all coins.

recvWindow number
BinanceDeleteOrder
annotations: none low

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

symbol string orderId string origClientOrderId string
BinanceNewOrder
annotations: none low

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

price number symbol string quantity number stopPrice number icebergQty number quoteOrderQty number newClientOrderId string
BinanceGetOrder
annotations: none low

Check an order

symbol string orderId string origClientOrderId string
BinanceOrderOco
annotations: none low

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

price number symbol string quantity number stopPrice number stopIcebergQty number stopLimitPrice number limitIcebergQty number newClientOrderId string stopClientOrderId string
BinanceGetOpenOrders
annotations: none low

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

symbol string
BinanceOpenOrderList
annotations: none low

Query open OCO orders for a specific account or symbol.

symbol string
BinancePutUserDataStream
annotations: none low

Extend the validity of a user data stream listen key.

listenKey string
BinanceDeleteUserDataStream
annotations: none low

Close a user data stream by invalidating the listen key.

listenKey string
BinanceNewUserDataStream
annotations: none low

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

BinanceGetTrades
annotations: none low

Get recent trades for a specific trading pair.

limit number symbol string
BinanceTickerBookTicker
annotations: none low

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

symbol string
BinanceTickerTradingDay
annotations: none low

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

symbol string
BinanceUiKlines
annotations: none low

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

limit number symbol string endTime number startTime number
BinanceKlines
annotations: none low

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

limit number symbol string endTime number startTime number
BinanceTickerPrice
annotations: none low

Get latest price for a symbol or all symbols.

symbol string
BinanceHistoricalTrades
annotations: none low

Get older historical trades for a specific trading pair.

limit number fromId number symbol string
BinanceAvgPrice
annotations: none low

Get current average price for a trading pair.

symbol string
BinanceTicker24hr
annotations: none low

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

symbol string
BinanceAggTrades
annotations: none low

Get compressed, aggregate trades for a specific trading pair.

limit number fromId number symbol string endTime number startTime number
BinanceTicker
annotations: none low

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

symbol string windowSize string
BinanceDepth
annotations: none low

Get order book depth data for a specific trading pair.

limit number symbol string
BinanceAccountCommission
annotations: none low

Get account commission rates for a specific symbol.

symbol string recvWindow number
BinanceMyTrades
annotations: none low

Get trades for a specific account and symbol.

limit number fromId number symbol string endTime number orderId number startTime number recvWindow number
BinanceMyAllocations
annotations: none low

Get SOR allocations for Self-Trade Prevention.

limit number symbol string orderId number recvWindow number allocationId number fromAllocationId number
BinanceMyPreventedMatches
annotations: none low

Get prevented matches for Self-Trade Prevention.

limit number symbol string orderId number recvWindow number preventedMatchId number fromPreventedMatchId number
BinanceRateLimitOrder
annotations: none low

Get current order count usage for each rate limit.

recvWindow number
BinanceGetAccount
annotations: none low

Get current account information.

recvWindow number
BinanceHashRateResaleRequest
annotations: none low

Retrieve a request for setting up a hashrate resale, specifying the mining account, algorithm, start and end times, target mining account for resale, and the amount of hashrate to transfer

algo string endDate number userName string startDate number recvWindow number toPoolUser string
BinanceCancelHashRateResaleConfiguration
annotations: none low

Cancel an existing hashrate resale configuration using the mining ID and account details.

configId number userName string recvWindow number
BinanceMiningAccountEarning
annotations: none low

Retrieves the earnings associated with a mining account, including the type of earnings (e.g., rebate, referral, refund), sub-account ID, the mining account name, and the amount earned. It also supports pagination for large data sets.

algo string endDate number pageIndex number startDate number recvWindow number
BinanceAcquiringAlgorithm
annotations: none low

Retrieve a list of available mining algorithms, including their name, ID, sequence, and unit.

BinanceStatisticList
annotations: none low

Retrieve mining statistics for a specific account, including hash rates for the past 15 minutes and 24 hours, the number of valid and invalid mining units, and the estimated profit for today and yesterday in various cryptocurrencies.

algo string userName string recvWindow number
BinanceRequestForDetailMinerList
annotations: none low

Retrieves detailed hashrate data for a specific miner, including both hourly (H_hashrate) and daily (D_hashrate) metrics such as time, hashrate, and rejection rate.

algo string userName string recvWindow number workerName string
BinanceAccountList
annotations: none low

Retrieve hashrate statistics for a mining account. It returns both hourly (H_hashrate) and daily (D_hashrate) data, including timestamps, hashrate values, and rejection rates.

algo string userName string recvWindow number
BinanceEarningsList
annotations: none low

Retrieves list of earnings related to mining activities, including transferred hashrate, daily hashrate, profit amount, and the status of the payment (unpaid, paying, or paid).

algo string coin string endDate number pageSize number userName string startDate number recvWindow number
BinanceRequestForMinerList
annotations: none low

Retrieves a list of miners (workers) associated with a mining account, including details such as miner name, status, real-time hashrate, 24H hashrate, rejection rate, and last submission time.

algo string userName string recvWindow number
BinanceHashRateResaleList
annotations: none low

Returns the list of hashRate resale configurations including transfer details such as algorithm, hashrate amount, sender and receiver pool usernames, start and end dates, and status of the transfer.

recvWindow number
BinanceExtraBonusList
annotations: none low

Retrieves extra bonuses related to mining activities, including merged mining, activity bonuses, rebates, smart pool bonuses, income transfers, and pool savings.

algo string coin string endDate number pageSize number userName string pageIndex number startDate number recvWindow number
BinanceHashRateResaleDetail
annotations: none low

Retrieves details of hashrate resale transactions, including the transferring and receiving subaccounts, algorithm, hash rate, transfer date, and associated income.

configId number pageSize number userName string recvWindow number
BinanceAcquiringCoinName
annotations: none low

Fetch supported mining coins with details like coin name, ID, algorithm name, and associated algorithm ID.

BinanceGetFuturesLeadTradingSymbolWhitelist
annotations: none low

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

recvWindow number
BinanceCopyTradingUnfollowTrader
annotations: none low

Stop following a lead trader. Your existing copied positions will remain open until manually closed.

recvWindow number leadPortfolioId string
BinanceCopyTradingGetCopyPositions
annotations: none low

Get your current positions from copy trading. Shows all open positions created by following lead traders.

recvWindow number
BinanceCopyTradingGetTraderSymbolStats
annotations: none low

Get a lead trader

recvWindow number leadPortfolioId string
BinanceCopyTradingGetCopyOrders
annotations: none low

Get your copy trading order history. Shows all orders executed from copying lead traders.

endTime number pageSize number startTime number pageNumber number recvWindow number
BinanceCopyTradingGetFollowingTraders
annotations: none low

Get the list of traders you are currently following. Shows copy settings and performance for each.

recvWindow number
BinanceCopyTradingGetTraderPositions
annotations: none low

View a lead trader

recvWindow number leadPortfolioId string
BinanceCopyTradingFollowTrader
annotations: none low

Start following a lead trader to automatically copy their trades. ⚠️ RISK: Your funds will be used to copy trades. Only follow traders you trust.

copyRatio number recvWindow number fixedAmount string stopLossRatio number leadPortfolioId string takeProfitRatio number
BinanceGetFuturesLeadTraderStatus
annotations: none low

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

recvWindow number
BinanceCopyTradingGetLeadTraders
annotations: none low

Browse available lead traders for copy trading. View their performance stats and follower count to find traders to copy.

isShared boolean pageSize number pageNumber number recvWindow number
BinanceCopyTradingGetTraderPerformance
annotations: none low

Get detailed performance statistics for a lead trader. Includes ROI, PNL, win rate, and other metrics.

recvWindow number leadPortfolioId string
BinanceWalletQueryUserWalletBalance
annotations: none low

Query user wallet balance.

recvWindow number
BinanceWalletFundingWallet
annotations: none low

Get funding wallet balance.

asset string recvWindow number needBtcValuation boolean
BinanceWalletAssetDetail
annotations: none low

Get asset details.

asset string recvWindow number
BinanceWalletQueryUserDelegationHistory
annotations: none low

Query user delegation history.

page number email string limit number endTime number startTime number recvWindow number
BinanceWalletGetOpenSymbolList
annotations: none low

Get open symbol list.

BinanceWalletTradeFee
annotations: none low

Get trade fee.

symbol string recvWindow number
BinanceWalletGetCloudMiningPaymentAndRefundHistory
annotations: none low

Get cloud mining payment and refund history.

page number endTime number pageSize number startTime number recvWindow number
BinanceWalletQueryUserUniversalTransferHistory
annotations: none low

Query universal transfer history.

size number type string current number endTime number toSymbol string startTime number fromSymbol string recvWindow number
BinanceWalletToggleBnbBurnOnSpotTradeAndMarginInterest
annotations: none low

Toggle BNB burn on spot trade and margin interest.

recvWindow number spotBNBBurn string interestBNBBurn string
number_to_hex
annotations: none low

Convert a decimal number to a hex string

number string
BinanceWalletDustlog
annotations: none low

Get dust log (history of dust transfers).

endTime number startTime number recvWindow number
BinanceWalletDustTransfer
annotations: none low

Convert dust assets to BNB.

recvWindow number
BinanceWalletAssetDividendRecord
annotations: none low

Get asset dividend record.

asset string limit number endTime number startTime number recvWindow number
BinanceWalletUserUniversalTransfer
annotations: none low

Make universal transfer between different accounts.

type string asset string amount number toSymbol string fromSymbol string recvWindow number
BinanceWalletGetAssetsThatCanBeConvertedIntoBnb
annotations: none low

Get assets that can be converted to BNB.

recvWindow number
BinanceWalletUserAsset
annotations: none low

Get user assets.

recvWindow number needBtcValuation boolean
BinanceWalletSubmitDepositQuestionnaire
annotations: none low

Submit deposit questionnaire for broker deposit.

depositId string signature string recvWindow number subAccountId string questionnaire string beneficiaryPii string
BinanceWalletOnboardedVaspList
annotations: none low

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

BinanceWalletWithdrawHistoryV1
annotations: none low

Get withdraw history (v1).

coin string limit number offset number status number endTime number startTime number recvWindow number
BinanceWalletDepositHistoryTravelRule
annotations: none low

Get deposit history for travel rule.

coin string limit number offset number status number endTime number startTime number recvWindow number
BinanceWalletWithdrawTravelRule
annotations: none low

Withdraw with travel rule compliance.

coin string name string amount number address string network string addressTag string recvWindow number questionnaire string withdrawOrderId string
BinanceWalletWithdrawHistoryV2
annotations: none low

Get withdraw history (v2).

coin string limit number offset number status number endTime number startTime number recvWindow number
BinanceWalletBrokerWithdraw
annotations: none low

Initiate broker withdrawal with travel rule compliance.

coin string name string amount number address string network string signature string addressTag string recvWindow number subAccountId string originatorPii string questionnaire string withdrawOrderId string
BinanceWalletSubmitDepositQuestionnaireTravelRule
annotations: none low

Submit deposit questionnaire for travel rule.

tranId number recvWindow number questionnaire string
BinanceWalletSystemStatus
annotations: none low

Get Binance Wallet system status.

BinanceWalletGetSymbolsDelistScheduleForSpot
annotations: none low

Get delist schedule for spot symbols.

BinanceWalletAccountStatus
annotations: none low

Get Binance Wallet account status.

recvWindow number
BinanceWalletDailyAccountSnapshot
annotations: none low

Get daily account snapshot.

type string limit number endTime number startTime number recvWindow number
BinanceWalletDisableFastWithdrawSwitch
annotations: none low

Disable fast withdraw switch.

recvWindow number
BinanceWalletAccountInfo
annotations: none low

Get Binance Wallet account information.

recvWindow number
BinanceWalletGetApiKeyPermission
annotations: none low

Get API key permission.

recvWindow number
BinanceWalletWithdrawHistory
annotations: none low

Get withdraw history.

coin string limit number offset number status number endTime number startTime number recvWindow number withdrawOrderId string
BinanceWalletFetchWithdrawAddressList
annotations: none low

Fetch withdraw address list.

BinanceWalletDepositHistory
annotations: none low

Get deposit history.

coin string limit number offset number status number endTime number startTime number recvWindow number
BinanceWalletDepositAddress
annotations: none low

Get deposit address for a specific coin.

coin string network string recvWindow number
BinanceWalletWithdraw
annotations: none low

Submit a withdraw request.

coin string name string amount number address string network string addressTag string recvWindow number walletType number withdrawOrderId string transactionFeeFlag boolean
BinanceWalletOneClickArrivalDepositApply
annotations: none low

Apply for one-click arrival deposit.

recvWindow number subAccountId string
BinanceWalletFetchDepositAddressListWithNetwork
annotations: none low

Fetch deposit address with network.

coin string network string recvWindow number
BinanceGetFiatPaymentsHistory
annotations: none low

Retrieves fiat buy/sell payment history, including trade amount, currency, crypto received, fees, status, payment method, and timestamps.

page number endTime number beginTime number recvWindow number
BinanceGetFiatDepositWithdrawHistory
annotations: none low

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

page number endTime number beginTime number recvWindow number
BinanceGetSpotRebateHistoryRecords
annotations: none low

Retrieve the history of spot rebate records, including commission rebates and referral kickbacks, for the past 7 days or a custom date range (within 30 days).

page number endTime number startTime number recvWindow number
BinanceGetC2CTradeHistory
annotations: none low

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.

page number endTime number startTime number recvWindow number
BinanceC2CGetAds
annotations: none low

Get available C2C/P2P trading advertisements. Browse buy/sell offers from other users.

fiat string page number rows number asset string recvWindow number
BinanceVipLoanRenew
annotations: none low

Allow VIP users to renew an existing VIP loan for a specified term, either 30 or 60 days.

orderId number recvWindow number
BinanceVipLoanRepay
annotations: none low

Allow VIP users to repay a specified amount of their active loan, partially or fully. It updates the remaining principal and interest, and provides the repayment status.

amount number orderId number recvWindow number
BinanceVipLoanBorrow
annotations: none low

Allow users (master account only) to apply for a loan by pledging collateral. Users specify the coin they want to borrow, the amount, and the collateral details.

loanCoin string loanTerm number loanAmount number recvWindow number loanAccountId number collateralCoin string isFlexibleRate boolean collateralAccountId string
BinanceGetVIPLoanOngoingOrders
annotations: none low

Allows VIP users to retrieve a list of their current active loan orders. Users can filter results by loan coin, collateral coin, order ID, or collateral account ID.

limit number current number orderId number loanCoin string recvWindow number collateralCoin string collateralAccountId number
BinanceOptionsGetIncomeAsyn
annotations: none low

Request to generate an async download ID for options income history. Use with BinanceOptionsGetIncomeAsynId to retrieve results.

endTime number startTime number recvWindow number
BinanceCheckVIPLoanCollateralAccount
annotations: none low

Allow users to check their collateral accounts and the coins held as collateral. If the logged-in account is a loan account, it will return all associated collateral accounts. If it

orderId number recvWindow number collateralAccountId number
BinanceQueryApplicationStatus
annotations: none low

Allows VIP users to check the status of their loan applications. It returns a list of loan requests with details such as loan coin, amount, term, collateral details, and current application status

limit number recvWindow number
BinanceGetLoanableAssetsData
annotations: none low

Retrieves interest rates and borrowing limits for loanable assets. The borrow limit is expressed in USD. You can request information for specific assets or leave it empty to query all available assets.

loanCoin string vipLevel number recvWindow number
BinanceGetBorrowInterestRate
annotations: none low

Retrieves the interest rates for borrowing assets. It provides both daily and yearly interest rates for multiple assets (e.g., BUSD, BTC). You can specify the assets by using a comma-separated list.

loanCoin string recvWindow number
BinanceGetCollateralAssetData
annotations: none low

Retrieves information about collateral assets, including collateral ratios and range values for different tiers of collateral. The ratios are used to determine the collateral requirement for various levels of borrowing.

recvWindow number collateralCoin string
registerBinanceChangeAutoCompoundStatus
annotations: none low

Change the Auto-Compound plan for a Dual Investment position to NONE, STANDARD, or ADVANCED using the position ID.

positionId string
BinanceCheckDualInvestmentAccounts
annotations: none low

Retrieve Dual Investment account balances, including total value in BTC and USDT equivalents.

BinanceSubscribeDualInvestmentProducts
annotations: none low

Subscribe to Dual Investment products by providing product ID, order ID, deposit amount, and auto compound plan to initiate investment with specified terms.

id string orderId string depositAmount number
BinanceGetDualInvestmentPositions
annotations: none low

Fetch Dual Investment positions in batch, including status, subscription details, APR, and settlement info. Filter by status or paginate results.

pageIndex number
BinanceGetDualInvestmentProductList
annotations: none low

Retrieve available Dual Investment products (CALL or PUT options), specifying invest and exercised coins, to view details like APR, strike price, duration, and purchase availability.

pageIndex number investCoin string exercisedCoin string
BinanceGetNFTWithdrawHistory
annotations: none low

Retrieves NFT withdraw history, including network, transaction ID, contract address, token ID, withdrawal fee, fee asset, and timestamps.

page number endTime number startTime number recvWindow number
BinanceGetNFTAsset
annotations: none low

Retrieve NFT assets associated with a user

page number recvWindow number
BinanceGetNFTTransactionHistory
annotations: none low

Retrieves NFT transaction history, including purchase orders, sale orders, royalty income, primary market orders, and mint fees. It returns details about the NFT network, token IDs, contract addresses, transaction times, trade amounts, and the currencies used in the transactions.

page number endTime number startTime number recvWindow number
BinanceGetNFTDepositHistory
annotations: none low

Retrieves NFT deposit history, including network, contract address, token ID, transaction ID (if available), and timestamps.

page number endTime number startTime number recvWindow number
BinanceOptionsRenewListenKey
annotations: none low

Extend the validity of an options listen key by 60 minutes. Should be called periodically to keep the user data stream active.

listenKey string
BinanceOptionsDeleteListenKey
annotations: none low

Close/delete an options listen key. This will terminate the user data stream connection.

listenKey string
BinanceOptionsCreateListenKey
annotations: none low

Create a listen key for options user data stream. The listen key is used to subscribe to account updates via WebSocket.

BinanceOptionsCancelByUnderlying
annotations: none low

Cancel all open options orders for all contracts of an underlying asset (e.g., all BTC options). ⚠️ This will cancel ALL open orders for the underlying.

recvWindow number underlying string
get_function_selector
annotations: none low

Compute the 4-byte function selector for a Solidity function signature

BinanceOptionsGetUserTrades
annotations: none low

Get user

limit number fromId number symbol string endTime number startTime number recvWindow number underlying string
BinanceOptionsGetHistoryOrders
annotations: none low

Get historical options orders. Returns filled, cancelled, and expired orders.

limit number symbol string endTime number orderId number startTime number recvWindow number
BinanceOptionsCancelBatchOrders
annotations: none low

Cancel multiple options orders in a single request. Maximum 5 orders per request.

symbol string recvWindow number
BinanceOptionsBatchOrders
annotations: none low

Place multiple options orders in a single request. Maximum 5 orders per request. ⚠️ HIGH RISK: Options can expire worthless.

price string symbol string postOnly boolean quantity string recvWindow number reduceOnly boolean newClientOrderId string
BinanceOptionsNewOrder
annotations: none low

Place a new options order. Options trading allows you to buy/sell call and put contracts. ⚠️ HIGH RISK: Options can expire worthless.

isMmp boolean price string symbol string postOnly boolean quantity string recvWindow number reduceOnly boolean newClientOrderId string
BinanceOptionsCancelOrder
annotations: none low

Cancel an active options order by order ID or client order ID.

symbol string orderId number recvWindow number clientOrderId string
BinanceOptionsCancelAllOrders
annotations: none low

Cancel all open options orders for a specific symbol. ⚠️ This will cancel ALL open orders for the symbol.

symbol string recvWindow number
BinanceOptionsGetOpenOrders
annotations: none low

Get all open options orders. Can filter by symbol or underlying asset.

symbol string recvWindow number underlying string
BinanceOptionsExerciseHistory
annotations: none low

Get the exercise history for options contracts. Shows historical exercise records and settlement prices.

limit number endTime number startTime number underlying string
BinanceOptionsKlines
annotations: none low

Get kline/candlestick data for an options contract. Returns OHLCV data for technical analysis.

limit number symbol string endTime number startTime number
BinanceOptionsTime
annotations: none low

Get the current server time from the Options API.

BinanceOptionsPing
annotations: none low

Test connectivity to the Options API. Returns empty object if successful.

BinanceOptionsHistoricalTrades
annotations: none low

Get older market trades for an options contract. Requires API key.

limit number fromId number symbol string
BinanceOptionsMark
annotations: none low

Get the mark price for options contracts. Mark price is used for liquidation and margin calculations.

symbol string
BinanceOptionsTrades
annotations: none low

Get recent trades for an options contract. Shows the most recent executed trades.

limit number symbol string
BinanceOptionsTicker
annotations: none low

Get 24hr ticker price change statistics for options contracts. Returns price change, volume, and other trading stats.

symbol string
BinanceOptionsDepth
annotations: none low

Get the order book depth for an options contract. Shows current bids and asks at various price levels.

limit number symbol string
BinanceOptionsIndex
annotations: none low

Get the current index price for the underlying asset. The index price is used as a reference for options pricing.

underlying string
BinanceOptionsExchangeInfo
annotations: none low

Get current exchange trading rules and symbol information for options. Returns available option contracts, trading pairs, and their specifications.

BinanceOptionsGetIncomeAsynId
annotations: none low

Get the download URL for options income history using a download ID from BinanceOptionsGetIncomeAsyn.

downloadId string recvWindow number
BinanceOptionsGetPosition
annotations: none low

Get current options positions. Shows all active option contracts held.

symbol string recvWindow number underlying string
BinanceOptionsGetBillHistory
annotations: none low

Get options account funding flow (bill history). Shows transfers, fees, PnL, and other account activities.

limit number endTime number currency string recordId number startTime number recvWindow number
BinanceOptionsGetAccount
annotations: none low

Get options account information including balances and Greeks.

recvWindow number
BinanceSimpleEarnFlexibleSubscriptionPreview
annotations: none low

Preview a flexible product subscription before committing. Shows expected rewards and next interest date.

amount number productId string recvWindow number
BinanceSimpleEarnFlexibleSubscribe
annotations: none low

Subscribe to a Simple Earn Flexible product to earn daily rewards. Funds can be redeemed anytime. 💰 Start earning passive income on your crypto!

amount number productId string recvWindow number autoSubscribe boolean
BinanceSimpleEarnFlexibleRateHistory
annotations: none low

Get historical APR rates for a flexible product. Useful for analyzing rate trends and making informed investment decisions.

size number current number endTime number productId string startTime number recvWindow number
BinanceSimpleEarnFlexibleProductList
annotations: none low

Get available Simple Earn Flexible products. Returns product details including APR, minimum purchase amount, and availability status.

size number asset string current number recvWindow number
BinanceSimpleEarnFlexiblePosition
annotations: none low

Get your current Simple Earn Flexible positions. Shows subscribed amount, cumulative rewards, and APR for each product.

size number asset string current number productId string recvWindow number
BinanceSimpleEarnFlexibleSubscriptionRecord
annotations: none low

Get your flexible product subscription history. Shows all past subscriptions with amounts, dates, and status.

size number asset string current number endTime number productId string startTime number purchaseId string recvWindow number
BinanceSimpleEarnFlexibleRedemptionRecord
annotations: none low

Get your flexible product redemption history. Shows all past redemptions with amounts, dates, and status.

size number asset string current number endTime number redeemId string productId string startTime number recvWindow number
BinanceSimpleEarnFlexibleRedeem
annotations: none low

Redeem from a Simple Earn Flexible product. Funds are returned to your spot wallet. 💸 Instant redemption available!

amount number productId string redeemAll boolean recvWindow number
BinanceSimpleEarnRewardRecord
annotations: none low

Get your reward distribution history. Shows all rewards earned from Simple Earn products.

size number asset string current number endTime number productId string startTime number recvWindow number
BinanceSimpleEarnCollateralRecord
annotations: none low

Get your collateral record history for flexible products used as collateral.

size number asset string current number endTime number productId string startTime number recvWindow number
BinanceSimpleEarnAccount
annotations: none low

Get your Simple Earn account overview. Shows total amounts in flexible and locked products, and pending rewards.

recvWindow number
BinanceGetFlexibleProductPosition
annotations: none low

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

size number asset string productId string recvWindow number
BinanceSimpleEarnLockedPersonalQuota
annotations: none low

Get your personal subscription quota for a locked product. Shows remaining quota available to subscribe.

projectId string recvWindow number
get_event_topic
annotations: none low

Compute the topic0 hash for a Solidity event signature

BinanceSimpleEarnLockedSubscriptionPreview
annotations: none low

Preview a locked product subscription before committing. Shows expected rewards, lock duration, and maturity date.

amount number projectId string recvWindow number autoSubscribe boolean
BinanceSimpleEarnLockedRedeem
annotations: none low

Redeem from a Simple Earn Locked product. ⚠️ Early redemption may forfeit rewards. Check product terms first.

positionId string recvWindow number
BinanceSimpleEarnLockedSubscribe
annotations: none low

Subscribe to a Simple Earn Locked product. ⚠️ Funds will be locked for the specified duration. Higher APR than flexible products!

amount number projectId string recvWindow number autoSubscribe boolean
BinanceSimpleEarnLockedSubscriptionRecord
annotations: none low

Get your locked product subscription history. Shows all past subscriptions with amounts, dates, and status.

size number asset string current number endTime number startTime number purchaseId string recvWindow number
BinanceSimpleEarnLockedRedemptionRecord
annotations: none low

Get your locked product redemption history. Shows all redemptions including early redemptions and matured positions.

size number asset string current number endTime number redeemId string startTime number positionId string recvWindow number
BinanceSimpleEarnLockedProductList
annotations: none low

Get available Simple Earn Locked products. Locked products offer higher APR in exchange for locking funds for a fixed duration.

size number asset string current number recvWindow number
BinanceSimpleEarnLockedPosition
annotations: none low

Get your current Simple Earn Locked positions. Shows locked amount, rewards, maturity date, and APR.

size number asset string current number projectId string positionId string recvWindow number
BinanceSimpleEarnLockedSetAutoSubscribe
annotations: none low

Enable or disable auto-subscribe for a locked position. When enabled, funds automatically re-subscribe when the lock period ends.

positionId string recvWindow number autoSubscribe boolean
BinanceSubscribeFlexibleProduct
annotations: none low

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

amount number productId string recvWindow number autoSubscribe boolean
BinanceRedeemFlexibleProduct
annotations: none low

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

amount number productId string redeemAll boolean recvWindow number
BinancePayQueryOrder
annotations: none low

Query the status of a Binance Pay order. Check if payment has been received.

prepayId string merchantId string recvWindow number merchantTradeNo string
BinancePayCreateOrder
annotations: none low

Create a Binance Pay order for receiving crypto payments. Generate payment links for e-commerce or P2P transactions. 💳

orderId string currency string goodsName string merchantId string recvWindow number description string goodsDetail string totalAmount string
BinancePayGetHistory
annotations: none low

Get your Binance Pay transaction history. Shows all Pay transactions including C2C transfers, merchant payments, and refunds.

limit number endTime number startTime number recvWindow number
BinanceGetPayTradeHistory
annotations: none low

Retrieve Binance Pay trade history using GET to fetch transaction records such as C2C transfers, merchant payments, crypto box activity, refunds, payouts, and remittance details.

endTime number startTime number recvWindow number
BinanceGiftCardCreateDualToken
annotations: none low

Create a dual-token Binance Gift Card. Allows creating a gift card using one token that the recipient will receive as another token.

discount number baseToken string faceToken string recvWindow number baseTokenAmount string
BinanceFuturesTickerBookTicker
annotations: none low

Get best price/qty on the order book for USD-M Futures symbol(s).

symbol string
BinanceGiftCardCreate
annotations: none low

Create a Binance Gift Card. The card will be deducted from your spot wallet balance.

token string amount string recvWindow number
BinanceGiftCardBuyCode
annotations: none low

Buy a Binance Gift Card code with a specific token. You can buy gift cards using one token to create a card for another token.

baseToken string faceToken string recvWindow number baseTokenAmount string
BinanceGiftCardRsaPublicKey
annotations: none low

Get RSA public key for encrypting gift card codes in external integrations.

recvWindow number
BinanceGiftCardTokenLimit
annotations: none low

Get token limit information for Binance Gift Card creation. Shows minimum and maximum amounts.

baseToken string recvWindow number
BinanceGiftCardRedeemDualToken
annotations: none low

Redeem a dual-token Binance Gift Card.

code string recvWindow number externalUid string
BinanceGiftCardRedeem
annotations: none low

Redeem a Binance Gift Card. The tokens will be credited to your spot wallet.

code string recvWindow number externalUid string
BinanceGiftCardVerify
annotations: none low

Verify a Binance Gift Card code. Check if the code is valid and see its details before redeeming.

recvWindow number referenceNo string
BinanceAutoInvestChangeIndexPlanStatus
annotations: none low

Change the status of an index-linked auto-invest plan (pause/resume).

indexId number recvWindow number
BinanceAutoInvestGetIndexLinkedPlanPositionDetails
annotations: none low

Get position details for an index-linked auto-invest plan.

indexId number recvWindow number
BinanceCopyTradingUnfollow
annotations: none low

Stop following a lead trader. This will stop copying their trades but won

recvWindow number portfolioId string
BinanceCopyTradingGetPositions
annotations: none low

Get current copy trading positions. Shows open positions from following lead traders.

symbol string recvWindow number portfolioId string
BinanceCopyTradingGetOrders
annotations: none low

Get copy trading orders. Shows orders that were placed as a result of following lead traders.

symbol string endTime number pageSize number startTime number pageNumber number recvWindow number portfolioId string
BinanceCopyTradingGetFollowing
annotations: none low

Get list of traders you are currently following in copy trading.

recvWindow number
BinanceCopyTradingFollow
annotations: none low

Start following a lead trader in copy trading. ⚠️ WARNING: This will automatically copy their trades. You are trusting another trader with your capital. Past performance does not guarantee future results.

copyRatio number recvWindow number fixedAmount string portfolioId string stopLossRatio number takeProfitRatio number
BinanceCopyTradingGetLeaders
annotations: none low

Get a list of lead traders available for copy trading. Shows their performance metrics and follower count.

pageSize number pageNumber number recvWindow number
BinanceCopyTradingGetPerformance
annotations: none low

Get detailed performance statistics for a specific lead trader. Includes ROI, win rate, PnL history.

recvWindow number portfolioId string
BinanceCryptoLoansFlexibleBorrowHistory
annotations: none low

Get borrow history for flexible loans. Shows all past and current borrow transactions.

limit number current number endTime number loanCoin string startTime number recvWindow number collateralCoin string
BinanceCryptoLoansFlexibleRepay
annotations: none low

Repay a flexible crypto loan. Repaying reduces your debt and unlocks collateral proportionally.

loanCoin string recvWindow number repayAmount string fullRepayment boolean collateralCoin string collateralReturn boolean
BinanceCryptoLoansFlexibleCollateral
annotations: none low

Get list of assets that can be used as collateral for flexible loans. Shows LTV ratios and collateral limits.

recvWindow number collateralCoin string
BinanceCryptoLoansFlexibleRepayHistory
annotations: none low

Get repayment history for flexible loans. Shows all past repayment transactions.

limit number current number endTime number loanCoin string startTime number recvWindow number collateralCoin string
BinanceCryptoLoansFlexibleOngoing
annotations: none low

Get all ongoing flexible loan orders. Shows current loans with principal, interest, collateral, and LTV information.

limit number current number loanCoin string recvWindow number collateralCoin string
BinanceCryptoLoansFlexibleBorrow
annotations: none low

Borrow crypto using a flexible loan. ⚠️ WARNING: Your collateral will be locked. Interest accrues daily. If LTV ratio exceeds threshold, liquidation may occur.

loanCoin string loanAmount string recvWindow number collateralCoin string collateralAmount string
BinanceCryptoLoansFlexibleAssets
annotations: none low

Get list of assets available for flexible crypto loans. Shows borrowable assets with interest rates and limits.

loanCoin string recvWindow number
BinanceCryptoLoansFlexibleAdjustLTV
annotations: none low

Adjust LTV (Loan-to-Value) ratio by adding or removing collateral. Lower LTV reduces liquidation risk.

loanCoin string recvWindow number collateralCoin string adjustmentAmount string
BinanceCryptoLoansFixedBorrowHistory
annotations: none low

Get borrow history for fixed-term loans.

limit number current number endTime number orderId number loanCoin string startTime number recvWindow number collateralCoin string
BinanceCryptoLoansFixedRepay
annotations: none low

Repay a fixed-term crypto loan. Repaying unlocks your collateral.

amount string orderId number recvWindow number collateralReturn boolean
BinanceCryptoLoansFixedRepayHistory
annotations: none low

Get repayment history for fixed-term loans.

limit number current number endTime number orderId number loanCoin string startTime number recvWindow number collateralCoin string
BinanceCryptoLoansFixedAssets
annotations: none low

Get list of assets available for fixed-term crypto loans. Shows borrowable assets with interest rates, terms, and limits.

loanCoin string vipLevel number recvWindow number
BinanceCryptoLoansFixedOngoing
annotations: none low

Get ongoing fixed-term loan orders. Shows current loans with term, principal, interest, and LTV.

limit number current number orderId number loanCoin string recvWindow number collateralCoin string
BinanceCryptoLoansFixedBorrow
annotations: none low

Borrow crypto using a fixed-term loan. ⚠️ WARNING: Fixed loans have a specific term. Your collateral is locked until repayment. Failure to repay may result in liquidation.

loanCoin string loanTerm number loanAmount string recvWindow number collateralCoin string collateralAmount string
BinanceCryptoLoansFixedCollateralRate
annotations: none low

Check the collateral repay rate for a specific loan and collateral pair. Useful for planning repayments.

loanCoin string recvWindow number repayAmount string collateralCoin string
BinanceCryptoLoansFixedCollateral
annotations: none low

Get list of collateral assets for fixed-term loans. Shows LTV ratios and limits.

vipLevel number recvWindow number collateralCoin string
BinanceCryptoLoansFixedMarginCall
annotations: none low

Customize margin call threshold for a loan. Set when you want to be notified about LTV changes.

orderId number marginCall number recvWindow number
BinanceCryptoLoansFixedAdjustLTV
annotations: none low

Adjust LTV for a fixed-term loan by adding or removing collateral.

amount string orderId number recvWindow number
BinanceSubAccountAssets
annotations: none low

Get detailed asset balances for a specific sub-account. Shows all tokens and their free/locked amounts.

email string recvWindow number
BinanceFuturesOpenInterest
annotations: none low

Get current open interest for USD-M Futures symbol.

symbol string
BinanceSubAccountFuturesSummary
annotations: none low

Get futures account summary for all sub-accounts. Returns total initial margin, maintenance margin, and unrealized PnL.

recvWindow number
BinanceSubAccountMarginSummary
annotations: none low

Get margin account summary for all sub-accounts. Returns margin level, total assets, and liability information.

recvWindow number
BinanceSubAccountFuturesPositionRisk
annotations: none low

Get futures position risk for a sub-account. Shows all open positions with entry price, leverage, unrealized PnL, and liquidation price.

email string recvWindow number
BinanceSubAccountSpotSummary
annotations: none low

Get spot account summary for all sub-accounts. Returns aggregated BTC value of all sub-account spot wallets.

page number size number email string recvWindow number
BinanceSubAccountEnableMargin
annotations: none low

Enable margin trading for a sub-account. ⚠️ WARNING: Margin trading involves leverage and carries significant risk of loss. Only enable if you understand the risks.

email string recvWindow number
BinanceSubAccountCreate
annotations: none low

Create a new virtual sub-account under your master account. Sub-accounts are useful for separating trading strategies or managing funds for different purposes. ⚠️ Requires master account permissions.

recvWindow number subAccountString string
BinanceSubAccountList
annotations: none low

Get a list of all sub-accounts under your master account. Returns email, status, and creation time for each sub-account.

page number email string limit number recvWindow number
BinanceSubAccountApiPermission
annotations: none low

Get API key permissions for a sub-account. Shows what operations the API key is allowed to perform.

email string recvWindow number subAccountApiKey string
BinanceSubAccountEnableFutures
annotations: none low

Enable futures trading for a sub-account. ⚠️ WARNING: Futures trading involves leverage and carries significant risk of total loss. Only enable if you understand the risks.

email string recvWindow number
BinanceSubAccountStatus
annotations: none low

Get the status of a sub-account including enabled features (margin, futures, etc.) and trading permissions.

email string recvWindow number
BinanceSubAccountUniversalTransfer
annotations: none low

Universal transfer between master account and sub-accounts, supporting various account types (spot, margin, futures, etc.).

asset string amount number symbol string toEmail string fromEmail string recvWindow number clientTranId string
BinanceSubAccountFuturesTransfer
annotations: none low

Internal transfer between sub-account futures accounts. Move assets between different sub-account futures wallets.

asset string amount number toEmail string fromEmail string recvWindow number
BinanceSubAccountTransferHistory
annotations: none low

Get transfer history for sub-accounts. Shows all internal transfers between master and sub-accounts.

asset string limit number endTime number startTime number recvWindow number
BinanceSubAccountTransferToMaster
annotations: none low

Transfer assets from a sub-account back to the master account.

asset string amount number recvWindow number
BinanceSubAccountTransferToSub
annotations: none low

Transfer assets from one sub-account to another sub-account. Both accounts must belong to the same master account.

asset string amount number toEmail string recvWindow number
BinanceSubAccountDepositAddress
annotations: none low

Get deposit address for a sub-account. Returns the address and tag/memo if required for the specified asset and network.

coin string email string network string recvWindow number
BinanceSubAccountDepositHistory
annotations: none low

Get deposit history for a sub-account. Shows all incoming deposits with status, txid, and confirmation details.

coin string email string limit number offset number endTime number startTime number recvWindow number
defi_get_chains
annotations: none low

Get TVL data for all blockchain networks. Shows total DeFi TVL on each chain.

BinanceCrossMarginDustLog
annotations: none low

Query dust conversion log for Cross Margin account.

endTime number startTime number recvWindow number
BinanceCrossMarginCapitalFlow
annotations: none low

Query cross margin capital flow records.

asset string limit number fromId number endTime number startTime number recvWindow number
BinanceCrossMarginSmallLiabilityExchange
annotations: none low

Convert small liabilities to BNB in Cross Margin account.

recvWindow number
BinanceCrossMarginTransfer
annotations: none low

Execute a cross margin account transfer. Transfer between spot and cross margin accounts.

asset string amount string recvWindow number
BinanceCrossMarginPairs
annotations: none low

Query all cross margin pairs available for trading.

symbol string
BinanceCrossMarginAllAssets
annotations: none low

Get all assets available for cross margin trading, including borrowable status, daily interest rates, and limits.

asset string recvWindow number
BinanceCrossMarginRepay
annotations: none low

Repay loan for Cross Margin account. Repay the borrowed asset with the specified amount.

asset string amount string symbol string recvWindow number
BinanceCrossMarginForceLiquidationRec
annotations: none low

Query force liquidation records in Cross Margin account.

size number current number endTime number startTime number recvWindow number isolatedSymbol string
BinanceCrossMarginAvailableInventory
annotations: none low

Query available inventory for margin borrowing.

recvWindow number
BinanceCrossMarginLoanRecord
annotations: none low

Query loan record for Cross Margin account.

size number txId number asset string current number endTime number archived boolean startTime number recvWindow number isolatedSymbol string
BinanceCrossMarginMaxTransferable
annotations: none low

Query maximum transferable amount for an asset in Cross Margin.

asset string recvWindow number isolatedSymbol string
BinanceCrossMarginCancelOrder
annotations: none low

Cancel an active order in Cross Margin account.

symbol string orderId number recvWindow number newClientOrderId string origClientOrderId string
BinanceCrossMarginMyTrades
annotations: none low

Query trades for a specific symbol in Cross Margin account.

limit number fromId number symbol string endTime number orderId number startTime number recvWindow number
BinanceCrossMarginInterestRateHistory
annotations: none low

Query interest rate history for margin assets.

asset string endTime number vipLevel number startTime number recvWindow number
BinanceCrossMarginFee
annotations: none low

Query cross margin fee data for all assets or a specific asset.

coin string vipLevel number recvWindow number
BinanceCrossMarginPriceIndex
annotations: none low

Query margin price index for a specific symbol.

symbol string
BinanceCrossMarginSmallLiabilityExchangeHistory
annotations: none low

Query small liability exchange history in Cross Margin account.

size number current number endTime number startTime number recvWindow number
BinanceCrossMarginCancelAllOrders
annotations: none low

Cancel all open orders on a symbol in Cross Margin account.

symbol string recvWindow number
BinanceCrossMarginNewOrder
annotations: none low

Place a new order in Cross Margin account. Supports various order types including LIMIT, MARKET, STOP_LOSS, TAKE_PROFIT, etc.

price number symbol string quantity number stopPrice number icebergQty number recvWindow number quoteOrderQty number newClientOrderId string autoRepayAtCancel boolean
BinanceCrossMarginMaxBorrowable
annotations: none low

Query maximum borrowable amount for an asset in Cross Margin.

asset string recvWindow number isolatedSymbol string
BinanceCrossMarginDelist
annotations: none low

Query the margin delist schedule for upcoming delisting of cross margin pairs.

recvWindow number
BinanceCrossMarginAccount
annotations: none low

Query Cross Margin account details including balances, margin level, and collateral info.

recvWindow number
BinanceCrossMarginInterestHistory
annotations: none low

Query interest history for Cross Margin account.

size number asset string current number endTime number archived boolean startTime number recvWindow number isolatedSymbol string
BinanceCrossMarginOpenOrders
annotations: none low

Query current open orders in Cross Margin account.

symbol string recvWindow number
BinanceCrossMarginRepayRecord
annotations: none low

Query repay record for Cross Margin account.

size number txId number asset string current number endTime number archived boolean startTime number recvWindow number isolatedSymbol string
BinanceCrossMarginAllOrders
annotations: none low

Query all orders (open and closed) in Cross Margin account for a specific symbol.

limit number symbol string endTime number orderId number startTime number recvWindow number
BinanceCrossMarginBorrow
annotations: none low

Borrow assets in Cross Margin account. Apply for a loan with the specified asset and amount.

asset string amount string symbol string recvWindow number
BinanceMarginNewOco
annotations: none low

Place a new OCO (One-Cancels-the-Other) order in Margin account. Creates both a stop-loss and take-profit order simultaneously. ⚠️ WARNING: OCO orders involve leverage and carry liquidation risk.

price number symbol string quantity number stopPrice number recvWindow number stopIcebergQty number stopLimitPrice number limitIcebergQty number autoRepayAtCancel boolean listClientOrderId string stopClientOrderId string limitClientOrderId string
BinanceMarginGetOco
annotations: none low

Query a specific OCO (One-Cancels-the-Other) order in Margin account by orderListId or listClientOrderId.

symbol string recvWindow number orderListId number origClientOrderId string
BinanceMarginCancelOco
annotations: none low

Cancel an entire OCO (One-Cancels-the-Other) order in Margin account. Both legs will be cancelled.

symbol string recvWindow number orderListId number newClientOrderId string listClientOrderId string
BinanceMarginGetAllOco
annotations: none low

Query all OCO (One-Cancels-the-Other) orders in Margin account, both open and closed.

limit number fromId number symbol string endTime number startTime number recvWindow number
BinanceMarginGetOpenOco
annotations: none low

Query all open OCO (One-Cancels-the-Other) orders in Margin account.

symbol string recvWindow number
BinanceIsolatedMarginTierData
annotations: none low

Query isolated margin tier data for margin level brackets and limits.

tier number symbol string recvWindow number
BinanceIsolatedMarginOpenOrders
annotations: none low

Query current open orders in isolated margin account.

symbol string recvWindow number
BinanceIsolatedMarginAllOrders
annotations: none low

Query all orders (open and closed) in isolated margin account for a specific symbol.

limit number symbol string endTime number orderId number startTime number recvWindow number
BinanceIsolatedMarginFee
annotations: none low

Query isolated margin fee data for all symbols or a specific symbol.

symbol string vipLevel number recvWindow number
market_coingecko_categories_list
annotations: none low

Get list of all coin categories with IDs

BinanceIsolatedMarginTransferHistory
annotations: none low

Query isolated margin transfer history.

size number asset string symbol string current number endTime number archived boolean startTime number recvWindow number
BinanceIsolatedMarginRepay
annotations: none low

Repay borrowed assets in isolated margin account.

asset string amount string symbol string recvWindow number
BinanceIsolatedMarginAccount
annotations: none low

Query isolated margin account details for all symbols or a specific symbol.

symbols string recvWindow number
BinanceIsolatedMarginMyTrades
annotations: none low

Query trades for a specific symbol in isolated margin account.

limit number fromId number symbol string endTime number orderId number startTime number recvWindow number
BinanceDisableIsolatedMarginAccount
annotations: none low

Disable isolated margin account for a specific symbol. All assets must be transferred out first.

symbol string recvWindow number
BinanceIsolatedMarginAllSymbols
annotations: none low

Query all isolated margin symbols available for trading.

recvWindow number
BinanceIsolatedMarginBorrow
annotations: none low

Borrow assets in isolated margin account for a specific symbol.

asset string amount string symbol string recvWindow number
BinanceIsolatedMarginNewOrder
annotations: none low

Place a new order in isolated margin account for a specific symbol.

price number symbol string quantity number stopPrice number icebergQty number recvWindow number quoteOrderQty number newClientOrderId string autoRepayAtCancel boolean
BinanceIsolatedMarginAccountLimit
annotations: none low

Query the maximum number of isolated margin accounts that can be opened.

recvWindow number
BinanceIsolatedMarginCancelOrder
annotations: none low

Cancel an active order in isolated margin account.

symbol string orderId number recvWindow number newClientOrderId string origClientOrderId string
BinanceIsolatedMarginTransfer
annotations: none low

Transfer assets to/from isolated margin account.

asset string amount number symbol string recvWindow number
BinanceIsolatedMarginSymbol
annotations: none low

Query isolated margin symbol information for a specific trading pair.

symbol string recvWindow number
BinanceEnableIsolatedMarginAccount
annotations: none low

Enable isolated margin account for a specific symbol.

symbol string recvWindow number
BinanceFuturesChangeMarginType
annotations: none low

Change margin type between ISOLATED and CROSSED for a USD-M Futures symbol. ISOLATED: Position uses its own margin. CROSSED: All positions share account margin.

symbol string recvWindow number
BinanceFuturesChangeLeverage
annotations: none low

Change the initial leverage for a USD-M Futures symbol. Max leverage depends on notional value tier. ⚠️ Higher leverage increases both profit potential and liquidation risk.

symbol string leverage number recvWindow number
BinanceFuturesOpenOrder
annotations: none low

Query a single open order. Either orderId or origClientOrderId must be provided.

symbol string orderId number origClientOrderId string
BinanceFuturesAllOrders
annotations: none low

Get all account orders (active, canceled, or filled) for a symbol. Returns orders from the last 7 days by default.

limit number symbol string endTime number orderId number startTime number
BinanceFuturesModifyIsolatedPositionMargin
annotations: none low

Add or reduce margin to/from an isolated margin position. Only works when margin type is ISOLATED.

amount string symbol string recvWindow number
BinanceFuturesCancelBatchOrders
annotations: none low

Cancel multiple USD-M Futures orders in batch (max 10 orders).

symbol string recvWindow number
BinanceFuturesGetAllOrders
annotations: none low

Get all USD-M Futures orders (active, canceled, or filled) for a symbol.

limit number symbol string endTime number orderId number startTime number recvWindow number
BinanceFuturesBatchOrders
annotations: none low

Place multiple USD-M Futures orders in a batch (max 5 orders). ⚠️ RISK: Futures trading involves leverage and liquidation risk.

recvWindow number
BinanceFuturesModifyOrder
annotations: none low

Modify an existing USD-M Futures order. Can modify price, quantity, or both.

price string symbol string orderId number quantity string recvWindow number origClientOrderId string
BinanceFuturesChangeMultiAssetsMode
annotations: none low

Change Multi-Assets Mode setting. When enabled, margin from multiple assets (USDT, BUSD) can be used to avoid liquidation.

recvWindow number multiAssetsMargin boolean
BinanceFuturesOpenOrders
annotations: none low

Get all current open orders. If symbol is provided, returns orders for that symbol only. Otherwise returns all open orders (use with caution due to rate limits).

symbol string
BinanceFuturesCancelAllOpenOrders
annotations: none low

Cancel all open orders for a symbol. Use with caution as this cancels ALL open orders.

symbol string
BinanceFuturesNewOrder
annotations: none low

Place a new USD-M Futures order. Supports LIMIT, MARKET, STOP, TAKE_PROFIT, and TRAILING_STOP_MARKET orders. ⚠️ RISK: Futures trading involves leverage and liquidation risk.

price string symbol string quantity string stopPrice string recvWindow number reduceOnly boolean callbackRate string priceProtect boolean closePosition boolean activationPrice string newClientOrderId string
BinanceFuturesCancelOrder
annotations: none low

Cancel a specific USD-M Futures order by orderId or origClientOrderId.

symbol string orderId number recvWindow number origClientOrderId string
BinanceFuturesCancelAllOrders
annotations: none low

Cancel all open USD-M Futures orders for a symbol. ⚠️ This will cancel ALL open orders for the specified symbol.

symbol string recvWindow number
BinanceFuturesGetOrder
annotations: none low

Query a specific USD-M Futures order by orderId or origClientOrderId.

symbol string orderId number recvWindow number origClientOrderId string
BinanceFuturesPositionMarginHistory
annotations: none low

Get the history of isolated position margin changes (additions and reductions).

limit number symbol string endTime number startTime number recvWindow number
BinanceFuturesCountdownCancelAll
annotations: none low

Set auto-cancel all open orders after countdown. Use as dead man

symbol string recvWindow number countdownTime number
BinanceFuturesGetOpenOrder
annotations: none low

Query a specific open USD-M Futures order by orderId or origClientOrderId.

symbol string orderId number recvWindow number origClientOrderId string
BinanceFuturesChangePositionMode
annotations: none low

Change position mode between Hedge Mode and One-way Mode. HEDGE: Can hold both LONG and SHORT positions simultaneously. ONE-WAY: Only one direction at a time (positionSide=BOTH).

recvWindow number dualSidePosition boolean
BinanceFuturesGetOpenOrders
annotations: none low

Get all open USD-M Futures orders for a symbol or all symbols.

symbol string recvWindow number
BinanceFuturesCreateListenKey
annotations: none low

Create a new USD-M Futures user data stream listen key. The listen key is valid for 60 minutes and can be used to receive account updates via WebSocket. Must be kept alive with keepAlive endpoint.

recvWindow number
BinanceFuturesCloseListenKey
annotations: none low

Close a USD-M Futures user data stream listen key. This invalidates the listen key and closes the associated WebSocket stream.

listenKey string recvWindow number
BinanceFuturesKeepAliveListenKey
annotations: none low

Keepalive a USD-M Futures user data stream listen key. Extends the validity by 60 minutes. Should be called every 30-50 minutes to maintain the connection.

listenKey string recvWindow number
BinanceFuturesTopLongShortPositionRatio
annotations: none low

Get top trader long/short position ratio for USD-M Futures.

limit number symbol string endTime number startTime number
BinanceFuturesTopLongShortAccountRatio
annotations: none low

Get top trader long/short account ratio for USD-M Futures.

limit number symbol string endTime number startTime number
BinanceFuturesTakerLongShortRatio
annotations: none low

Get taker long/short ratio (buy/sell volume) for USD-M Futures.

limit number symbol string endTime number startTime number
BinanceFuturesKlines
annotations: none low

Get kline/candlestick data for a USD-M Futures symbol.

limit number symbol string endTime number startTime number
BinanceFuturesIndexPriceKlines
annotations: none low

Get index price kline data for USD-M Futures.

pair string limit number endTime number startTime number
BinanceFuturesTickerPrice
annotations: none low

Get latest price for a USD-M Futures symbol or all symbols.

symbol string
BinanceFuturesTime
annotations: none low

Get current USD-M Futures server time.

BinanceFuturesPing
annotations: none low

Test connectivity to the USD-M Futures REST API.

BinanceFuturesFundingInfo
annotations: none low

Get funding rate info for all perpetual symbols on USD-M Futures.

BinanceFuturesHistoricalTrades
annotations: none low

Get older trades for a USD-M Futures symbol.

limit number fromId number symbol string
BinanceFuturesOpenInterestHist
annotations: none low

Get historical open interest statistics for USD-M Futures.

limit number symbol string endTime number startTime number
BinanceFuturesTrades
annotations: none low

Get recent trades for a USD-M Futures symbol.

limit number symbol string
BinanceFuturesMarkPriceKlines
annotations: none low

Get mark price kline data for USD-M Futures.

limit number symbol string endTime number startTime number
BinanceFuturesTicker24hr
annotations: none low

Get 24 hour rolling window price change statistics for USD-M Futures.

symbol string
BinanceFuturesAggTrades
annotations: none low

Get compressed aggregate trades for a USD-M Futures symbol.

limit number fromId number symbol string endTime number startTime number
BinanceFuturesGlobalLongShortAccountRatio
annotations: none low

Get global long/short account ratio for USD-M Futures.

limit number symbol string endTime number startTime number
BinanceFuturesPremiumIndex
annotations: none low

Get mark price and funding rate for USD-M Futures symbols.

symbol string
BinanceFuturesAssetIndex
annotations: none low

Get asset index for Multi-Asset margin mode.

symbol string
BinanceFuturesLvtKlines
annotations: none low

Get historical BLVT NAV Kline/candlestick data.

limit number symbol string endTime number startTime number
BinanceFuturesDepth
annotations: none low

Get order book depth data for a USD-M Futures symbol.

limit number symbol string
BinanceFuturesExchangeInfo
annotations: none low

Get current USD-M Futures exchange trading rules and symbol information.

BinanceFuturesIndexInfo
annotations: none low

Get composite index symbol information for USD-M Futures.

symbol string
BinanceFuturesContinuousKlines
annotations: none low

Get continuous contract kline data for USD-M Futures.

pair string limit number endTime number startTime number
defi_get_chain_tvl
annotations: none low

Get historical TVL data for a specific blockchain.

chain string
BinanceFuturesFundingRate
annotations: none low

Get funding rate history for USD-M Futures.

limit number symbol string endTime number startTime number
BinanceFuturesCommissionRate
annotations: none low

Get user commission rate for a USD-M Futures symbol.

symbol string recvWindow number
BinanceFuturesLeverageBracket
annotations: none low

Get notional and leverage brackets for USD-M Futures symbols.

symbol string recvWindow number
BinanceFuturesADLQuantile
annotations: none low

Get Position ADL (Auto-Deleveraging) Quantile estimation for USD-M Futures.

symbol string recvWindow number
BinanceFuturesApiTradingStatus
annotations: none low

Get API trading quantitative rules indicators for USD-M Futures.

symbol string recvWindow number
BinanceFuturesUserTrades
annotations: none low

Get trades for a specific USD-M Futures account and symbol.

limit number fromId number symbol string endTime number orderId number startTime number recvWindow number
BinanceFuturesForceOrders
annotations: none low

Get user

limit number symbol string endTime number startTime number recvWindow number
BinanceFuturesAccount
annotations: none low

Get current USD-M Futures account information including positions, balances, and unrealized PnL.

recvWindow number
BinanceFuturesDownloadId
annotations: none low

Get download ID for USD-M Futures transaction history.

endTime number startTime number recvWindow number
BinanceFuturesGetMultiAssetsMode
annotations: none low

Get current Multi-Assets Mode for USD-M Futures.

recvWindow number
BinanceFuturesBalance
annotations: none low

Get current USD-M Futures account balance information.

recvWindow number
BinanceFuturesModifyPositionMargin
annotations: none low

Add or reduce margin for an isolated position in USD-M Futures.

amount string symbol string recvWindow number
BinanceFuturesGetPositionMarginHistory
annotations: none low

Get position margin change history for a USD-M Futures symbol.

limit number symbol string endTime number startTime number recvWindow number
BinanceFuturesGetPositionMode
annotations: none low

Get current position mode (Hedge Mode or One-way Mode) for USD-M Futures.

recvWindow number
BinanceFuturesPositionRisk
annotations: none low

Get current position information for USD-M Futures.

symbol string recvWindow number
BinanceFuturesIncome
annotations: none low

Get income history for USD-M Futures account.

limit number symbol string endTime number startTime number recvWindow number
BinanceDeliveryChangeMarginType
annotations: none low

Change margin type between ISOLATED and CROSSED for COIN-M Futures.

symbol string recvWindow number
BinanceDeliveryChangeLeverage
annotations: none low

Change initial leverage for a COIN-M Futures symbol. ⚠️ Higher leverage = higher risk.

symbol string leverage number recvWindow number
BinanceDeliveryOpenOrder
annotations: none low

Query a single open COIN-M Futures order.

symbol string orderId number recvWindow number origClientOrderId string
BinanceDeliveryAllOrders
annotations: none low

Get all COIN-M Futures account orders (active, canceled, or filled).

pair string limit number symbol string endTime number orderId number startTime number recvWindow number
BinanceDeliveryModifyIsolatedPositionMargin
annotations: none low

Add or reduce margin to/from an isolated COIN-M Futures position.

amount string symbol string recvWindow number
BinanceDeliveryCancelBatchOrders
annotations: none low

Cancel multiple COIN-M Futures orders in batch (max 10).

symbol string recvWindow number orderIdList string origClientOrderIdList string
BinanceDeliveryGetAllOrders
annotations: none low

Get all COIN-M Futures orders (active, canceled, filled) for a symbol.

pair string limit number symbol string endTime number orderId number startTime number recvWindow number
BinanceDeliveryBatchOrders
annotations: none low

Place multiple COIN-M Futures orders in batch (max 5 orders).

batchOrders string
BinanceDeliveryOpenOrders
annotations: none low

Get all current open COIN-M Futures orders.

pair string symbol string recvWindow number
BinanceDeliveryNewOrder
annotations: none low

Place a new COIN-M Futures (Delivery) order. COIN-M futures are settled in the coin itself (e.g., BTC). ⚠️ RISK: Futures trading involves leverage and liquidation risk.

price string symbol string quantity string stopPrice string recvWindow number reduceOnly boolean callbackRate string priceProtect boolean closePosition boolean activationPrice string newClientOrderId string
BinanceDeliveryCancelOrder
annotations: none low

Cancel an active COIN-M Futures order.

symbol string orderId number recvWindow number origClientOrderId string
BinanceDeliveryCancelAllOrders
annotations: none low

Cancel all open COIN-M Futures orders for a symbol. ⚠️ Use with caution!

symbol string recvWindow number
BinanceDeliveryGetOrder
annotations: none low

Query a specific COIN-M Futures order

symbol string orderId number recvWindow number origClientOrderId string
BinanceDeliveryCountdownCancelAll
annotations: none low

Set countdown timer to cancel all COIN-M orders. Dead man

symbol string recvWindow number countdownTime number
BinanceDeliveryChangePositionMode
annotations: none low

Change COIN-M Futures position mode between Hedge Mode and One-way Mode.

recvWindow number dualSidePosition boolean
BinanceDeliveryCreateListenKey
annotations: none low

Create a new COIN-M Futures user data stream listen key. The listen key is valid for 60 minutes and can be used to receive account updates via WebSocket.

recvWindow number
BinanceDeliveryCloseListenKey
annotations: none low

Close a COIN-M Futures user data stream listen key.

listenKey string recvWindow number
BinanceDeliveryKeepAliveListenKey
annotations: none low

Keep alive a COIN-M Futures user data stream listen key. Extends validity by 60 minutes. Should be called at least every 60 minutes to prevent timeout.

listenKey string recvWindow number
BinanceDeliveryOpenInterest
annotations: none low

Get present open interest for a specific COIN-M Futures contract.

symbol string
BinanceDeliveryKlines
annotations: none low

Get kline/candlestick data for a COIN-M Futures symbol.

limit number symbol string endTime number startTime number
BinanceDeliveryIndexPriceKlines
annotations: none low

Get index price kline/candlestick data for a COIN-M Futures pair.

pair string limit number endTime number startTime number
BinanceDeliveryTickerBookTicker
annotations: none low

Get best bid/ask price and quantity for COIN-M Futures symbol(s).

pair string symbol string
BinanceDeliveryTickerPrice
annotations: none low

Get latest price for COIN-M Futures symbol(s).

pair string symbol string
BinanceDeliveryTime
annotations: none low

Get the current server time from COIN-M Futures API.

BinanceDeliveryPing
annotations: none low

Test connectivity to the COIN-M Futures API. Returns empty object if successful.

defi_get_chain_protocols
annotations: none low

Get all protocols on a specific chain with their TVL.

chain string
BinanceDeliveryHistoricalTrades
annotations: none low

Get older market historical trades for a COIN-M Futures symbol. Requires API key.

limit number fromId number symbol string
BinanceDeliveryOpenInterestHist
annotations: none low

Get historical open interest for a COIN-M Futures pair. Requires VIP 2+ or higher.

pair string limit number endTime number startTime number
BinanceDeliveryTrades
annotations: none low

Get recent trades for a COIN-M Futures symbol.

limit number symbol string
BinanceDeliveryMarkPriceKlines
annotations: none low

Get mark price kline/candlestick data for a COIN-M Futures symbol. Mark price is used for liquidation calculations.

limit number symbol string endTime number startTime number
BinanceDelivery24hrTicker
annotations: none low

Get 24hr rolling window price change statistics for COIN-M Futures.

pair string symbol string
BinanceDeliveryAggTrades
annotations: none low

Get compressed/aggregate trades for a COIN-M Futures symbol. Trades that fill at the same time, from the same order, with the same price will be aggregated.

limit number fromId number symbol string endTime number startTime number
BinanceDeliveryPremiumIndex
annotations: none low

Get mark price and funding rate for COIN-M Futures contracts.

symbol string
BinanceDeliveryDepth
annotations: none low

Get COIN-M Futures order book depth for a symbol.

limit number symbol string
BinanceDeliveryExchangeInfo
annotations: none low

Get COIN-M Futures exchange information including trading rules, symbol info, and rate limits.

BinanceDeliveryContinuousKlines
annotations: none low

Get continuous contract kline/candlestick data for a COIN-M Futures pair. Continuous contract uses the price of the current delivery period contract.

pair string limit number endTime number startTime number
BinanceDeliveryFundingRate
annotations: none low

Get funding rate history for a COIN-M Futures perpetual contract.

limit number symbol string endTime number startTime number
BinanceDeliveryCommissionRate
annotations: none low

Get user

symbol string recvWindow number
BinanceDeliveryLeverageBracket
annotations: none low

Get notional and leverage bracket information for COIN-M Futures. Shows max leverage at different position sizes.

pair string recvWindow number
BinanceDeliveryAdlQuantile
annotations: none low

Get ADL (Auto-Deleveraging) quantile estimation for COIN-M Futures positions. Higher values indicate higher priority for deleveraging.

symbol string recvWindow number
BinanceDeliveryUserTrades
annotations: none low

Get COIN-M Futures account trade history for a symbol.

pair string limit number fromId number symbol string endTime number startTime number recvWindow number
BinanceDeliveryForceOrders
annotations: none low

Get user

limit number symbol string endTime number startTime number recvWindow number
BinanceDeliveryAccount
annotations: none low

Get current COIN-M Futures account information including assets, positions, and risk metrics.

recvWindow number
BinanceDeliveryBalance
annotations: none low

Get current COIN-M Futures account balance.

recvWindow number
BinanceDeliveryPositionMode
annotations: none low

Get current COIN-M Futures position mode (Hedge Mode or One-way Mode).

recvWindow number
BinanceDeliveryPositionRisk
annotations: none low

Get current COIN-M Futures position information including unrealized PnL and liquidation price.

pair string recvWindow number marginAsset string
defi_get_yields
annotations: none low

Get yield/APY data for DeFi pools across all protocols. Filter by chain, project, or minimum TVL.

chain string minApy number minTvl number project string
BinanceDeliveryIncome
annotations: none low

Get COIN-M Futures income history including realized PnL, funding fees, commissions, etc.

limit number symbol string endTime number startTime number recvWindow number
get_proposal_details
annotations: none low

Get details of a governance proposal

proposalId string governorAddress string
cast_vote
annotations: none low

Cast a vote on a governance proposal

reason string proposalId string governorAddress string
get_voting_power
annotations: none low

Get voting power for an address at a specific block

address string blockNumber string governorAddress string
get_governance_params
annotations: none low

Get governance parameters like voting delay, period, and thresholds

governorAddress string
check_vote_eligibility
annotations: none low

Check if an address can vote on a proposal

address string proposalId string governorAddress string
calculate_proposal_id
annotations: none low

Calculate proposal ID from proposal parameters

descriptionHash string
queue_proposal
annotations: none low

Queue a successful proposal for execution (requires Timelock)

privateKey string descriptionHash string governorAddress string
execute_proposal
annotations: none low

Execute a queued proposal after timelock delay

privateKey string descriptionHash string governorAddress string
cancel_proposal
annotations: none low

Cancel a proposal (only proposer or if proposer

privateKey string descriptionHash string governorAddress string
delegate_votes
annotations: none low

Delegate voting power to an address (or self to activate)

delegatee string privateKey string tokenAddress string
get_delegation_info
annotations: none low

Get voting delegation information for an address

address string tokenAddress string
get_proposal_proposer
annotations: none low

Get the address that created a proposal

proposalId string governorAddress string
dex_get_networks
annotations: none low

REQUIRED FIRST STEP: Get all supported blockchain networks for DEX data. Always call this first to see available network IDs like

dex_get_network_dexes
annotations: none low

Get available DEXes on a specific network. First call dex_get_networks to see valid network IDs.

page number limit number network string
dex_get_network_pools
annotations: none low

PRIMARY POOL FUNCTION: Get top liquidity pools on a specific network sorted by volume, price, or transactions. This is the main way to get pool data.

page number limit number network string
dex_get_dex_pools
annotations: none low

Get pools from a specific DEX on a network. First use dex_get_networks, then dex_get_network_dexes to find valid DEX IDs.

dex string page number limit number network string
dex_get_pool_details
annotations: none low

Get detailed information about a specific liquidity pool including reserves, fees, and token information.

network string inversed boolean poolAddress string
dex_get_token_details
annotations: none low

Get detailed information about a token on a specific network including price, volume, and trading pairs.

network string tokenAddress string
dex_get_token_pools
annotations: none low

Get liquidity pools containing a specific token. Great for finding where a token is traded and its liquidity.

page number limit number network string reorder boolean pairedWith string tokenAddress string
dex_get_pool_ohlcv
annotations: none low

Get historical OHLCV (Open, High, Low, Close, Volume) price data for a pool. Essential for price analysis, charting, and backtesting.

end string limit number start string network string inversed boolean poolAddress string
dex_get_pool_transactions
annotations: none low

Get recent transactions for a liquidity pool including swaps, adds, and removes.

page number limit number cursor string network string poolAddress string
dex_search
annotations: none low

Search across ALL networks for tokens, pools, and DEXes by name, symbol, or address. Good starting point when you don

query string
dex_get_stats
annotations: none low

Get high-level statistics about the DexPaprika ecosystem: total networks, DEXes, pools, and tokens available.

dex_get_multi_prices
annotations: none low

Get batched prices for multiple tokens on a specific network. Efficient for portfolio valuations.

network string
geckoterminal_get_networks
annotations: none low

Get all blockchain networks supported by GeckoTerminal

page number
geckoterminal_get_dexes
annotations: none low

Get all DEXes on a specific network

page number network string
geckoterminal_trending_pools
annotations: none low

Get trending pools across all networks or on a specific network - hot new tokens and high activity pools

page number network string
geckoterminal_new_pools
annotations: none low

Get newly created pools across all networks or on a specific network - catch new token launches early

page number network string
geckoterminal_top_pools
annotations: none low

Get top pools on a specific network by various metrics

page number network string
geckoterminal_get_pool
annotations: none low

Get detailed information about a specific pool by address

network string poolAddress string
geckoterminal_get_multi_pools
annotations: none low

Get information for multiple pools in a single request (up to 30)

network string
geckoterminal_pool_ohlcv
annotations: none low

Get OHLCV (candlestick) data for a pool - essential for charting and technical analysis

limit number network string aggregate number poolAddress string
geckoterminal_pool_trades
annotations: none low

Get recent trades for a pool - watch whale activity and trade flow

network string poolAddress string tradeVolumeInUsdGreaterThan number
geckoterminal_get_token
annotations: none low

Get detailed token information including price, market cap, and metadata

network string tokenAddress string
geckoterminal_get_multi_tokens
annotations: none low

Get information for multiple tokens in a single request (up to 30)

network string
geckoterminal_token_pools
annotations: none low

Get top pools for a specific token - find liquidity and trading venues

page number network string tokenAddress string
geckoterminal_pool_tokens_info
annotations: none low

Get detailed information about both tokens in a pool

network string poolAddress string
geckoterminal_dex_pools
annotations: none low

Get pools for a specific DEX on a network

dex string page number network string
geckoterminal_search_pools
annotations: none low

Search for pools across all networks by token name, symbol, or address

page number query string network string
geckoterminal_global_dex_stats
annotations: none low

Get global DEX trading statistics and market overview

geckoterminal_simple_token_price
annotations: none low

Get simple token price by address - quick price lookup

network string
defi_get_protocols
annotations: none low

Get list of all DeFi protocols with TVL, chains, and categories. Returns comprehensive protocol data sorted by TVL.

defi_get_protocol
annotations: none low

Get detailed information about a specific DeFi protocol including TVL breakdown by chain, token, and historical data.

protocol string
defi_get_protocol_tvl
annotations: none low

Get historical TVL data for a protocol.

protocol string
defi_get_yield_pool
annotations: none low

Get detailed data for a specific yield pool including historical APY.

poolId string
defi_get_fees_overview
annotations: none low

Get fees/revenue overview for all DeFi protocols.

defi_get_protocol_fees
annotations: none low

Get detailed fees and revenue data for a specific protocol.

protocol string
defi_get_chain_fees
annotations: none low

Get fees/revenue data for a specific blockchain.

chain string
defi_get_dex_volume
annotations: none low

Get DEX trading volume overview across all protocols.

defi_get_dex_protocol_volume
annotations: none low

Get detailed volume data for a specific DEX.

protocol string
defi_get_chain_dex_volume
annotations: none low

Get DEX volume data for a specific blockchain.

chain string
defi_get_options_volume
annotations: none low

Get options trading volume across DeFi protocols.

defi_get_stablecoins
annotations: none low

Get list of all stablecoins with market cap, chain distribution, and peg data.

defi_get_stablecoin
annotations: none low

Get detailed data for a specific stablecoin including historical market cap.

stablecoinId number
defi_get_stablecoin_chains
annotations: none low

Get stablecoin market cap breakdown by blockchain.

defi_get_bridges
annotations: none low

Get list of all cross-chain bridges with volume data.

defi_get_bridge
annotations: none low

Get detailed data for a specific bridge including volume by chain.

bridgeId number
defi_get_bridge_volume
annotations: none low

Get historical bridge volume for a specific chain.

chain string
defi_get_liquidations
annotations: none low

Get liquidation data for lending protocols. Shows liquidatable positions at various price levels.

protocol string
defi_get_raises
annotations: none low

Get funding rounds and raises in the crypto/DeFi space.

defi_get_hacks
annotations: none low

Get historical DeFi hacks and exploits with amounts lost.

defi_get_oracles
annotations: none low

Get oracle TVL data - protocols secured by different price oracles.

defi_get_token_prices
annotations: none low

Get current prices for tokens by contract address. Supports multiple chains.

defi_get_token_price_history
annotations: none low

Get historical price for a token at a specific timestamp.

coin string timestamp number
defi_get_token_chart
annotations: none low

Get price chart data for a token over a time period.

end number coin string span number start number
defi_get_aggregators
annotations: none low

Get DEX aggregator volume data.

defi_get_perpetuals
annotations: none low

Get perpetual DEX volume and open interest data.

defi_get_perpetual_protocol
annotations: none low

Get detailed data for a specific perpetuals protocol.

protocol string
keccak256_hash
annotations: none low

Compute the Keccak-256 hash of a value. Used for hashing in Ethereum (function selectors, event topics, etc.)

value string
get_storage_at
annotations: none low

Read raw storage from a contract at a specific slot. Useful for reading private variables or understanding contract state.

address string
get_contract_bytecode
annotations: none low

Get the deployed bytecode of a contract. Returns empty if address is an EOA.

address string
generate_mnemonic
annotations: none low

Generate a new BIP-39 mnemonic phrase for wallet creation

derive_address_from_mnemonic
annotations: none low

Derive an address from a mnemonic phrase with optional HD path

mnemonic string
validate_address
annotations: none low

Validate an Ethereum address and return its checksum version

address string
encode_packed
annotations: none low

Encode values using Solidity

pad_hex
annotations: none low

Pad a hex value to a specific byte size (for ABI encoding)

hex string size number
concat_hex
annotations: none low

Concatenate multiple hex strings together

slice_hex
annotations: none low

Extract a portion of hex data

end number hex string start number
sign_message
annotations: none low

Sign an arbitrary message with a private key (EIP-191 personal sign)

message string privateKey string
verify_signature
annotations: none low

Verify a message signature and recover the signer address

message string signature string expectedAddress string
compute_contract_address
annotations: none low

Compute the address where a contract will be deployed (CREATE opcode)

nonce number deployer string
compute_create2_address
annotations: none low

Compute deterministic contract address for CREATE2 deployment

salt string factory string initCodeHash string
hash_typed_data
annotations: none low

Hash typed structured data according to EIP-712

name string salt string type string chainId number version string primaryType string verifyingContract string
parse_units
annotations: none low

Convert a human-readable value to its smallest unit (e.g., ETH to wei)

value string decimals number
format_units
annotations: none low

Convert smallest unit value to human-readable format (e.g., wei to ETH)

value string decimals number
get_chain_id
annotations: none low

Get the chain ID for a network

search_crypto_news
annotations: none low

Search cryptocurrency news by keywords across all 7 sources

get_defi_news
annotations: none low

Get DeFi-specific news about yield farming, DEXs, lending protocols, and more

get_bitcoin_news
annotations: none low

Get Bitcoin-specific news about BTC, Lightning Network, miners, ordinals, and more

get_breaking_crypto_news
annotations: none low

Get breaking cryptocurrency news from the last 2 hours

get_crypto_news_sources
annotations: none low

Get list of all available cryptocurrency news sources

social_get_coin_metrics
annotations: none low

Get comprehensive social metrics for a cryptocurrency including Galaxy Score, AltRank, social volume, sentiment, and engagement.

symbol string
social_get_coins_list
annotations: none low

Get social metrics for multiple cryptocurrencies. Includes Galaxy Score, AltRank, social volume for top coins.

desc boolean limit number
social_get_coin_time_series
annotations: none low

Get historical social metrics for a coin over time.

end number start number symbol string
social_get_feed
annotations: none low

Get recent social posts about cryptocurrencies from Twitter, Reddit, and other platforms.

limit number symbol string
social_get_trending_posts
annotations: none low

Get trending/viral social posts in the crypto space.

limit number
social_get_influencers
annotations: none low

Get top crypto influencers ranked by engagement and followers.

limit number symbol string
social_get_influencer
annotations: none low

Get detailed information about a specific influencer.

handle string
social_get_influencer_posts
annotations: none low

Get recent posts from a specific influencer.

limit number handle string
social_get_topics
annotations: none low

Get trending topics/narratives in crypto social media.

limit number category string
social_get_topic
annotations: none low

Get detailed social metrics for a specific topic/narrative.

topic string
social_get_categories
annotations: none low

Get list of coin categories with aggregate social metrics.

social_get_nft_collections
annotations: none low

Get social metrics for NFT collections.

limit number
social_get_nft_collection
annotations: none low

Get detailed social metrics for a specific NFT collection.

slug string
social_get_market_sentiment
annotations: none low

Get overall crypto market sentiment aggregated from social data.

social_get_market_sentiment_history
annotations: none low

Get historical market sentiment data.

days number
social_get_reddit_stats
annotations: none low

Get Reddit statistics for a cryptocurrency (subscribers, active users, posts).

symbol string
social_get_twitter_stats
annotations: none low

Get Twitter/X statistics for a cryptocurrency (followers, tweets, engagement).

symbol string
social_get_github_stats
annotations: none low

Get GitHub development activity for a cryptocurrency project.

symbol string
social_get_dominance
annotations: none low

Get social dominance metrics - share of social mentions compared to total crypto mentions.

social_get_news_sentiment
annotations: none low

Get sentiment analysis of recent crypto news articles.

limit number symbol string
market_get_coins
annotations: none low

Get comprehensive data about cryptocurrencies: price, market cap, volume, price changes (1h, 24h, 7d), supply information, trading metrics, and social links

name string page number limit number sortBy string symbol string currency string categories string blockchains string priceLessThan number volumeLessThan number priceGreaterThan number marketCapLessThan number volumeGreaterThan number marketCapGreaterThan number
market_get_coin_by_id
annotations: none low

Get detailed information about a specific cryptocurrency by its unique identifier

coinId string currency string
market_get_coin_chart
annotations: none low

Get historical chart data for a cryptocurrency with different time ranges

coinId string
market_get_coin_avg_price
annotations: none low

Get the historical average price for a cryptocurrency at a specific timestamp

coinId string timestamp number
market_get_exchange_price
annotations: none low

Get historical price data for a cryptocurrency on a specific exchange

to string from string exchange string timestamp number
market_get_exchanges
annotations: none low

Get a list of supported cryptocurrency exchanges

market_get_tickers
annotations: none low

Get trading pairs/tickers for a cryptocurrency across different exchanges

page number limit number coinId string toCoin string exchange string fromCoin string onlyVerified boolean
market_get_blockchains
annotations: none low

Get a list of blockchains supported by CoinStats

market_get_wallet_balance
annotations: none low

Get balance data for a wallet address on a specific blockchain

address string connectionId string
market_get_wallet_balances_all
annotations: none low

Get balance data for a wallet address across all supported networks

address string networks string
market_get_wallet_transactions
annotations: none low

Get transaction history for a wallet address

to string from string page number limit number types string address string currency string connectionId string
market_get_global
annotations: none low

Get global cryptocurrency market statistics (total market cap, volume, BTC dominance, etc.)

market_get_news_sources
annotations: none low

Get available cryptocurrency news sources

market_get_news
annotations: none low

Get cryptocurrency news articles with pagination

to string from string page number limit number
market_coingecko_categories
annotations: none low

Get all categories with market data (market cap, volume, change)

market_get_news_by_type
annotations: none low

Get cryptocurrency news filtered by type (handpicked, trending, latest, bullish, bearish)

page number limit number
market_get_fiats
annotations: none low

Get list of supported fiat currencies

market_get_portfolio_coins
annotations: none low

Get portfolio holdings with P/L data (requires share token from CoinStats web app)

page number limit number shareToken string
market_get_portfolio_chart
annotations: none low

Get portfolio performance chart data

shareToken string
market_get_fear_greed_current
annotations: none low

Get the current Crypto Fear & Greed Index (0-100 scale: 0-24 Extreme Fear, 25-49 Fear, 50-74 Greed, 75-100 Extreme Greed)

market_get_fear_greed_historical
annotations: none low

Get historical Fear & Greed Index data for specified number of days

days number
market_analyze_fear_greed_trend
annotations: none low

Analyze trends in the Fear & Greed Index over a specified period, calculating averages and trend direction

days number
market_coingecko_ping
annotations: none low

Check CoinGecko API server status

market_coingecko_coins_list
annotations: none low

Get list of all supported coins with id, name, and symbol (use for looking up coin IDs)

includePlatform boolean
market_coingecko_coins_markets
annotations: none low

Get coins with market data (price, market cap, volume) - most commonly used endpoint

ids string page number perPage number category string sparkline boolean vsCurrency string priceChangePercentage string
market_coingecko_coin
annotations: none low

Get detailed coin data including description, links, market data, community data, developer stats

id string tickers boolean sparkline boolean marketData boolean localization boolean communityData boolean developerData boolean
market_coingecko_coin_tickers
annotations: none low

Get exchange tickers for a coin (trading pairs across exchanges)

id string page number depth boolean exchangeIds string includeExchangeLogo boolean
market_coingecko_coin_history
annotations: none low

Get historical coin data (price, market cap, volume) for a specific date

id string date string localization boolean
market_coingecko_coin_market_chart
annotations: none low

Get historical market chart data (price, market cap, volume) over time

id string days string vsCurrency string
market_coingecko_coin_market_chart_range
annotations: none low

Get historical market data within a custom date range (unix timestamps)

id string to number from number vsCurrency string
market_coingecko_coin_ohlc
annotations: none low

Get OHLC (Open, High, Low, Close) candlestick data for a coin

id string vsCurrency string
market_coingecko_simple_price
annotations: none low

Get current price of coins in multiple currencies (most efficient for price lookup)

ids string vsCurrencies string include24hrVol boolean includeMarketCap boolean include24hrChange boolean includeLastUpdatedAt boolean
market_coingecko_token_price
annotations: none low

Get token price by contract address (for ERC20, BEP20, etc. tokens)

platform string vsCurrencies string include24hrVol boolean includeMarketCap boolean contractAddresses string include24hrChange boolean
market_coingecko_supported_currencies
annotations: none low

Get list of supported vs currencies (fiat and crypto)

market_coingecko_global
annotations: none low

Get global cryptocurrency statistics (total market cap, volume, dominance, etc.)

market_coingecko_global_defi
annotations: none low

Get global DeFi market statistics (DeFi market cap, dominance, top coins)

market_coingecko_trending
annotations: none low

Get top 7 trending coins on CoinGecko based on user searches in the last 24 hours

market_coingecko_search
annotations: none low

Search for coins, categories, and exchanges by name or symbol

query string
market_coingecko_exchanges
annotations: none low

Get all exchanges ranked by trust score with trading volume data

page number perPage number
market_coingecko_exchange
annotations: none low

Get detailed exchange data including trust score, trading volume, and tickers

id string
market_coingecko_exchange_tickers
annotations: none low

Get all trading pairs/tickers for an exchange

id string page number depth boolean coinIds string includeExchangeLogo boolean
market_coingecko_exchange_volume_chart
annotations: none low

Get historical volume chart data for an exchange

id string days number
market_coingecko_asset_platforms
annotations: none low

Get list of asset platforms (blockchains) for token lookups

filter string
market_coingecko_contract
annotations: none low

Get coin info by contract address

platform string contractAddress string
market_coingecko_contract_market_chart
annotations: none low

Get historical market data for a token by contract address

days string platform string vsCurrency string contractAddress string
market_coingecko_derivatives
annotations: none low

Get list of all derivative tickers

market_coingecko_derivatives_exchanges
annotations: none low

Get list of derivatives exchanges

page number perPage number
market_coingecko_nfts_list
annotations: none low

Get list of all supported NFT collections

page number perPage number
market_coingecko_nft
annotations: none low

Get detailed NFT collection data

id string
market_coingecko_exchange_rates
annotations: none low

Get BTC exchange rates against all supported currencies

market_coingecko_companies_holdings
annotations: none low

Get public companies Bitcoin or Ethereum holdings

universal-crypto-mcp
annotations: none low

get_wallet_address
annotations: verified low

Get the address of the configured wallet. Use this to verify which wallet is active.

readOnlyHint true openWorldHint false idempotentHint true destructiveHint false
get_chain_info
annotations: none low

Get information about an EVM network: chain ID, current block number, and RPC endpoint

network string
readOnlyHint true openWorldHint true idempotentHint true destructiveHint false
get_supported_networks
annotations: none low

Get a list of all supported EVM networks

readOnlyHint true openWorldHint false idempotentHint true destructiveHint false
get_gas_price
annotations: none low

Get current gas prices (base fee, standard, and fast) for a network

network string
readOnlyHint true openWorldHint true idempotentHint false destructiveHint false
resolve_ens_name
annotations: none low

Resolve an ENS name to an Ethereum address

ensName string network string
readOnlyHint true openWorldHint true idempotentHint true destructiveHint false
lookup_ens_address
annotations: verified low

Lookup the ENS name for an Ethereum address (reverse resolution)

address string network string
readOnlyHint true openWorldHint true idempotentHint true destructiveHint false
get_block
annotations: verified low

Get block details by block number or hash

network string blockIdentifier string
readOnlyHint true openWorldHint true idempotentHint true destructiveHint false
get_latest_block
annotations: none low

Get the latest block from the network

network string
readOnlyHint true openWorldHint true idempotentHint false destructiveHint false
get_balance
annotations: verified low

Get the native token balance (ETH, MATIC, etc.) for an address

address string network string
readOnlyHint true openWorldHint true idempotentHint true destructiveHint false
get_token_balance
annotations: none low

Get the ERC20 token balance for an address

address string network string tokenAddress string
readOnlyHint true openWorldHint true idempotentHint true destructiveHint false
gnfd_create_bucket
annotations: none low

Create a new bucket in Greenfield storage

get_allowance
annotations: verified low

Check the allowance granted to a spender for a token. This tells you how much of a token an address can spend on your behalf.

network string ownerAddress string tokenAddress string spenderAddress string
readOnlyHint true openWorldHint true idempotentHint true destructiveHint false
get_transaction
annotations: none low

Get transaction details by transaction hash

txHash string network string
readOnlyHint true openWorldHint true idempotentHint true destructiveHint false
get_transaction_receipt
annotations: verified low

Get transaction receipt (confirmation status, gas used, logs). Use this to check if a transaction has been confirmed.

txHash string network string
readOnlyHint true openWorldHint true idempotentHint true destructiveHint false
wait_for_transaction
annotations: verified low

Wait for a transaction to be confirmed (mined). Polls the network until confirmation.

txHash string network string confirmations number
readOnlyHint true openWorldHint true idempotentHint false destructiveHint false
get_contract_abi
annotations: verified low

Fetch a contract's full ABI from Etherscan/block explorers. Use this to understand verified contracts before interacting. Requires ETHERSCAN_API_KEY. Supports 30+ EVM networks. Works best with verified contracts on block explorers.

network string contractAddress string
readOnlyHint true openWorldHint true idempotentHint true destructiveHint false
read_contract
annotations: none low

Call read-only functions on a smart contract. Automatically fetches ABI from block explorer if not provided (requires ETHERSCAN_API_KEY). Falls back to common functions if contract is not verified. Use this to query contract state and data.

args array abiJson string network string functionName string contractAddress string
readOnlyHint true openWorldHint true idempotentHint true destructiveHint false
write_contract
annotations: none low

Execute state-changing functions on a smart contract. Automatically fetches ABI from block explorer if not provided (requires ETHERSCAN_API_KEY). Use this to call any write function on verified contracts. Requires wallet to be configured (via private key or mnemonic).

args array value string abiJson string network string functionName string contractAddress string
readOnlyHint false openWorldHint true idempotentHint false destructiveHint true
multicall
annotations: verified low

Batch multiple contract read calls into a single RPC request. Significantly reduces latency and RPC usage when querying multiple functions. Uses the Multicall3 contract deployed on all major networks. Perfect for portfolio analysis, price aggregation, and querying multiple contract states efficiently.

args array calls array abiJson string network string allowFailure boolean functionName string contractAddress string
readOnlyHint true openWorldHint true idempotentHint true destructiveHint false
transfer_native
annotations: verified low

Transfer native tokens (ETH, MATIC, etc.) to an address. Uses the configured wallet.

to string amount string network string
readOnlyHint false openWorldHint true idempotentHint false destructiveHint true
transfer_erc20
annotations: none low

Transfer ERC20 tokens to an address. Uses the configured wallet.

to string amount string network string tokenAddress string
readOnlyHint false openWorldHint true idempotentHint false destructiveHint true
approve_token_spending
annotations: none low

Approve a spender (contract) to spend tokens on your behalf. Required before interacting with DEXes, lending protocols, etc.

amount string network string tokenAddress string spenderAddress string
readOnlyHint false openWorldHint true idempotentHint false destructiveHint false
get_nft_info
annotations: none low

Get information about an ERC721 NFT including metadata URI

network string tokenId string contractAddress string
readOnlyHint true openWorldHint true idempotentHint true destructiveHint false
get_erc1155_balance
annotations: verified low

Get ERC1155 token balance for an address

address string network string tokenId string contractAddress string
readOnlyHint true openWorldHint true idempotentHint true destructiveHint false
sign_typed_data
annotations: none low

Sign structured data (EIP-712) using the configured wallet. Used for gasless transactions, meta-transactions, permit signatures, and protocol-specific signatures. The signature follows the EIP-712 standard.

typesJson string domainJson string messageJson string primaryType string
readOnlyHint false openWorldHint false idempotentHint true destructiveHint false
gnfd_delete_object
annotations: none low

Delete an object from a bucket

objectName string
gnfd_delete_bucket
annotations: none low

Delete a bucket

gnfd_get_bucket_info
annotations: none low

Get detailed information about a bucket

gnfd_get_bucket_full_info
annotations: none low

Get bucket basic information and quota usage

gnfd_get_object_info
annotations: none low

Get detailed information about an object in a bucket

objectName string
gnfd_download_object
annotations: none low

Download an object from a bucket

objectName string
gnfd_get_account_balance
annotations: none low

Get the balance for an account

gnfd_get_all_sps
annotations: none low

Get a list of all storage providers in the Greenfield network

gnfd_get_payment_accounts
annotations: none low

Get the payment accounts for a given address

gnfd_create_payment_account
annotations: none low

Create a new payment account

gnfd_deposit_to_payment
annotations: none low

Deposit funds into a payment account

to string amount string
gnfd_withdraw_from_payment
annotations: none low

Withdraw funds from a payment account

from string amount string
gnfd_get_payment_account_info
annotations: none low

Get the info for a payment account

is_contract
annotations: none low

Check if an address is a smart contract or an externally owned account (EOA)

address string
get_erc20_token_info
annotations: none low

Get ERC20 token information

tokenAddress string
get_native_balance
annotations: none low

Get native token balance for an address

get_erc20_balance
annotations: none low

Get ERC20 token balance for an address

address string tokenAddress string
create_erc20_token
annotations: none low

Create a new ERC20 token

name string symbol string
get_address_from_private_key
annotations: none low

Get the EVM address derived from a private key

transfer_native_token
annotations: none low

Transfer native tokens (BNB, ETH, MATIC, etc.) to an address

get_block_by_hash
annotations: none low

Get a block by hash

blockHash string
get_block_by_number
annotations: none low

Get a block by number

blockNumber string
get_erc1155_token_metadata
annotations: none low

Get the metadata for an ERC1155 token (multi-token standard used for both fungible and non-fungible tokens). The metadata typically points to JSON metadata about the token.

transfer_nft
annotations: none low

Transfer an NFT to an address

transfer_erc1155
annotations: none low

Transfer ERC1155 tokens to another address. ERC1155 is a multi-token standard that can represent both fungible and non-fungible tokens in a single contract.

estimate_gas
annotations: none low

Estimate the gas cost for a transaction

to string
generate_payment_qr
annotations: none low

Generate QR codes for payment address and/or payment URI from an existing payment. USE THIS WHEN: User wants QR in different size/style than original, User wants only address QR or only payment URI QR (not both), User created payment without QR (include_qr=false) and now needs it, User wants QR for gateway URL (for redirect payments). EXAMPLES: "Generate bigger QR", "Create QR without branding", "I need QR of 500px", "Generate QR for the payment link"

get_webhook_url
annotations: none low

Get the public webhook URL for configuring in Bitnovo Pay Dashboard. Returns the complete webhook URL that should be configured as the notification_url in your Bitnovo device settings. This URL includes the tunnel provider information (ngrok, zrok, or manual). The webhook URL is automatically generated based on your execution context: - Local development: Uses ngrok or zrok tunnel with persistent URL - N8N/Opal/VPS: Uses the configured WEBHOOK_PUBLIC_URL - Server environments: Auto-detects and provides appropriate URL **Important**: After receiving this URL, configure it in Bitnovo Dashboard: 1. Log into https://pay.bitnovo.com 2. Navigate to: Settings → Merchant → Devices 3. Select your device 4. Set "notification_url" to the returned webhook_url Optional validation check ensures the URL is publicly accessible.

get_event_topics
annotations: none low

Get topic hashes for common events

eventName string
get_payment_status
annotations: none low

Query the current status and details of a payment by its unique identifier. USE THIS WHEN: User wants to check if a payment was completed, or get details about a previously created payment. RESULT: Payment status (PE=Pending, CO=Completed, EX=Expired, CA=Cancelled), amounts, and confirmation info. Status descriptions: PE (Pending): Waiting for customer to pay, CO (Completed): Payment confirmed on blockchain, EX (Expired): Payment time limit exceeded, CA (Cancelled): Payment was cancelled. EXAMPLES: "Check payment status", "Is payment abc-123 completed?", "Status of my payment". Note: Exchange rate is not included in response as it may not be accurate for non-EUR fiat currencies.

create_payment_link
annotations: none low

Create payment link/URL where customer chooses cryptocurrency. USE AS DEFAULT WHEN: User requests payment without specifying crypto. Customer clicks link and selects their preferred cryptocurrency from available options. RESULT: Returns a web_url that you share with your customer. EXAMPLES: "Payment for 50 euros", "Create payment", "Generate QR", "Payment link", "dame el qr para un pago de 24 euros". PREFERRED for all generic payment requests. NOTE: Customer can choose ANY available cryptocurrency in the gateway. IMPORTANT: Only provide url_ok and url_ko if user explicitly requests redirect URLs - DO NOT invent or assume redirect URLs.

list_currencies_catalog
annotations: none low

Get available cryptocurrencies with optional amount filtering. USE WHEN: (1) User asks which cryptos available, (2) BEFORE onchain payment if crypto has multiple networks (e.g., USDC). DISPLAY RULES: Show users "original_symbol" (BTC, USDC) and "original_blockchain" (Bitcoin Network, Ethereum Network). Use "input_currency_code" ONLY when calling create_payment_onchain - NEVER show it to users. NETWORK SELECTION: If multiple networks exist (shown in network_groups), ASK user which network. RESULT: List with min/max amounts, decimals, network info, features. EXAMPLES: "Which cryptos available?", "What currencies support 50 euros?"

get_tunnel_status
annotations: none low

Get detailed status and diagnostics of the webhook tunnel connection. Returns comprehensive information about the tunnel provider, connection status, public URL, health monitoring, and execution context detection. Useful for: - Troubleshooting connectivity issues - Verifying tunnel is active before creating payments - Understanding which provider is being used (ngrok, zrok, or manual) - Checking if auto-reconnect is working - Seeing detected execution context (N8N, Opal, VPS, Docker, local) Connection statuses: - disconnected: Tunnel not started - connecting: Tunnel is initializing - connected: Tunnel is active and healthy - reconnecting: Tunnel lost connection and is attempting to reconnect - error: Tunnel failed after max reconnection attempts No input parameters required - returns current status immediately.

create_payment_onchain
annotations: none low

🚨 CRITICAL RULE #1 - EXPIRATION: YOU MUST tell user payment expires in EXACTLY "expires_in_minutes" MINUTES. Convert "expires_at" (UTC) to user\'s LOCAL TIME ZONE and display in their language. Format: "expires in X minutes (on [date] at [time] [user\'s timezone])".\n\n

send_private_transaction
annotations: none low

Send a transaction via Flashbots Protect RPC to avoid MEV extraction (frontrunning, sandwich attacks)

to string data string value string gasLimit string privateKey string maxFeePerGas string maxPriorityFeePerGas string
simulate_bundle
annotations: none low

Simulate a bundle of transactions to check execution and returns

to string data string value string gasLimit string privateKey string blockNumber string
check_mev_exposure
annotations: none low

Analyze a pending or proposed transaction for MEV exposure (sandwich attack, frontrunning risk)

to string data string value string slippageTolerance number
get_mev_protection_info
annotations: none low

Get information about available MEV protection options for a network

get_staking_position
annotations: none low

Get staking position and rewards for an address

userAddress string stakingContract string
stake_tokens
annotations: none low

Stake tokens in a staking contract

amount string stakingContract string
unstake_tokens
annotations: none low

Unstake/withdraw tokens from a staking contract

amount string stakingContract string
claim_staking_rewards
annotations: none low

Claim pending staking rewards

stakingContract string
get_staking_apr
annotations: none low

Calculate estimated APR for a staking contract

stakingContract string
get_staking_protocols
annotations: none low

Get list of popular staking protocols on a network

stake_eth_lido
annotations: none low

Stake ETH with Lido to receive stETH (liquid staking)

amount string referral string privateKey string
wrap_steth
annotations: none low

Wrap stETH to wstETH (non-rebasing wrapped staked ETH)

amount string privateKey string
unwrap_wsteth
annotations: none low

Unwrap wstETH back to stETH

amount string privateKey string
get_lido_stats
annotations: none low

Get Lido staking statistics and APR

stake_lp_tokens
annotations: none low

Stake LP tokens in a MasterChef-style farming contract

amount string poolId number privateKey string farmContract string
withdraw_lp_tokens
annotations: none low

Withdraw LP tokens from a MasterChef-style farming contract

amount string poolId number privateKey string farmContract string
get_farming_position
annotations: none low

Get LP farming position and pending rewards

poolId number userAddress string farmContract string
get_liquid_staking_info
annotations: none low

Get liquid staking token addresses and info for a network

approve
annotations: none low

amount string privateKey string
Lido
annotations: none low

Largest liquid staking protocol

reverse_resolve_address
annotations: none low

Get the ENS name for an Ethereum address (reverse lookup)

address string network string
get_ens_text_records
annotations: none low

Get text records for an ENS name (avatar, twitter, email, etc.)

name string
get_ens_avatar
annotations: none low

Get the avatar URL for an ENS name

name string
check_ens_availability
annotations: none low

Check if an ENS name is available for registration

name string
get_ens_name_details
annotations: none low

Get comprehensive details about an ENS name

name string
batch_resolve_addresses
annotations: none low

Reverse resolve multiple addresses to ENS names

register_ens_name
annotations: none low

Register a new ENS name via ETH Registrar Controller (requires commit-reveal process)

name string duration number privateKey string ownerAddress string setReverseRecord boolean
set_ens_records
annotations: none low

Set records for an ENS name (address, text records, contenthash)

name string address string privateKey string contenthash string
transfer_ens
annotations: none low

Transfer ENS name ownership to a new address

name string newOwner string privateKey string
renew_ens
annotations: none low

Extend the registration of an ENS name

name string duration number privateKey string
create_subdomain
annotations: none low

Create a subdomain under an ENS name you own

subdomain string parentName string privateKey string ownerAddress string resolverAddress string
${name}.eth
annotations: none low

${label}.eth
annotations: none low

subdomain string parentName string privateKey string ownerAddress string resolverAddress string
get_bridge_quote
annotations: none low

Get a quote for bridging tokens across chains

token string amount string bridge string destChain string sourceChain string
execute_bridge
annotations: none low

Execute a cross-chain bridge transfer

token string amount string bridge string destChain string recipient string
get_bridge_status
annotations: none low

Track the status of a bridge transaction

bridge string txHash string
get_supported_bridges
annotations: none low

List all supported bridge protocols and their capabilities

destChain string sourceChain string
estimate_bridge_time
annotations: none low

Estimate how long a bridge transfer will take

bridge string destChain string sourceChain string
get_bridge_fees
annotations: none low

Get detailed fee breakdown for a bridge transfer

token string amount string bridge string destChain string sourceChain string
execute_multicall
annotations: none low

Execute multiple contract calls in a single transaction

target string callData string allowFailure boolean
get_multi_token_balances
annotations: none low

Get balances of multiple tokens for an address in a single call

address string
get_multi_token_info
annotations: none low

Get name, symbol, decimals for multiple tokens in a single call

get_multi_native_balances
annotations: none low

Get native token balances for multiple addresses

encode_call_data
annotations: none low

Encode function call data for use in multicall

functionSignature string
batch_check_allowances
annotations: none low

Check token allowances for multiple token/spender pairs

owner string token string spender string
arg${i}
annotations: none low

owner string token string checks array
allowance
annotations: none low

get_gas_prices_all_chains
annotations: none low

Get gas prices across all supported chains for comparison

get_eip1559_fees
annotations: none low

Get detailed EIP-1559 fee data including base fee and priority fee

get_standard_gas_limits
annotations: none low

Get standard gas limits for common transaction types

operationType string
calculate_tx_cost
annotations: none low

Calculate the cost of a transaction in native tokens and USD

gasLimit string gasPriceGwei string
get_gas_history
annotations: none low

Get historical gas prices from recent blocks

blocks number
wrap_native_token
annotations: none low

Wrap native tokens to their wrapped ERC-20 version (ETH→WETH, BNB→WBNB, MATIC→WMATIC, etc.)

unwrap_native_token
annotations: none low

Unwrap wrapped tokens back to native tokens (WETH→ETH, WBNB→BNB, WMATIC→MATIC, etc.)

get_wrapped_native_balance
annotations: none low

Get the wrapped native token balance (WETH, WBNB, WMATIC, etc.) for an address

address string
batch_transfer_erc20
annotations: none low

Transfer ERC20 tokens to multiple recipients in a single transaction (gas efficient)

amount string address string tokenAddress string
burn_erc20_tokens
annotations: none low

Burn ERC20 tokens (send to zero address or call burn function if available)

amount string tokenAddress string
get_token_holder_count
annotations: none low

Estimate token holder count by analyzing transfer events

blockRange number tokenAddress string
check_token_allowance
annotations: none low

Check ERC20 token allowance for a spender

ownerAddress string tokenAddress string spenderAddress string
revoke_token_approval
annotations: none low

Revoke (set to 0) a spender

tokenAddress string spenderAddress string
get_token_supply_info
annotations: none low

Get comprehensive token supply information including total supply, burned, and circulating

tokenAddress string
decimals
annotations: none low

Transfer
annotations: none low

ownerAddress string tokenAddress string spenderAddress string
totalSupply
annotations: none low

get_portfolio_overview
annotations: none low

Get a comprehensive portfolio overview for an address

address string
get_multichain_portfolio
annotations: none low

Get portfolio across multiple chains

address string
get_wallet_activity
annotations: none low

Get recent transaction count and activity level

address string
calculate_portfolio_allocation
annotations: none low

Calculate portfolio allocation percentages

asset string valueUSD number
deploy_contract
annotations: none low

Deploy a smart contract from bytecode and constructor arguments

value string bytecode string gasLimit string privateKey string
deploy_create2
annotations: none low

Deploy a contract using CREATE2 for deterministic addresses across chains

salt string bytecode string privateKey string factoryAddress string
deploy_proxy
annotations: none low

Deploy a proxy contract (UUPS or TransparentUpgradeableProxy) pointing to an implementation

initData string privateKey string adminAddress string initFunction string implementationAddress string
upgrade_proxy
annotations: none low

Upgrade a proxy contract to a new implementation address

privateKey string proxyAddress string upgradeCalldata string callAfterUpgrade boolean proxyAdminAddress string newImplementationAddress string
verify_contract
annotations: none low

Submit contract source code for verification on block explorers (Etherscan, Basescan, etc.)

runs number apiKey string evmVersion string sourceCode string licenseType number contractName string compilerVersion string contractAddress string optimizationUsed boolean constructorArguments string
predict_create2_address
annotations: none low

Calculate the deterministic address for a CREATE2 deployment without deploying

salt string bytecode string factoryAddress string
_logic
annotations: none low

derive_addresses_from_mnemonic
annotations: none low

Derive multiple addresses from a mnemonic using HD wallet derivation paths

mnemonic string
create_wallet
annotations: none low

Create a new random wallet with private key and address

import_wallet_from_mnemonic
annotations: none low

Import a wallet from a mnemonic seed phrase

mnemonic string
get_token_approvals
annotations: none low

Get a list of token spending approvals for an address. Shows which contracts can spend your tokens.

address string
verify_message
annotations: none low

Verify a signed message and recover the signer address

message string signature string
get_wallet_portfolio
annotations: none low

Get a comprehensive portfolio summary for a wallet including native balance and common token balances

address string
balanceOf
annotations: none low

get_chainlink_price
annotations: none low

Get price from a Chainlink price feed

pair string
get_available_price_feeds
annotations: none low

List available Chainlink price feeds on a network

get_custom_price_feed
annotations: none low

Get price from a custom Chainlink price feed address

feedAddress string
get_multiple_prices
annotations: none low

Get prices for multiple pairs in a single call

get_uniswap_pool_price
annotations: none low

Get current price from a Uniswap V3 pool

poolAddress string token0Decimals number token1Decimals number
check_price_feed_health
annotations: none low

Check if a price feed is stale or unhealthy

pair string maxAge number
verify_message_signature
annotations: none low

Verify a personal_sign message signature

address string message string signature string
calculate_event_signature
annotations: none low

Calculate the keccak256 topic hash for an event signature

signature string
verify_typed_data_signature
annotations: none low

Verify an EIP-712 typed data signature

name string type string address string signature string primaryType string
hash_message
annotations: none low

Hash a message using EIP-191 format

message string
create_permit_signature
annotations: none low

Create an EIP-2612 permit signature for gasless token approvals

nonce number value string chainId number spender string deadline number tokenName string tokenAddress string
recover_signer
annotations: none low

Recover the signer address from a signature

message string signature string
owner
annotations: none low

get_swap_quote
annotations: none low

Get a swap quote for exchanging tokens. Returns expected output amount and price impact.

dex string tokenIn string amountIn string tokenOut string
execute_swap
annotations: none low

Execute a token swap on a DEX

dex string tokenIn string amountIn string deadline number tokenOut string minAmountOut string
get_best_route
annotations: none low

Find the optimal swap route across multiple DEXs for the best price

tokenIn string amountIn string tokenOut string
get_dex_liquidity
annotations: none low

Get liquidity information for a trading pair on a DEX

dex string tokenA string tokenB string
get_price_impact
annotations: none low

Calculate the price impact for a given trade size

tokenIn string amountIn string tokenOut string
get_supported_dexs
annotations: none low

List all supported DEXs on a specific network

add_liquidity
annotations: none low

Add liquidity to a DEX trading pair

dex string tokenA string tokenB string amountA string amountB string slippage number
add_liquidity_native
annotations: none low

Add liquidity with native token (ETH, BNB, MATIC) and another token

dex string token string slippage number amountToken string amountNative string
remove_liquidity
annotations: none low

Remove liquidity from a DEX trading pair

dex string tokenA string tokenB string slippage number liquidity string
get_lp_balance
annotations: none low

Get LP token balance for a trading pair

dex string tokenA string tokenB string address string
get_pool_reserves
annotations: none low

Get the reserves in a liquidity pool

dex string tokenA string tokenB string
calculate_arbitrage
annotations: none low

Calculate potential arbitrage opportunity between two DEXs

tokenIn string amountIn string tokenOut string
get_contract_logs
annotations: none low

Get event logs from a specific contract

toBlock string fromBlock string eventSignature string contractAddress string
get_erc20_transfers
annotations: none low

Get ERC20 token transfer events

limit number toBlock string fromBlock string toAddress string fromAddress string tokenAddress string
get_approval_events
annotations: none low

Get ERC20 approval events for a token or address

toBlock string fromBlock string ownerAddress string tokenAddress string spenderAddress string
get_logs_by_topic
annotations: none low

Get logs filtered by event topic hash

topic0 string topic1 string topic2 string toBlock string fromBlock string contractAddress string
get_recent_events
annotations: none low

Get recent events from the last N blocks for monitoring

blocksBack number eventSignature string contractAddress string
estimate_block_time
annotations: none low

Estimate the average block time for a network by analyzing recent blocks

get_finality_status
annotations: none low

Get the finality status for a block or transaction on the network

get_pending_transactions_info
annotations: none low

Get information about pending transactions in the mempool for a network

get_network_metadata
annotations: none low

Get comprehensive metadata about a network including explorers, native currency, and features

get_gas_oracle
annotations: none low

Get comprehensive gas price recommendations for different speed tiers

get_network_health
annotations: none low

Check the health and synchronization status of the network connection

get_block_with_transactions
annotations: none low

Get a block with full transaction details (not just hashes)

get_uncle_blocks
annotations: none low

Get uncle (ommer) blocks for a specific block. Uncle blocks are valid blocks that weren

blockNumber string
get_block_receipts
annotations: none low

Get all transaction receipts for a specific block

blockNumber string
get_block_range
annotations: none low

Get a range of blocks with summary information

startBlock string
get_block_rewards
annotations: none low

Estimate block rewards for miners/validators on a specific block

get_blocks_by_miner
annotations: none low

Find recent blocks produced by a specific miner/validator address

analyze_token_security
annotations: none low

Analyze a token contract for security risks and red flags

tokenAddress string
check_approval_risks
annotations: none low

Check token approvals for a wallet and identify risky unlimited approvals

walletAddress string
simulate_transaction
annotations: none low

Simulate a transaction to check for potential issues before execution

to string data string from string value string
check_address_type
annotations: none low

Determine if an address is a contract, EOA, or known entity

address string
decode_transaction_data
annotations: none low

Decode transaction input data to understand what it does

abi string data string
detect_rug_pull_risk
annotations: none low

Analyze a token contract for rug pull indicators and security risks

tokenAddress string
get_holder_distribution
annotations: none low

Analyze token holder distribution for concentration risks

topHolders number tokenAddress string
check_contract_ownership
annotations: none low

Verify contract ownership status - check if renounced, multisig, or EOA

contractAddress string
detect_honeypot
annotations: none low

Check if a token is a honeypot (can buy but not sell)

tokenAddress string
analyze_contract_permissions
annotations: none low

Analyze a contract for dangerous permissions and admin functions

contractAddress string
verify_contract_source
annotations: none low

Check if a contract is verified on block explorers like Etherscan/Basescan and get verification details

apiKey string contractAddress string
goplus_token_security
annotations: none low

Check token security using GoPlus API - detects honeypots, rug pulls, malicious code, and other risks

chainId string contractAddress string
goplus_address_security
annotations: none low

Check if an address is associated with malicious activity (scams, phishing, hacks)

address string
goplus_approval_security
annotations: none low

Check token approval security - analyze if approved spender contracts are risky

chainId string contractAddress string
goplus_nft_security
annotations: none low

Check NFT collection security - detect fake collections, malicious contracts

chainId string contractAddress string
goplus_dapp_security
annotations: none low

Check dApp/website security - detect phishing sites, malicious dApps

url string
goplus_signature_decode
annotations: none low

Decode signature/permit data to understand what you

chainId string inputData string contractAddress string
goplus_supported_chains
annotations: none low

Get list of blockchain networks supported by GoPlus security API

goplus_rugpull_detection
annotations: none low

Comprehensive rug pull detection combining multiple GoPlus security checks

chainId string tokenAddress string
mint(address,uint256)
annotations: none low

Can create new tokens

Etherscan
annotations: none low

get_nft_collection_info
annotations: none low

Get comprehensive information about an NFT collection (total supply, name, symbol)

collectionAddress string
get_nfts_by_owner
annotations: none low

Get the count of NFTs owned by an address in a specific collection

ownerAddress string collectionAddress string
check_nft_ownership
annotations: none low

Check if an address owns a specific NFT

tokenId string collectionAddress string
approve_nft_for_marketplace
annotations: none low

Approve an NFT for sale on a marketplace (Seaport/OpenSea)

tokenId string customOperator string collectionAddress string
revoke_nft_approval
annotations: none low

Revoke NFT approval for a marketplace or operator

operator string collectionAddress string
check_nft_approval
annotations: none low

Check if an operator is approved to manage NFTs

tokenId string ownerAddress string operatorAddress string collectionAddress string
batch_transfer_nfts
annotations: none low

Transfer multiple NFTs to one or more recipients

tokenId string recipient string collectionAddress string
fetch_nft_metadata
annotations: none low

Fetch and parse NFT metadata from its token URI

tokenId string collectionAddress string
safeTransferFrom
annotations: none low

speed_up_transaction
annotations: none low

Speed up a pending transaction by resubmitting it with higher gas price. Only works for pending transactions.

cancel_transaction
annotations: none low

Cancel a pending transaction by sending a 0-value transaction to yourself with the same nonce but higher gas

get_pending_transaction_count
annotations: none low

Get the number of pending transactions for an address (difference between pending and latest nonce)

address string
get_lending_position
annotations: none low

Get a user

protocol string userAddress string
get_lending_rates
annotations: none low

Get current supply and borrow rates for a lending market

asset string protocol string
get_lending_protocols
annotations: none low

Get list of supported lending protocols on a network

calculate_health_factor
annotations: none low

Calculate health factor after a potential action

amount string currentDebt string currentCollateral string liquidationThreshold string
get_flash_loan_info
annotations: none low

Get flash loan information and fees for a protocol

asset string protocol string
get_liquidatable_positions
annotations: none low

Find positions that can be liquidated (health factor < 1)

protocol string
supply_to_lending
annotations: none low

Supply/deposit assets to a lending protocol to earn interest

asset string amount string protocol string
borrow_from_lending
annotations: none low

Borrow assets from a lending protocol

asset string amount string protocol string
repay_to_lending
annotations: none low

Repay borrowed assets to a lending protocol

asset string amount string protocol string
withdraw_from_lending
annotations: none low

Withdraw supplied assets from a lending protocol

asset string amount string protocol string
borrow
annotations: none low

asset string amount string protocol string interestRateMode enum
withdraw
annotations: none low

Permissions 4

network medium
Server uses network capabilities via: aiohttp, fetch(), httpx, requests, urllib
filesystem low
Server uses filesystem capabilities via: fs, fs sync ops, os
shell high
Server uses shell capabilities via: child_process, spawn(), subprocess
env_vars low
Server uses env_vars capabilities via: os.environ, os.getenv(), process.env

Scan Findings 2371

info
Tool 'write_contract' annotations are consistent annotation_checker · 80%
info
Tool 'multicall' annotations are consistent annotation_checker · 80%
info
Tool 'transfer_native' annotations are consistent annotation_checker · 80%
info
Tool 'transfer_erc20' annotations are consistent annotation_checker · 80%
info
Tool 'approve_token_spending' annotations are consistent annotation_checker · 80%
info
Tool 'get_nft_info' annotations are consistent annotation_checker · 80%
info
Tool 'get_erc1155_balance' annotations are consistent annotation_checker · 80%
info
Tool 'sign_message' annotations are consistent annotation_checker · 80%
info
Tool 'sign_typed_data' annotations are consistent annotation_checker · 80%
low
Tool 'get_current_fng_tool' has no annotations annotation_checker · 100%
low
Tool 'get_historical_fng_tool' has no annotations annotation_checker · 100%
low
Tool 'analyze_fng_trend' has no annotations annotation_checker · 100%
low
Tool 'get_sentiment_balance' has no annotations annotation_checker · 100%
low
Tool 'get_social_volume' has no annotations annotation_checker · 100%
low
Tool 'alert_social_shift' has no annotations annotation_checker · 100%
low
Tool 'get_trending_words' has no annotations annotation_checker · 100%
low
Tool 'get_social_dominance' has no annotations annotation_checker · 100%
low
Tool 'get_risk_score' has no annotations annotation_checker · 100%
low
Tool 'get_assets' has no annotations annotation_checker · 100%
low
Tool 'get_crypto_news' has no annotations annotation_checker · 100%
low
Tool 'get_income_statements' has no annotations annotation_checker · 100%
low
Tool 'get_balance_sheets' has no annotations annotation_checker · 100%
low
Tool 'get_cash_flow_statements' has no annotations annotation_checker · 100%
low
Tool 'get_current_stock_price' has no annotations annotation_checker · 100%
low
Tool 'get_historical_stock_prices' has no annotations annotation_checker · 100%
low
Tool 'get_company_news' has no annotations annotation_checker · 100%
low
Tool 'get_available_crypto_tickers' has no annotations annotation_checker · 100%
low
Tool 'get_crypto_prices' has no annotations annotation_checker · 100%
low
Tool 'get_historical_crypto_prices' has no annotations annotation_checker · 100%
low
Tool 'get_current_crypto_price' has no annotations annotation_checker · 100%
low
Tool 'get_sec_filings' has no annotations annotation_checker · 100%
low
Tool 'binance_us_order_book' has no annotations annotation_checker · 100%
low
Tool 'binance_us_recent_trades' has no annotations annotation_checker · 100%
low
Tool 'binance_us_historical_trades' has no annotations annotation_checker · 100%
low
Tool 'binance_us_agg_trades' has no annotations annotation_checker · 100%
low
Tool 'binance_us_klines' has no annotations annotation_checker · 100%
low
Tool 'binance_us_avg_price' has no annotations annotation_checker · 100%
low
Tool 'binance_us_ticker_24hr' has no annotations annotation_checker · 100%
low
Tool 'binance_us_ticker_price' has no annotations annotation_checker · 100%
low
Tool 'binance_us_ticker_book' has no annotations annotation_checker · 100%
low
Tool 'binance_us_rolling_window' has no annotations annotation_checker · 100%
low
Tool 'binance_us_asset_config' has no annotations annotation_checker · 100%
low
Tool 'binance_us_withdraw_crypto' has no annotations annotation_checker · 100%
low
Tool 'binance_us_withdraw_fiat' has no annotations annotation_checker · 100%
low
Tool 'binance_us_withdraw_history' has no annotations annotation_checker · 100%
low
Tool 'binance_us_deposit_history' has no annotations annotation_checker · 100%
low
Tool 'binance_us_deposit_address' has no annotations annotation_checker · 100%
low
Tool 'binance_us_account_info' has no annotations annotation_checker · 100%
low
Tool 'binance_us_my_trades' has no annotations annotation_checker · 100%
low
Tool 'binance_us_rate_limits' has no annotations annotation_checker · 100%
low
Tool 'binance_us_trade_fee' has no annotations annotation_checker · 100%
low
Tool 'binance_us_trade_volume' has no annotations annotation_checker · 100%
low
Tool 'binance_us_subaccount_list' has no annotations annotation_checker · 100%
low
Tool 'binance_us_subaccount_transfer_history' has no annotations annotation_checker · 100%
low
Tool 'binance_us_subaccount_transfer' has no annotations annotation_checker · 100%
low
Tool 'binance_us_subaccount_assets' has no annotations annotation_checker · 100%
low
Tool 'binance_us_subaccount_summary' has no annotations annotation_checker · 100%
low
Tool 'binance_us_subaccount_status' has no annotations annotation_checker · 100%
low
Tool 'binance_us_new_oco' has no annotations annotation_checker · 100%
low
Tool 'binance_us_get_oco' has no annotations annotation_checker · 100%
low
Tool 'binance_us_cancel_oco' has no annotations annotation_checker · 100%
low
Tool 'binance_us_open_oco' has no annotations annotation_checker · 100%
low
Tool 'binance_us_all_oco_orders' has no annotations annotation_checker · 100%
low
Tool 'binance_us_new_order' has no annotations annotation_checker · 100%
low
Tool 'binance_us_test_order' has no annotations annotation_checker · 100%
low
Tool 'binance_us_get_order' has no annotations annotation_checker · 100%
low
Tool 'binance_us_cancel_order' has no annotations annotation_checker · 100%
low
Tool 'binance_us_cancel_replace' has no annotations annotation_checker · 100%
low
Tool 'binance_us_open_orders' has no annotations annotation_checker · 100%
low
Tool 'binance_us_all_orders' has no annotations annotation_checker · 100%
low
Tool 'binance_us_cancel_all_open_orders' has no annotations annotation_checker · 100%
low
Tool 'binance_us_ping' has no annotations annotation_checker · 100%
low
Tool 'binance_us_server_time' has no annotations annotation_checker · 100%
low
Tool 'binance_us_system_status' has no annotations annotation_checker · 100%
low
Tool 'binance_us_exchange_info' has no annotations annotation_checker · 100%
low
Tool 'getNetworks' has no annotations annotation_checker · 100%
low
Tool 'getNetworkDexes' has no annotations annotation_checker · 100%
low
Tool 'getNetworkPools' has no annotations annotation_checker · 100%
low
Tool 'getDexPools' has no annotations annotation_checker · 100%
low
Tool 'getPoolDetails' has no annotations annotation_checker · 100%
low
Tool 'getTokenDetails' has no annotations annotation_checker · 100%
low
Tool 'getTokenPools' has no annotations annotation_checker · 100%
low
Tool 'getPoolOHLCV' has no annotations annotation_checker · 100%
low
Tool 'getPoolTransactions' has no annotations annotation_checker · 100%
low
Tool 'search' has no annotations annotation_checker · 100%
low
Tool 'getStats' has no annotations annotation_checker · 100%
low
Tool 'getTokenMultiPrices' has no annotations annotation_checker · 100%
low
Tool 'calculate_accumulation_distribution' has no annotations annotation_checker · 100%
low
Tool 'calculate_chaikin_money_flow' has no annotations annotation_checker · 100%
low
Tool 'calculate_ease_of_movement' has no annotations annotation_checker · 100%
low
Tool 'calculate_force_index' has no annotations annotation_checker · 100%
low
Tool 'calculate_money_flow_index' has no annotations annotation_checker · 100%
low
Tool 'calculate_negative_volume_index' has no annotations annotation_checker · 100%
low
Tool 'calculate_on_balance_volume' has no annotations annotation_checker · 100%
low
Tool 'calculate_volume_price_trend' has no annotations annotation_checker · 100%
low
Tool 'calculate_volume_weighted_average_price' has no annotations annotation_checker · 100%
low
Tool 'calculate_acceleration_bands' has no annotations annotation_checker · 100%
low
Tool 'calculate_average_true_range' has no annotations annotation_checker · 100%
low
Tool 'calculate_bollinger_bands' has no annotations annotation_checker · 100%
low
Tool 'calculate_bollinger_bands_width' has no annotations annotation_checker · 100%
low
Tool 'calculate_chandelier_exit' has no annotations annotation_checker · 100%
low
Tool 'calculate_donchian_channel' has no annotations annotation_checker · 100%
low
Tool 'calculate_keltner_channel' has no annotations annotation_checker · 100%
low
Tool 'calculate_kdj' has no annotations annotation_checker · 100%
low
Tool 'calculate_moving_standard_deviation' has no annotations annotation_checker · 100%
low
Tool 'calculate_projection_oscillator' has no annotations annotation_checker · 100%
low
Tool 'calculate_true_range' has no annotations annotation_checker · 100%
low
Tool 'calculate_ulcer_index' has no annotations annotation_checker · 100%
low
Tool 'calculate_absolute_price_oscillator' has no annotations annotation_checker · 100%
low
Tool 'calculate_aroon' has no annotations annotation_checker · 100%
low
Tool 'calculate_balance_of_power' has no annotations annotation_checker · 100%
low
Tool 'calculate_chande_forecast_oscillator' has no annotations annotation_checker · 100%
low
Tool 'calculate_commodity_channel_index' has no annotations annotation_checker · 100%
low
Tool 'calculate_double_exponential_moving_average' has no annotations annotation_checker · 100%
low
Tool 'calculate_exponential_moving_average' has no annotations annotation_checker · 100%
low
Tool 'calculate_mass_index' has no annotations annotation_checker · 100%
low
Tool 'calculate_moving_average_convergence_divergence' has no annotations annotation_checker · 100%
low
Tool 'calculate_moving_max' has no annotations annotation_checker · 100%
low
Tool 'calculate_moving_min' has no annotations annotation_checker · 100%
low
Tool 'calculate_moving_sum' has no annotations annotation_checker · 100%
low
Tool 'calculate_parabolic_sar' has no annotations annotation_checker · 100%
low
Tool 'calculate_qstick' has no annotations annotation_checker · 100%
low
Tool 'calculate_rolling_moving_average' has no annotations annotation_checker · 100%
low
Tool 'calculate_simple_moving_average' has no annotations annotation_checker · 100%
low
Tool 'calculate_since_change' has no annotations annotation_checker · 100%
low
Tool 'calculate_triple_exponential_moving_average' has no annotations annotation_checker · 100%
low
Tool 'calculate_triangular_moving_average' has no annotations annotation_checker · 100%
low
Tool 'calculate_triple_exponential_average' has no annotations annotation_checker · 100%
low
Tool 'calculate_typical_price' has no annotations annotation_checker · 100%
low
Tool 'calculate_volume_weighted_moving_average' has no annotations annotation_checker · 100%
low
Tool 'calculate_vortex' has no annotations annotation_checker · 100%
low
Tool 'calculate_awesome_oscillator' has no annotations annotation_checker · 100%
low
Tool 'calculate_chaikin_oscillator' has no annotations annotation_checker · 100%
low
Tool 'calculate_ichimoku_cloud' has no annotations annotation_checker · 100%
low
Tool 'calculate_percentage_price_oscillator' has no annotations annotation_checker · 100%
low
Tool 'calculate_percentage_volume_oscillator' has no annotations annotation_checker · 100%
low
Tool 'calculate_price_rate_of_change' has no annotations annotation_checker · 100%
low
Tool 'calculate_relative_strength_index' has no annotations annotation_checker · 100%
low
Tool 'calculate_stochastic_oscillator' has no annotations annotation_checker · 100%
low
Tool 'calculate_williams_r' has no annotations annotation_checker · 100%
low
Tool 'calculate_momentum_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_awesome_oscillator_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_ichimoku_cloud_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_rsi2_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_stochastic_oscillator_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_williams_r_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_acceleration_bands_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_bollinger_bands_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_projection_oscillator_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_absolute_price_oscillator_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_aroon_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_balance_of_power_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_chande_forecast_oscillator_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_kdj_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_macd_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_parabolic_sar_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_typical_price_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_volume_weighted_moving_average_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_vortex_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_chaikin_money_flow_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_ease_of_movement_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_force_index_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_money_flow_index_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_negative_volume_index_strategy' has no annotations annotation_checker · 100%
low
Tool 'calculate_volume_weighted_average_price_strategy' has no annotations annotation_checker · 100%
low
Tool 'binanceOrderBook' has no annotations annotation_checker · 100%
low
Tool 'binanceAccountInfo' has no annotations annotation_checker · 100%
low
Tool 'BinanceAutoInvestRebalanceHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceAutoInvestChangePlanStatus' has no annotations annotation_checker · 100%
low
Tool 'BinanceAutoInvestGetTargetAssetList' has no annotations annotation_checker · 100%
low
Tool 'BinanceAutoInvestGetPlanList' has no annotations annotation_checker · 100%
low
Tool 'BinanceAutoInvestOneTimeTransaction' has no annotations annotation_checker · 100%
low
Tool 'BinanceAutoInvestGetIndexUserSummary' has no annotations annotation_checker · 100%
low
Tool 'BinanceAutoInvestGetSourceAssetList' has no annotations annotation_checker · 100%
low
Tool 'BinanceAutoInvestGetHistoryList' has no annotations annotation_checker · 100%
low
Tool 'BinanceAutoInvestEditPlan' has no annotations annotation_checker · 100%
low
Tool 'BinanceAutoInvestGetTargetAssetRoiData' has no annotations annotation_checker · 100%
low
Tool 'BinanceAutoInvestGetPlanDetails' has no annotations annotation_checker · 100%
low
Tool 'BinanceAutoInvestRedemption' has no annotations annotation_checker · 100%
low
Tool 'BinanceAutoInvestCreatePlan' has no annotations annotation_checker · 100%
low
Tool 'BinanceAutoInvestGetIndexInfo' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginCmChangeMarginType' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginCmChangeLeverage' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginCmGetUserTrades' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginCmGetAllOrders' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginCmNewOrder' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginCmCancelOrder' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginCmCancelAllOrders' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginCmGetOrder' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginCmGetOpenOrders' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginUmChangeMarginType' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginUmChangeLeverage' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginUmGetUserTrades' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginUmGetAllOrders' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginUmNewOrder' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginUmCancelOrder' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginUmCancelAllOrders' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginUmGetOrder' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginUmGetOpenOrders' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginGetMaxBorrowable' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginGetCmAccount' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginGetUmAccount' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginGetCmPosition' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginGetMaxWithdraw' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginGetUmPosition' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginGetAccount' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginGetBalance' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginGetMarginAccount' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginMarginGetUserTrades' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginMarginGetAllOrders' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginMarginNewOrder' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginMarginCancelOrder' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginMarginCancelAllOrders' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginMarginGetOrder' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginMarginLoan' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginMarginGetOpenOrders' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginMarginRepay' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginRenewListenKey' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginDeleteListenKey' has no annotations annotation_checker · 100%
low
Tool 'BinancePortfolioMarginCreateListenKey' has no annotations annotation_checker · 100%
low
Tool 'BinanceClaimBoostRewards' has no annotations annotation_checker · 100%
low
Tool 'registerBinanceRedeemSol' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetSolRedemptionHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubscribeSolStaking' has no annotations annotation_checker · 100%
low
Tool 'registerBinanceSolStakingAccount' has no annotations annotation_checker · 100%
low
Tool 'registerBinanceGetBnsolRateHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetSolStakingHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetUnclaimedRewards' has no annotations annotation_checker · 100%
low
Tool 'getSolStakingQuotaDetails' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetBnsolRewardsHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetBoostRewardsHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetWbethRateHistory' has no annotations annotation_checker · 100%
low
Tool 'registerBinanceGetEthStakingHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceWrapBeth' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetWbethUnwrapHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetCurrentEthStakingQuota' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubscribeEthStaking' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetWbethWrapHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetEthRedemptionHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceEthStakingAccount' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetWbethRewardsHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceRedeemEth' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoanFlexibleBorrowHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoanFlexibleRepay' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoanFlexibleCollateralAssets' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoanFlexibleRepayHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoanFlexibleOngoingOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoanFlexibleBorrow' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoanFlexibleAssets' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoanFlexibleAdjustLTV' has no annotations annotation_checker · 100%
low
Tool 'BinanceConvertAcceptQuote' has no annotations annotation_checker · 100%
low
Tool 'BinanceConvertQueryLimitOpenOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceConvertSendQuoteRequest' has no annotations annotation_checker · 100%
low
Tool 'BinanceConvertOrderStatus' has no annotations annotation_checker · 100%
low
Tool 'BinanceConvertPlaceLimitOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceConvertCancelLimitOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetConvertTradeHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceConvertQueryOrderQuantityPrecisionPerAsset' has no annotations annotation_checker · 100%
low
Tool 'BinanceConvertGetListAllConvertPairs' has no annotations annotation_checker · 100%
low
Tool 'BinanceFutureCancelAlgoOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceVolumeParticipationNewTrade' has no annotations annotation_checker · 100%
low
Tool 'BinanceFutureCurrentAlgoOpenOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceFutureSubOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceFutureHistoricalAlgoOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceTimeWeightedAveragePriceNewOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceSpotTimeWeightedAveragePriceNewOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceSpotHistoricalAlgoOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceSpotCurrentAlgoOpenOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceSpotSubOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceSpotCancelOpenTWAPOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceTime' has no annotations annotation_checker · 100%
low
Tool 'BinancePing' has no annotations annotation_checker · 100%
low
Tool 'BinanceExchangeInfo' has no annotations annotation_checker · 100%
low
Tool 'BinanceAllOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeleteOpenOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeleteOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceNewOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceOrderOco' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetOpenOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceOpenOrderList' has no annotations annotation_checker · 100%
low
Tool 'BinancePutUserDataStream' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeleteUserDataStream' has no annotations annotation_checker · 100%
low
Tool 'BinanceNewUserDataStream' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetTrades' has no annotations annotation_checker · 100%
low
Tool 'BinanceTickerBookTicker' has no annotations annotation_checker · 100%
low
Tool 'BinanceTickerTradingDay' has no annotations annotation_checker · 100%
low
Tool 'BinanceUiKlines' has no annotations annotation_checker · 100%
low
Tool 'BinanceKlines' has no annotations annotation_checker · 100%
low
Tool 'BinanceTickerPrice' has no annotations annotation_checker · 100%
low
Tool 'BinanceHistoricalTrades' has no annotations annotation_checker · 100%
low
Tool 'BinanceAvgPrice' has no annotations annotation_checker · 100%
low
Tool 'BinanceTicker24hr' has no annotations annotation_checker · 100%
low
Tool 'BinanceAggTrades' has no annotations annotation_checker · 100%
low
Tool 'BinanceTicker' has no annotations annotation_checker · 100%
low
Tool 'BinanceDepth' has no annotations annotation_checker · 100%
low
Tool 'BinanceAccountCommission' has no annotations annotation_checker · 100%
low
Tool 'BinanceMyTrades' has no annotations annotation_checker · 100%
low
Tool 'BinanceMyAllocations' has no annotations annotation_checker · 100%
low
Tool 'BinanceMyPreventedMatches' has no annotations annotation_checker · 100%
low
Tool 'BinanceRateLimitOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetAccount' has no annotations annotation_checker · 100%
low
Tool 'BinanceHashRateResaleRequest' has no annotations annotation_checker · 100%
low
Tool 'BinanceCancelHashRateResaleConfiguration' has no annotations annotation_checker · 100%
low
Tool 'BinanceMiningAccountEarning' has no annotations annotation_checker · 100%
low
Tool 'BinanceAcquiringAlgorithm' has no annotations annotation_checker · 100%
low
Tool 'BinanceStatisticList' has no annotations annotation_checker · 100%
low
Tool 'BinanceRequestForDetailMinerList' has no annotations annotation_checker · 100%
low
Tool 'BinanceAccountList' has no annotations annotation_checker · 100%
low
Tool 'BinanceEarningsList' has no annotations annotation_checker · 100%
low
Tool 'BinanceRequestForMinerList' has no annotations annotation_checker · 100%
low
Tool 'BinanceHashRateResaleList' has no annotations annotation_checker · 100%
low
Tool 'BinanceExtraBonusList' has no annotations annotation_checker · 100%
low
Tool 'BinanceHashRateResaleDetail' has no annotations annotation_checker · 100%
low
Tool 'BinanceAcquiringCoinName' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetFuturesLeadTradingSymbolWhitelist' has no annotations annotation_checker · 100%
low
Tool 'BinanceCopyTradingUnfollowTrader' has no annotations annotation_checker · 100%
low
Tool 'BinanceCopyTradingGetCopyPositions' has no annotations annotation_checker · 100%
low
Tool 'BinanceCopyTradingGetTraderSymbolStats' has no annotations annotation_checker · 100%
low
Tool 'BinanceCopyTradingGetCopyOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceCopyTradingGetFollowingTraders' has no annotations annotation_checker · 100%
low
Tool 'BinanceCopyTradingGetTraderPositions' has no annotations annotation_checker · 100%
low
Tool 'BinanceCopyTradingFollowTrader' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetFuturesLeadTraderStatus' has no annotations annotation_checker · 100%
low
Tool 'BinanceCopyTradingGetLeadTraders' has no annotations annotation_checker · 100%
low
Tool 'BinanceCopyTradingGetTraderPerformance' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletQueryUserWalletBalance' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletFundingWallet' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletAssetDetail' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletQueryUserDelegationHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletGetOpenSymbolList' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletTradeFee' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletGetCloudMiningPaymentAndRefundHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletQueryUserUniversalTransferHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletToggleBnbBurnOnSpotTradeAndMarginInterest' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletDustlog' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletDustTransfer' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletAssetDividendRecord' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletUserUniversalTransfer' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletGetAssetsThatCanBeConvertedIntoBnb' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletUserAsset' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletSubmitDepositQuestionnaire' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletOnboardedVaspList' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletWithdrawHistoryV1' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletDepositHistoryTravelRule' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletWithdrawTravelRule' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletWithdrawHistoryV2' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletBrokerWithdraw' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletSubmitDepositQuestionnaireTravelRule' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletSystemStatus' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletGetSymbolsDelistScheduleForSpot' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletAccountStatus' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletDailyAccountSnapshot' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletDisableFastWithdrawSwitch' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletAccountInfo' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletGetApiKeyPermission' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletEnableFastWithdrawSwitch' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletAccountApiTradingStatus' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletAllCoinsInformation' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletWithdrawHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletFetchWithdrawAddressList' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletDepositHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletDepositAddress' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletWithdraw' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletOneClickArrivalDepositApply' has no annotations annotation_checker · 100%
low
Tool 'BinanceWalletFetchDepositAddressListWithNetwork' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetFiatPaymentsHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetFiatDepositWithdrawHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetSpotRebateHistoryRecords' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetC2CTradeHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceC2CGetAds' has no annotations annotation_checker · 100%
low
Tool 'BinanceVipLoanRenew' has no annotations annotation_checker · 100%
low
Tool 'BinanceVipLoanRepay' has no annotations annotation_checker · 100%
low
Tool 'BinanceVipLoanBorrow' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetVIPLoanOngoingOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceCheckVIPLoanCollateralAccount' has no annotations annotation_checker · 100%
low
Tool 'BinanceQueryApplicationStatus' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetLoanableAssetsData' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetBorrowInterestRate' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetCollateralAssetData' has no annotations annotation_checker · 100%
low
Tool 'registerBinanceChangeAutoCompoundStatus' has no annotations annotation_checker · 100%
low
Tool 'BinanceCheckDualInvestmentAccounts' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubscribeDualInvestmentProducts' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetDualInvestmentPositions' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetDualInvestmentProductList' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetNFTWithdrawHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetNFTAsset' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetNFTTransactionHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetNFTDepositHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsRenewListenKey' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsDeleteListenKey' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsCreateListenKey' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsCancelByUnderlying' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsGetUserTrades' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsGetHistoryOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsCancelBatchOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsBatchOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsNewOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsCancelOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsCancelAllOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsGetOpenOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsExerciseHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsKlines' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsTime' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsPing' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsHistoricalTrades' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsMark' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsTrades' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsTicker' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsDepth' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsIndex' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsExchangeInfo' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsGetIncomeAsynId' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsGetIncomeAsyn' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsGetPosition' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsGetBillHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceOptionsGetAccount' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnFlexibleSubscriptionPreview' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnFlexibleSubscribe' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnFlexibleRateHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnFlexibleProductList' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnFlexiblePosition' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnFlexibleSubscriptionRecord' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnFlexibleRedemptionRecord' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnFlexibleRedeem' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnRewardRecord' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnCollateralRecord' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnAccount' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetFlexibleProductPosition' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnLockedPersonalQuota' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnLockedSubscriptionPreview' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnLockedRedeem' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnLockedSubscribe' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnLockedSubscriptionRecord' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnLockedRedemptionRecord' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnLockedProductList' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnLockedPosition' has no annotations annotation_checker · 100%
low
Tool 'BinanceSimpleEarnLockedSetAutoSubscribe' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubscribeFlexibleProduct' has no annotations annotation_checker · 100%
low
Tool 'BinanceRedeemFlexibleProduct' has no annotations annotation_checker · 100%
low
Tool 'BinancePayQueryOrder' has no annotations annotation_checker · 100%
low
Tool 'BinancePayCreateOrder' has no annotations annotation_checker · 100%
low
Tool 'BinancePayGetHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceGetPayTradeHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceGiftCardCreateDualToken' has no annotations annotation_checker · 100%
low
Tool 'BinanceGiftCardCreate' has no annotations annotation_checker · 100%
low
Tool 'BinanceGiftCardBuyCode' has no annotations annotation_checker · 100%
low
Tool 'BinanceGiftCardRsaPublicKey' has no annotations annotation_checker · 100%
low
Tool 'BinanceGiftCardTokenLimit' has no annotations annotation_checker · 100%
low
Tool 'BinanceGiftCardRedeemDualToken' has no annotations annotation_checker · 100%
low
Tool 'BinanceGiftCardRedeem' has no annotations annotation_checker · 100%
low
Tool 'BinanceGiftCardVerify' has no annotations annotation_checker · 100%
low
Tool 'BinanceAutoInvestChangeIndexPlanStatus' has no annotations annotation_checker · 100%
low
Tool 'BinanceAutoInvestGetIndexLinkedPlanPositionDetails' has no annotations annotation_checker · 100%
low
Tool 'BinanceCopyTradingUnfollow' has no annotations annotation_checker · 100%
low
Tool 'BinanceCopyTradingGetPositions' has no annotations annotation_checker · 100%
low
Tool 'BinanceCopyTradingGetOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceCopyTradingGetFollowing' has no annotations annotation_checker · 100%
low
Tool 'BinanceCopyTradingFollow' has no annotations annotation_checker · 100%
low
Tool 'BinanceCopyTradingGetLeaders' has no annotations annotation_checker · 100%
low
Tool 'BinanceCopyTradingGetPerformance' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoansFlexibleBorrowHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoansFlexibleRepay' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoansFlexibleCollateral' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoansFlexibleRepayHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoansFlexibleOngoing' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoansFlexibleBorrow' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoansFlexibleAssets' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoansFlexibleAdjustLTV' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoansFixedBorrowHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoansFixedRepay' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoansFixedRepayHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoansFixedAssets' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoansFixedOngoing' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoansFixedBorrow' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoansFixedCollateralRate' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoansFixedCollateral' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoansFixedMarginCall' has no annotations annotation_checker · 100%
low
Tool 'BinanceCryptoLoansFixedAdjustLTV' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubAccountAssets' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubAccountFuturesSummary' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubAccountMarginSummary' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubAccountFuturesPositionRisk' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubAccountSpotSummary' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubAccountEnableMargin' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubAccountCreate' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubAccountList' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubAccountApiPermission' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubAccountEnableFutures' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubAccountStatus' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubAccountUniversalTransfer' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubAccountFuturesTransfer' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubAccountTransferHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubAccountTransferToMaster' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubAccountTransferToSub' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubAccountDepositAddress' has no annotations annotation_checker · 100%
low
Tool 'BinanceSubAccountDepositHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginDustLog' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginCapitalFlow' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginSmallLiabilityExchange' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginTransfer' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginPairs' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginAllAssets' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginRepay' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginForceLiquidationRec' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginAvailableInventory' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginLoanRecord' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginMaxTransferable' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginCancelOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginMyTrades' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginInterestRateHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginFee' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginPriceIndex' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginSmallLiabilityExchangeHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginCancelAllOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginNewOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginMaxBorrowable' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginDelist' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginAccount' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginInterestHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginOpenOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginRepayRecord' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginAllOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceCrossMarginBorrow' has no annotations annotation_checker · 100%
low
Tool 'BinanceMarginNewOco' has no annotations annotation_checker · 100%
low
Tool 'BinanceMarginGetOco' has no annotations annotation_checker · 100%
low
Tool 'BinanceMarginCancelOco' has no annotations annotation_checker · 100%
low
Tool 'BinanceMarginGetAllOco' has no annotations annotation_checker · 100%
low
Tool 'BinanceMarginGetOpenOco' has no annotations annotation_checker · 100%
low
Tool 'BinanceIsolatedMarginTierData' has no annotations annotation_checker · 100%
low
Tool 'BinanceIsolatedMarginOpenOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceIsolatedMarginAllOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceIsolatedMarginFee' has no annotations annotation_checker · 100%
low
Tool 'BinanceIsolatedMarginTransferHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceIsolatedMarginRepay' has no annotations annotation_checker · 100%
low
Tool 'BinanceIsolatedMarginAccount' has no annotations annotation_checker · 100%
low
Tool 'BinanceIsolatedMarginMyTrades' has no annotations annotation_checker · 100%
low
Tool 'BinanceDisableIsolatedMarginAccount' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesOpenOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceIsolatedMarginAllSymbols' has no annotations annotation_checker · 100%
low
Tool 'BinanceIsolatedMarginBorrow' has no annotations annotation_checker · 100%
low
Tool 'BinanceIsolatedMarginNewOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceIsolatedMarginAccountLimit' has no annotations annotation_checker · 100%
low
Tool 'BinanceIsolatedMarginCancelOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceIsolatedMarginTransfer' has no annotations annotation_checker · 100%
low
Tool 'BinanceIsolatedMarginSymbol' has no annotations annotation_checker · 100%
low
Tool 'BinanceEnableIsolatedMarginAccount' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesChangeMarginType' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesChangeLeverage' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesOpenOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesAllOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesModifyIsolatedPositionMargin' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesCancelBatchOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesGetAllOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesBatchOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesModifyOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesChangeMultiAssetsMode' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesCancelAllOpenOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesNewOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesCancelOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesCancelAllOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesGetOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesPositionMarginHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesCountdownCancelAll' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesGetOpenOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesChangePositionMode' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesGetOpenOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesCreateListenKey' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesCloseListenKey' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesKeepAliveListenKey' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesTickerBookTicker' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesOpenInterest' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesTopLongShortPositionRatio' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesTopLongShortAccountRatio' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesTakerLongShortRatio' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesKlines' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesIndexPriceKlines' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesTickerPrice' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesTime' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesPing' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesFundingInfo' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesHistoricalTrades' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesOpenInterestHist' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesTrades' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesMarkPriceKlines' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesTicker24hr' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesAggTrades' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesGlobalLongShortAccountRatio' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesPremiumIndex' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesAssetIndex' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesLvtKlines' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesDepth' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesExchangeInfo' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesIndexInfo' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesContinuousKlines' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesFundingRate' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesCommissionRate' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesLeverageBracket' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesADLQuantile' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesApiTradingStatus' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesUserTrades' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesForceOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesAccount' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesDownloadId' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesGetMultiAssetsMode' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesBalance' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesModifyPositionMargin' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesGetPositionMarginHistory' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesGetPositionMode' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesPositionRisk' has no annotations annotation_checker · 100%
low
Tool 'BinanceFuturesIncome' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryChangeMarginType' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryChangeLeverage' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryOpenOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryAllOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryModifyIsolatedPositionMargin' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryCancelBatchOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryGetAllOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryBatchOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryOpenOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryNewOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryCancelOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryCancelAllOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryGetOrder' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryCountdownCancelAll' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryChangePositionMode' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryCreateListenKey' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryCloseListenKey' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryKeepAliveListenKey' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryOpenInterest' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryKlines' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryIndexPriceKlines' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryTickerBookTicker' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryTickerPrice' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryTime' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryPing' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryHistoricalTrades' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryOpenInterestHist' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryTrades' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryMarkPriceKlines' has no annotations annotation_checker · 100%
low
Tool 'BinanceDelivery24hrTicker' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryAggTrades' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryPremiumIndex' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryDepth' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryExchangeInfo' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryContinuousKlines' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryFundingRate' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryCommissionRate' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryLeverageBracket' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryAdlQuantile' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryUserTrades' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryForceOrders' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryAccount' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryBalance' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryPositionMode' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryPositionRisk' has no annotations annotation_checker · 100%
low
Tool 'BinanceDeliveryIncome' has no annotations annotation_checker · 100%
low
Tool 'get_proposal_details' has no annotations annotation_checker · 100%
low
Tool 'cast_vote' has no annotations annotation_checker · 100%
low
Tool 'get_voting_power' has no annotations annotation_checker · 100%
low
Tool 'get_governance_params' has no annotations annotation_checker · 100%
low
Tool 'check_vote_eligibility' has no annotations annotation_checker · 100%
low
Tool 'calculate_proposal_id' has no annotations annotation_checker · 100%
low
Tool 'queue_proposal' has no annotations annotation_checker · 100%
low
Tool 'execute_proposal' has no annotations annotation_checker · 100%
low
Tool 'cancel_proposal' has no annotations annotation_checker · 100%
low
Tool 'delegate_votes' has no annotations annotation_checker · 100%
low
Tool 'get_delegation_info' has no annotations annotation_checker · 100%
low
Tool 'sign_message' has no annotations annotation_checker · 100%
low
Tool 'get_proposal_proposer' has no annotations annotation_checker · 100%
low
Tool 'dex_get_networks' has no annotations annotation_checker · 100%
low
Tool 'dex_get_network_dexes' has no annotations annotation_checker · 100%
low
Tool 'dex_get_network_pools' has no annotations annotation_checker · 100%
low
Tool 'dex_get_dex_pools' has no annotations annotation_checker · 100%
low
Tool 'dex_get_pool_details' has no annotations annotation_checker · 100%
low
Tool 'dex_get_token_details' has no annotations annotation_checker · 100%
low
Tool 'dex_get_token_pools' has no annotations annotation_checker · 100%
low
Tool 'dex_get_pool_ohlcv' has no annotations annotation_checker · 100%
low
Tool 'dex_get_pool_transactions' has no annotations annotation_checker · 100%
low
Tool 'dex_search' has no annotations annotation_checker · 100%
low
Tool 'dex_get_stats' has no annotations annotation_checker · 100%
low
Tool 'dex_get_multi_prices' has no annotations annotation_checker · 100%
low
Tool 'geckoterminal_get_networks' has no annotations annotation_checker · 100%
low
Tool 'geckoterminal_get_dexes' has no annotations annotation_checker · 100%
low
Tool 'geckoterminal_trending_pools' has no annotations annotation_checker · 100%
low
Tool 'geckoterminal_new_pools' has no annotations annotation_checker · 100%
low
Tool 'geckoterminal_top_pools' has no annotations annotation_checker · 100%
low
Tool 'geckoterminal_get_pool' has no annotations annotation_checker · 100%
info
Tool 'get_contract_abi' annotations are consistent annotation_checker · 80%
low
Tool 'geckoterminal_get_multi_pools' has no annotations annotation_checker · 100%
low
Tool 'geckoterminal_pool_ohlcv' has no annotations annotation_checker · 100%
low
Tool 'geckoterminal_pool_trades' has no annotations annotation_checker · 100%
low
Tool 'geckoterminal_get_token' has no annotations annotation_checker · 100%
low
Tool 'geckoterminal_get_multi_tokens' has no annotations annotation_checker · 100%
low
Tool 'geckoterminal_token_pools' has no annotations annotation_checker · 100%
low
Tool 'geckoterminal_pool_tokens_info' has no annotations annotation_checker · 100%
low
Tool 'geckoterminal_dex_pools' has no annotations annotation_checker · 100%
low
Tool 'geckoterminal_search_pools' has no annotations annotation_checker · 100%
low
Tool 'geckoterminal_global_dex_stats' has no annotations annotation_checker · 100%
low
Tool 'geckoterminal_simple_token_price' has no annotations annotation_checker · 100%
low
Tool 'defi_get_protocols' has no annotations annotation_checker · 100%
low
Tool 'defi_get_protocol' has no annotations annotation_checker · 100%
low
Tool 'defi_get_protocol_tvl' has no annotations annotation_checker · 100%
low
Tool 'defi_get_chains' has no annotations annotation_checker · 100%
low
Tool 'defi_get_chain_tvl' has no annotations annotation_checker · 100%
low
Tool 'defi_get_chain_protocols' has no annotations annotation_checker · 100%
low
Tool 'defi_get_yields' has no annotations annotation_checker · 100%
low
Tool 'defi_get_yield_pool' has no annotations annotation_checker · 100%
low
Tool 'defi_get_fees_overview' has no annotations annotation_checker · 100%
low
Tool 'defi_get_protocol_fees' has no annotations annotation_checker · 100%
low
Tool 'defi_get_chain_fees' has no annotations annotation_checker · 100%
low
Tool 'defi_get_dex_volume' has no annotations annotation_checker · 100%
low
Tool 'defi_get_dex_protocol_volume' has no annotations annotation_checker · 100%
low
Tool 'defi_get_chain_dex_volume' has no annotations annotation_checker · 100%
low
Tool 'defi_get_options_volume' has no annotations annotation_checker · 100%
low
Tool 'defi_get_stablecoins' has no annotations annotation_checker · 100%
low
Tool 'defi_get_stablecoin' has no annotations annotation_checker · 100%
low
Tool 'defi_get_stablecoin_chains' has no annotations annotation_checker · 100%
low
Tool 'defi_get_bridges' has no annotations annotation_checker · 100%
low
Tool 'defi_get_bridge' has no annotations annotation_checker · 100%
low
Tool 'defi_get_bridge_volume' has no annotations annotation_checker · 100%
low
Tool 'defi_get_liquidations' has no annotations annotation_checker · 100%
low
Tool 'defi_get_raises' has no annotations annotation_checker · 100%
low
Tool 'defi_get_hacks' has no annotations annotation_checker · 100%
low
Tool 'defi_get_oracles' has no annotations annotation_checker · 100%
low
Tool 'defi_get_token_prices' has no annotations annotation_checker · 100%
low
Tool 'defi_get_token_price_history' has no annotations annotation_checker · 100%
info
Tool 'read_contract' annotations are consistent annotation_checker · 80%
low
Tool 'defi_get_token_chart' has no annotations annotation_checker · 100%
low
Tool 'defi_get_aggregators' has no annotations annotation_checker · 100%
low
Tool 'defi_get_perpetuals' has no annotations annotation_checker · 100%
low
Tool 'defi_get_perpetual_protocol' has no annotations annotation_checker · 100%
low
Tool 'keccak256_hash' has no annotations annotation_checker · 100%
low
Tool 'get_storage_at' has no annotations annotation_checker · 100%
low
Tool 'get_contract_bytecode' has no annotations annotation_checker · 100%
low
Tool 'generate_mnemonic' has no annotations annotation_checker · 100%
low
Tool 'derive_address_from_mnemonic' has no annotations annotation_checker · 100%
low
Tool 'validate_address' has no annotations annotation_checker · 100%
low
Tool 'encode_packed' has no annotations annotation_checker · 100%
low
Tool 'abi_encode' has no annotations annotation_checker · 100%
low
Tool 'abi_decode' has no annotations annotation_checker · 100%
low
Tool 'hex_to_number' has no annotations annotation_checker · 100%
low
Tool 'number_to_hex' has no annotations annotation_checker · 100%
low
Tool 'get_function_selector' has no annotations annotation_checker · 100%
low
Tool 'get_event_topic' has no annotations annotation_checker · 100%
low
Tool 'pad_hex' has no annotations annotation_checker · 100%
low
Tool 'concat_hex' has no annotations annotation_checker · 100%
low
Tool 'slice_hex' has no annotations annotation_checker · 100%
low
Tool 'verify_signature' has no annotations annotation_checker · 100%
low
Tool 'compute_contract_address' has no annotations annotation_checker · 100%
low
Tool 'compute_create2_address' has no annotations annotation_checker · 100%
low
Tool 'hash_typed_data' has no annotations annotation_checker · 100%
low
Tool 'parse_units' has no annotations annotation_checker · 100%
low
Tool 'format_units' has no annotations annotation_checker · 100%
low
Tool 'get_chain_id' has no annotations annotation_checker · 100%
low
Tool 'search_crypto_news' has no annotations annotation_checker · 100%
low
Tool 'get_defi_news' has no annotations annotation_checker · 100%
low
Tool 'get_bitcoin_news' has no annotations annotation_checker · 100%
low
Tool 'get_breaking_crypto_news' has no annotations annotation_checker · 100%
low
Tool 'get_crypto_news_sources' has no annotations annotation_checker · 100%
low
Tool 'social_get_coin_metrics' has no annotations annotation_checker · 100%
low
Tool 'social_get_coins_list' has no annotations annotation_checker · 100%
low
Tool 'social_get_coin_time_series' has no annotations annotation_checker · 100%
low
Tool 'social_get_feed' has no annotations annotation_checker · 100%
low
Tool 'social_get_trending_posts' has no annotations annotation_checker · 100%
low
Tool 'social_get_influencers' has no annotations annotation_checker · 100%
low
Tool 'social_get_influencer' has no annotations annotation_checker · 100%
low
Tool 'social_get_influencer_posts' has no annotations annotation_checker · 100%
low
Tool 'social_get_topics' has no annotations annotation_checker · 100%
low
Tool 'social_get_topic' has no annotations annotation_checker · 100%
low
Tool 'social_get_categories' has no annotations annotation_checker · 100%
low
Tool 'social_get_nft_collections' has no annotations annotation_checker · 100%
low
Tool 'social_get_nft_collection' has no annotations annotation_checker · 100%
low
Tool 'social_get_market_sentiment' has no annotations annotation_checker · 100%
low
Tool 'social_get_market_sentiment_history' has no annotations annotation_checker · 100%
low
Tool 'social_get_reddit_stats' has no annotations annotation_checker · 100%
low
Tool 'social_get_twitter_stats' has no annotations annotation_checker · 100%
low
Tool 'social_get_github_stats' has no annotations annotation_checker · 100%
low
Tool 'social_get_dominance' has no annotations annotation_checker · 100%
low
Tool 'social_get_news_sentiment' has no annotations annotation_checker · 100%
low
Tool 'market_get_coins' has no annotations annotation_checker · 100%
low
Tool 'market_get_coin_by_id' has no annotations annotation_checker · 100%
low
Tool 'market_get_coin_chart' has no annotations annotation_checker · 100%
low
Tool 'market_get_coin_avg_price' has no annotations annotation_checker · 100%
low
Tool 'market_get_exchange_price' has no annotations annotation_checker · 100%
low
Tool 'market_get_exchanges' has no annotations annotation_checker · 100%
low
Tool 'market_get_tickers' has no annotations annotation_checker · 100%
low
Tool 'market_get_blockchains' has no annotations annotation_checker · 100%
low
Tool 'market_get_wallet_balance' has no annotations annotation_checker · 100%
low
Tool 'market_get_wallet_balances_all' has no annotations annotation_checker · 100%
low
Tool 'market_get_wallet_transactions' has no annotations annotation_checker · 100%
low
Tool 'market_get_global' has no annotations annotation_checker · 100%
low
Tool 'market_get_news_sources' has no annotations annotation_checker · 100%
low
Tool 'market_get_news' has no annotations annotation_checker · 100%
low
Tool 'market_get_news_by_type' has no annotations annotation_checker · 100%
low
Tool 'market_get_fiats' has no annotations annotation_checker · 100%
low
Tool 'market_get_portfolio_coins' has no annotations annotation_checker · 100%
low
Tool 'market_get_portfolio_chart' has no annotations annotation_checker · 100%
low
Tool 'market_get_fear_greed_current' has no annotations annotation_checker · 100%
low
Tool 'market_get_fear_greed_historical' has no annotations annotation_checker · 100%
low
Tool 'market_analyze_fear_greed_trend' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_ping' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_coins_list' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_coins_markets' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_coin' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_coin_tickers' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_coin_history' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_coin_market_chart' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_coin_market_chart_range' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_coin_ohlc' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_simple_price' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_token_price' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_supported_currencies' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_global' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_global_defi' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_trending' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_search' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_categories_list' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_categories' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_exchanges' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_exchange' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_exchange_tickers' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_exchange_volume_chart' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_asset_platforms' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_contract' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_contract_market_chart' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_derivatives' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_derivatives_exchanges' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_nfts_list' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_nft' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_exchange_rates' has no annotations annotation_checker · 100%
low
Tool 'market_coingecko_companies_holdings' has no annotations annotation_checker · 100%
low
Tool 'universal-crypto-mcp' has no annotations annotation_checker · 100%
info
Tool 'get_wallet_address' annotations are consistent annotation_checker · 80%
info
Tool 'get_chain_info' annotations are consistent annotation_checker · 80%
info
Tool 'get_supported_networks' annotations are consistent annotation_checker · 80%
info
Tool 'get_gas_price' annotations are consistent annotation_checker · 80%
info
Tool 'resolve_ens_name' annotations are consistent annotation_checker · 80%
info
Tool 'lookup_ens_address' annotations are consistent annotation_checker · 80%
info
Tool 'get_block' annotations are consistent annotation_checker · 80%
info
Tool 'get_latest_block' annotations are consistent annotation_checker · 80%
info
Tool 'get_balance' annotations are consistent annotation_checker · 80%
info
Tool 'get_token_balance' annotations are consistent annotation_checker · 80%
info
Tool 'get_allowance' annotations are consistent annotation_checker · 80%
info
Tool 'get_transaction' annotations are consistent annotation_checker · 80%
info
Tool 'get_transaction_receipt' annotations are consistent annotation_checker · 80%
info
Tool 'wait_for_transaction' annotations are consistent annotation_checker · 80%
low
Tool 'gnfd_create_bucket' has no annotations annotation_checker · 100%
low
Tool 'gnfd_create_file' has no annotations annotation_checker · 100%
low
Tool 'gnfd_create_folder' has no annotations annotation_checker · 100%
low
Tool 'gnfd_list_buckets' has no annotations annotation_checker · 100%
low
Tool 'gnfd_list_objects' has no annotations annotation_checker · 100%
low
Tool 'gnfd_delete_object' has no annotations annotation_checker · 100%
low
Tool 'gnfd_delete_bucket' has no annotations annotation_checker · 100%
low
Tool 'gnfd_get_bucket_info' has no annotations annotation_checker · 100%
low
Tool 'gnfd_get_bucket_full_info' has no annotations annotation_checker · 100%
low
Tool 'gnfd_get_object_info' has no annotations annotation_checker · 100%
low
Tool 'gnfd_download_object' has no annotations annotation_checker · 100%
low
Tool 'gnfd_get_account_balance' has no annotations annotation_checker · 100%
low
Tool 'gnfd_get_all_sps' has no annotations annotation_checker · 100%
low
Tool 'gnfd_get_payment_accounts' has no annotations annotation_checker · 100%
low
Tool 'gnfd_create_payment_account' has no annotations annotation_checker · 100%
low
Tool 'gnfd_deposit_to_payment' has no annotations annotation_checker · 100%
low
Tool 'gnfd_withdraw_from_payment' has no annotations annotation_checker · 100%
low
Tool 'gnfd_get_payment_account_info' has no annotations annotation_checker · 100%
low
Tool 'is_contract' has no annotations annotation_checker · 100%
low
Tool 'read_contract' has no annotations annotation_checker · 100%
low
Tool 'write_contract' has no annotations annotation_checker · 100%
low
Tool 'get_erc20_token_info' has no annotations annotation_checker · 100%
low
Tool 'get_native_balance' has no annotations annotation_checker · 100%
low
Tool 'get_erc20_balance' has no annotations annotation_checker · 100%
low
Tool 'create_erc20_token' has no annotations annotation_checker · 100%
low
Tool 'get_address_from_private_key' has no annotations annotation_checker · 100%
low
Tool 'transfer_native_token' has no annotations annotation_checker · 100%
low
Tool 'approve_token_spending' has no annotations annotation_checker · 100%
low
Tool 'transfer_erc20' has no annotations annotation_checker · 100%
low
Tool 'get_chain_info' has no annotations annotation_checker · 100%
low
Tool 'get_supported_networks' has no annotations annotation_checker · 100%
low
Tool 'get_block_by_hash' has no annotations annotation_checker · 100%
low
Tool 'get_block_by_number' has no annotations annotation_checker · 100%
low
Tool 'get_latest_block' has no annotations annotation_checker · 100%
low
Tool 'get_nft_info' has no annotations annotation_checker · 100%
low
Tool 'get_erc1155_token_metadata' has no annotations annotation_checker · 100%
low
Tool 'transfer_nft' has no annotations annotation_checker · 100%
low
Tool 'transfer_erc1155' has no annotations annotation_checker · 100%
low
Tool 'get_transaction' has no annotations annotation_checker · 100%
low
Tool 'estimate_gas' has no annotations annotation_checker · 100%
low
Tool 'generate_payment_qr' has no annotations annotation_checker · 100%
low
Tool 'get_webhook_url' has no annotations annotation_checker · 100%
low
Tool 'get_payment_status' has no annotations annotation_checker · 100%
low
Tool 'create_payment_link' has no annotations annotation_checker · 100%
low
Tool 'list_currencies_catalog' has no annotations annotation_checker · 100%
low
Tool 'get_tunnel_status' has no annotations annotation_checker · 100%
low
Tool 'create_payment_onchain' has no annotations annotation_checker · 100%
low
Tool 'send_private_transaction' has no annotations annotation_checker · 100%
low
Tool 'simulate_bundle' has no annotations annotation_checker · 100%
low
Tool 'check_mev_exposure' has no annotations annotation_checker · 100%
low
Tool 'get_mev_protection_info' has no annotations annotation_checker · 100%
low
Tool 'get_staking_position' has no annotations annotation_checker · 100%
low
Tool 'stake_tokens' has no annotations annotation_checker · 100%
low
Tool 'unstake_tokens' has no annotations annotation_checker · 100%
low
Tool 'claim_staking_rewards' has no annotations annotation_checker · 100%
low
Tool 'get_staking_apr' has no annotations annotation_checker · 100%
low
Tool 'get_staking_protocols' has no annotations annotation_checker · 100%
low
Tool 'stake_eth_lido' has no annotations annotation_checker · 100%
low
Tool 'wrap_steth' has no annotations annotation_checker · 100%
low
Tool 'unwrap_wsteth' has no annotations annotation_checker · 100%
low
Tool 'get_lido_stats' has no annotations annotation_checker · 100%
low
Tool 'stake_lp_tokens' has no annotations annotation_checker · 100%
low
Tool 'withdraw_lp_tokens' has no annotations annotation_checker · 100%
low
Tool 'get_farming_position' has no annotations annotation_checker · 100%
low
Tool 'get_liquid_staking_info' has no annotations annotation_checker · 100%
low
Tool 'approve' has no annotations annotation_checker · 100%
low
Tool 'Lido' has no annotations annotation_checker · 100%
low
Tool 'resolve_ens_name' has no annotations annotation_checker · 100%
low
Tool 'reverse_resolve_address' has no annotations annotation_checker · 100%
low
Tool 'get_ens_text_records' has no annotations annotation_checker · 100%
low
Tool 'get_ens_avatar' has no annotations annotation_checker · 100%
low
Tool 'check_ens_availability' has no annotations annotation_checker · 100%
low
Tool 'get_ens_name_details' has no annotations annotation_checker · 100%
low
Tool 'batch_resolve_addresses' has no annotations annotation_checker · 100%
low
Tool 'register_ens_name' has no annotations annotation_checker · 100%
low
Tool 'set_ens_records' has no annotations annotation_checker · 100%
low
Tool 'transfer_ens' has no annotations annotation_checker · 100%
low
Tool 'renew_ens' has no annotations annotation_checker · 100%
low
Tool 'create_subdomain' has no annotations annotation_checker · 100%
low
Tool '${name}.eth' has no annotations annotation_checker · 100%
low
Tool '${label}.eth' has no annotations annotation_checker · 100%
low
Tool 'get_bridge_quote' has no annotations annotation_checker · 100%
low
Tool 'execute_bridge' has no annotations annotation_checker · 100%
low
Tool 'get_bridge_status' has no annotations annotation_checker · 100%
low
Tool 'get_supported_bridges' has no annotations annotation_checker · 100%
low
Tool 'estimate_bridge_time' has no annotations annotation_checker · 100%
low
Tool 'get_bridge_fees' has no annotations annotation_checker · 100%
low
Tool 'execute_multicall' has no annotations annotation_checker · 100%
low
Tool 'get_multi_token_balances' has no annotations annotation_checker · 100%
low
Tool 'get_multi_token_info' has no annotations annotation_checker · 100%
low
Tool 'get_multi_native_balances' has no annotations annotation_checker · 100%
low
Tool 'encode_call_data' has no annotations annotation_checker · 100%
low
Tool 'batch_check_allowances' has no annotations annotation_checker · 100%
low
Tool 'arg${i}' has no annotations annotation_checker · 100%
low
Tool 'allowance' has no annotations annotation_checker · 100%
low
Tool 'get_gas_price' has no annotations annotation_checker · 100%
low
Tool 'get_gas_prices_all_chains' has no annotations annotation_checker · 100%
low
Tool 'get_eip1559_fees' has no annotations annotation_checker · 100%
low
Tool 'get_standard_gas_limits' has no annotations annotation_checker · 100%
low
Tool 'calculate_tx_cost' has no annotations annotation_checker · 100%
low
Tool 'get_gas_history' has no annotations annotation_checker · 100%
low
Tool 'wrap_native_token' has no annotations annotation_checker · 100%
low
Tool 'unwrap_native_token' has no annotations annotation_checker · 100%
low
Tool 'get_wrapped_native_balance' has no annotations annotation_checker · 100%
low
Tool 'batch_transfer_erc20' has no annotations annotation_checker · 100%
low
Tool 'burn_erc20_tokens' has no annotations annotation_checker · 100%
low
Tool 'get_token_holder_count' has no annotations annotation_checker · 100%
low
Tool 'check_token_allowance' has no annotations annotation_checker · 100%
low
Tool 'revoke_token_approval' has no annotations annotation_checker · 100%
low
Tool 'get_token_supply_info' has no annotations annotation_checker · 100%
low
Tool 'decimals' has no annotations annotation_checker · 100%
low
Tool 'Transfer' has no annotations annotation_checker · 100%
low
Tool 'totalSupply' has no annotations annotation_checker · 100%
low
Tool 'get_portfolio_overview' has no annotations annotation_checker · 100%
low
Tool 'get_token_balance' has no annotations annotation_checker · 100%
low
Tool 'get_multichain_portfolio' has no annotations annotation_checker · 100%
low
Tool 'get_wallet_activity' has no annotations annotation_checker · 100%
low
Tool 'calculate_portfolio_allocation' has no annotations annotation_checker · 100%
low
Tool 'deploy_contract' has no annotations annotation_checker · 100%
low
Tool 'deploy_create2' has no annotations annotation_checker · 100%
low
Tool 'deploy_proxy' has no annotations annotation_checker · 100%
low
Tool 'upgrade_proxy' has no annotations annotation_checker · 100%
low
Tool 'verify_contract' has no annotations annotation_checker · 100%
low
Tool 'predict_create2_address' has no annotations annotation_checker · 100%
low
Tool '_logic' has no annotations annotation_checker · 100%
low
Tool 'derive_addresses_from_mnemonic' has no annotations annotation_checker · 100%
low
Tool 'create_wallet' has no annotations annotation_checker · 100%
low
Tool 'import_wallet_from_mnemonic' has no annotations annotation_checker · 100%
low
Tool 'get_token_approvals' has no annotations annotation_checker · 100%
low
Tool 'verify_message' has no annotations annotation_checker · 100%
low
Tool 'get_wallet_portfolio' has no annotations annotation_checker · 100%
low
Tool 'balanceOf' has no annotations annotation_checker · 100%
low
Tool 'get_chainlink_price' has no annotations annotation_checker · 100%
low
Tool 'get_available_price_feeds' has no annotations annotation_checker · 100%
low
Tool 'get_custom_price_feed' has no annotations annotation_checker · 100%
low
Tool 'get_multiple_prices' has no annotations annotation_checker · 100%
low
Tool 'get_uniswap_pool_price' has no annotations annotation_checker · 100%
low
Tool 'check_price_feed_health' has no annotations annotation_checker · 100%
low
Tool 'verify_message_signature' has no annotations annotation_checker · 100%
low
Tool 'sign_typed_data' has no annotations annotation_checker · 100%
low
Tool 'verify_typed_data_signature' has no annotations annotation_checker · 100%
low
Tool 'hash_message' has no annotations annotation_checker · 100%
low
Tool 'create_permit_signature' has no annotations annotation_checker · 100%
low
Tool 'recover_signer' has no annotations annotation_checker · 100%
low
Tool 'owner' has no annotations annotation_checker · 100%
low
Tool 'get_swap_quote' has no annotations annotation_checker · 100%
low
Tool 'execute_swap' has no annotations annotation_checker · 100%
low
Tool 'get_best_route' has no annotations annotation_checker · 100%
low
Tool 'get_dex_liquidity' has no annotations annotation_checker · 100%
low
Tool 'get_price_impact' has no annotations annotation_checker · 100%
low
Tool 'get_supported_dexs' has no annotations annotation_checker · 100%
low
Tool 'add_liquidity' has no annotations annotation_checker · 100%
low
Tool 'add_liquidity_native' has no annotations annotation_checker · 100%
low
Tool 'remove_liquidity' has no annotations annotation_checker · 100%
low
Tool 'get_lp_balance' has no annotations annotation_checker · 100%
low
Tool 'get_pool_reserves' has no annotations annotation_checker · 100%
low
Tool 'calculate_arbitrage' has no annotations annotation_checker · 100%
low
Tool 'get_contract_logs' has no annotations annotation_checker · 100%
low
Tool 'get_erc20_transfers' has no annotations annotation_checker · 100%
low
Tool 'get_approval_events' has no annotations annotation_checker · 100%
low
Tool 'get_logs_by_topic' has no annotations annotation_checker · 100%
low
Tool 'get_event_topics' has no annotations annotation_checker · 100%
low
Tool 'calculate_event_signature' has no annotations annotation_checker · 100%
low
Tool 'get_recent_events' has no annotations annotation_checker · 100%
low
Tool 'estimate_block_time' has no annotations annotation_checker · 100%
low
Tool 'get_finality_status' has no annotations annotation_checker · 100%
low
Tool 'get_pending_transactions_info' has no annotations annotation_checker · 100%
low
Tool 'get_network_metadata' has no annotations annotation_checker · 100%
low
Tool 'get_gas_oracle' has no annotations annotation_checker · 100%
low
Tool 'get_network_health' has no annotations annotation_checker · 100%
low
Tool 'get_block_with_transactions' has no annotations annotation_checker · 100%
low
Tool 'get_uncle_blocks' has no annotations annotation_checker · 100%
low
Tool 'get_block_receipts' has no annotations annotation_checker · 100%
low
Tool 'get_block_range' has no annotations annotation_checker · 100%
low
Tool 'get_block_rewards' has no annotations annotation_checker · 100%
low
Tool 'get_blocks_by_miner' has no annotations annotation_checker · 100%
low
Tool 'analyze_token_security' has no annotations annotation_checker · 100%
low
Tool 'check_approval_risks' has no annotations annotation_checker · 100%
low
Tool 'simulate_transaction' has no annotations annotation_checker · 100%
low
Tool 'check_address_type' has no annotations annotation_checker · 100%
low
Tool 'decode_transaction_data' has no annotations annotation_checker · 100%
low
Tool 'detect_rug_pull_risk' has no annotations annotation_checker · 100%
low
Tool 'get_holder_distribution' has no annotations annotation_checker · 100%
low
Tool 'check_contract_ownership' has no annotations annotation_checker · 100%
low
Tool 'detect_honeypot' has no annotations annotation_checker · 100%
low
Tool 'analyze_contract_permissions' has no annotations annotation_checker · 100%
low
Tool 'verify_contract_source' has no annotations annotation_checker · 100%
low
Tool 'goplus_token_security' has no annotations annotation_checker · 100%
low
Tool 'goplus_address_security' has no annotations annotation_checker · 100%
low
Tool 'goplus_approval_security' has no annotations annotation_checker · 100%
low
Tool 'goplus_nft_security' has no annotations annotation_checker · 100%
low
Tool 'goplus_dapp_security' has no annotations annotation_checker · 100%
low
Tool 'goplus_signature_decode' has no annotations annotation_checker · 100%
low
Tool 'goplus_supported_chains' has no annotations annotation_checker · 100%
low
Tool 'goplus_rugpull_detection' has no annotations annotation_checker · 100%
low
Tool 'mint(address,uint256)' has no annotations annotation_checker · 100%
low
Tool 'Etherscan' has no annotations annotation_checker · 100%
low
Tool 'get_nft_collection_info' has no annotations annotation_checker · 100%
low
Tool 'get_nfts_by_owner' has no annotations annotation_checker · 100%
low
Tool 'check_nft_ownership' has no annotations annotation_checker · 100%
low
Tool 'approve_nft_for_marketplace' has no annotations annotation_checker · 100%
low
Tool 'revoke_nft_approval' has no annotations annotation_checker · 100%
low
Tool 'check_nft_approval' has no annotations annotation_checker · 100%
low
Tool 'batch_transfer_nfts' has no annotations annotation_checker · 100%
low
Tool 'fetch_nft_metadata' has no annotations annotation_checker · 100%
low
Tool 'safeTransferFrom' has no annotations annotation_checker · 100%
low
Tool 'speed_up_transaction' has no annotations annotation_checker · 100%
low
Tool 'cancel_transaction' has no annotations annotation_checker · 100%
low
Tool 'get_pending_transaction_count' has no annotations annotation_checker · 100%
low
Tool 'get_lending_position' has no annotations annotation_checker · 100%
low
Tool 'get_lending_rates' has no annotations annotation_checker · 100%
low
Tool 'get_lending_protocols' has no annotations annotation_checker · 100%
low
Tool 'calculate_health_factor' has no annotations annotation_checker · 100%
low
Tool 'get_flash_loan_info' has no annotations annotation_checker · 100%
low
Tool 'get_liquidatable_positions' has no annotations annotation_checker · 100%
low
Tool 'supply_to_lending' has no annotations annotation_checker · 100%
low
Tool 'borrow_from_lending' has no annotations annotation_checker · 100%
low
Tool 'repay_to_lending' has no annotations annotation_checker · 100%
low
Tool 'withdraw_from_lending' has no annotations annotation_checker · 100%
low
Tool 'borrow' has no annotations annotation_checker · 100%
low
Tool 'withdraw' has no annotations annotation_checker · 100%
medium
OAuth implementation without PKCE auth_checker · 75%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Excessive dependency count: 93 direct dependencies dependency_analyzer · 90%
medium
Suspicious package name: react-dom dependency_analyzer · 60%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.11.0 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.11.0 (GHSA-8r9q-7v3j-jr4g) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.11.0 (GHSA-w48q-cv73-mx4w) dependency_analyzer · 95%
medium
Vulnerable dependency: express@4.18.2 (GHSA-qw6h-vgh9-j6wx) dependency_analyzer · 95%
medium
Vulnerable dependency: express@4.18.2 (GHSA-rv95-896h-c2vc) dependency_analyzer · 95%
medium
Vulnerable dependency: tsup@8.0.0 (GHSA-3mv9-4h5g-vhg3) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-267c-6grr-h53f) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-26hh-7cqf-hhc6) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-36qx-fr4f-26g5) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-3g8h-86w9-wvmq) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-3x4c-7xq6-9pq8) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-4633-3j49-mh5q) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-492v-c6pp-mqqv) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-4c39-4ccg-62r3) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-5f7q-jpqc-wp7h) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-68g3-v927-f742) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-6gpp-xcg3-4w24) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-89xv-2m56-2m9x) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-8h8q-6873-q5fj) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-955p-x3mx-jcvp) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-9g9p-9gw9-jx7f) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-c4j6-fc7j-m34r) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-ffhc-5mcf-pf4q) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-ggv3-7p47-pfv8) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-gx5p-jg67-6x7h) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-h25m-26qc-wcjf) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-h27x-g6w4-24gq) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-h64f-5h5j-jqjh) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-jcc7-9wpm-mj36) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-m99w-x7hq-7vfj) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-mg66-mrh9-m8jx) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-mq59-m269-xvcx) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-p9j2-gv94-2wf4) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-q4gf-8mx6-v5v3) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-q8wf-6r8g-63ch) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-vfv6-92ff-j949) dependency_analyzer · 95%
medium
Vulnerable dependency: next@16.1.1 (GHSA-wfc6-r584-vfw7) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-36qx-fr4f-26g5) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-3g8h-86w9-wvmq) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-3h52-269p-cp9r) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-3x4c-7xq6-9pq8) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-4342-x723-ch2f) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-4633-3j49-mh5q) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-4c39-4ccg-62r3) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-5j59-xgg2-r9c4) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-68g3-v927-f742) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-7gfc-8cq8-jh5f) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-7m27-7ghc-44w9) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-89xv-2m56-2m9x) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-8h8q-6873-q5fj) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-955p-x3mx-jcvp) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-9g9p-9gw9-jx7f) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-c4j6-fc7j-m34r) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-f82v-jwr5-mffw) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-ffhc-5mcf-pf4q) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-g5qg-72qw-gw5v) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-g77x-44xx-532m) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-ggv3-7p47-pfv8) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-gp8f-8m3g-qvj9) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-gx5p-jg67-6x7h) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-h25m-26qc-wcjf) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-h64f-5h5j-jqjh) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-m99w-x7hq-7vfj) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-mwv6-3258-q52c) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-p9j2-gv94-2wf4) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-q4gf-8mx6-v5v3) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-qpjv-v59x-3qc4) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-vfv6-92ff-j949) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-wfc6-r584-vfw7) dependency_analyzer · 95%
medium
Vulnerable dependency: next@14.2.0 (GHSA-xv57-4mr9-wg8v) dependency_analyzer · 95%
medium
Vulnerable dependency: postcss@8.4.31 (GHSA-6g55-p6wh-862q) dependency_analyzer · 95%
medium
Vulnerable dependency: postcss@8.4.31 (GHSA-fxqj-rqcc-2cmp) dependency_analyzer · 95%
medium
Vulnerable dependency: postcss@8.4.31 (GHSA-qx2v-qp2m-jg93) dependency_analyzer · 95%
medium
Vulnerable dependency: postcss@8.4.31 (GHSA-r28c-9q8g-f849) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@1.2.0 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@1.2.0 (GHSA-9crc-q9x8-hgqq) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.0.0 (GHSA-w48q-cv73-mx4w) dependency_analyzer · 95%
medium
Vulnerable dependency: pymdown-extensions@10.0 (GHSA-9xwg-3r6f-jcx2) dependency_analyzer · 95%
medium
Vulnerable dependency: pymdown-extensions@10.0 (GHSA-gm37-52c6-37mw) dependency_analyzer · 95%
medium
Vulnerable dependency: pymdown-extensions@10.0 (GHSA-r6h4-mm7h-8pmq) dependency_analyzer · 95%
medium
Vulnerable dependency: pymdown-extensions@10.0 (PYSEC-2026-1825) dependency_analyzer · 95%
medium
Vulnerable dependency: pymdown-extensions@10.0 (PYSEC-2026-3609) dependency_analyzer · 95%
medium
Vulnerable dependency: pymdown-extensions@10.0 (PYSEC-2026-3654) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-2fqr-mr3j-6wp8) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-2vrm-gr82-f7m5) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-3wq7-rqq7-wx6j) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-45c4-8wx5-qw6w) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-4fvr-rgm6-gqmc) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-4m7w-qmgq-4wj5) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-54jq-c3m8-4m76) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-5h86-8mv2-jq9f) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-5m98-qgg9-wh84) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-63hf-3vf5-4wqf) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-63hw-fmq6-xxg2) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-69f9-5gxw-wvc2) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-6jhg-hg63-jvvf) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-6mq8-rvhq-8wgg) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-7gpw-8wmc-pm8g) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-8495-4g3g-x7pr) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-8qpw-xqxj-h4r2) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-9548-qrrj-x5pj) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-966j-vmvw-g2g9) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-9x8q-7h8h-wcw9) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-c427-h43c-vf67) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-cq5v-8q36-5273) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-fh55-r93g-j68g) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-g3cq-j2xw-wf74) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-g84x-mcqj-x9qq) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-gfw2-4jvh-wgfg) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-hcc4-c3v8-rx92) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-hg6j-4rv6-33pg) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-hpj7-wq8m-9hgp) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-jg22-mg44-37j8) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-jj3x-wxrx-4x23) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-m5qp-6w8w-w647) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-m6qw-4cw2-hm4m) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-mfx4-hv73-q22v) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-mq44-7p77-q5h7) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-mqqc-3gqh-h2x8) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-mwh4-6h8g-pg8w) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-p998-jp59-783m) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-pjjw-qhg8-p2p9) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-q3qx-c6g2-7pw2) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-qvrw-v9rv-5rjx) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-w2fm-2cpv-w7v5) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (GHSA-xcgm-r5h9-7989) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2023-120) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2023-246) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2023-250) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2023-251) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2024-24) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2024-26) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-1097) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-1098) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-1099) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-1100) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-1101) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-1102) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-1103) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-1104) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-1105) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-1106) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-1107) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-1109) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2094) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2095) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2096) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2097) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2098) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2099) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2100) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2101) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2102) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2103) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2104) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2105) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2106) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2107) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2108) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2109) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2110) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2111) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2112) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-2113) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-237) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-3545) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-3546) dependency_analyzer · 95%
medium
Vulnerable dependency: aiohttp@3.8.0 (PYSEC-2026-3547) dependency_analyzer · 95%
medium
Vulnerable dependency: pydantic@2.0.0 (GHSA-mr82-8j83-vxmv) dependency_analyzer · 95%
medium
Vulnerable dependency: pydantic@2.0.0 (PYSEC-2026-1812) dependency_analyzer · 95%
medium
Vulnerable dependency: python-dotenv@1.0.0 (GHSA-mf9w-mj56-hr94) dependency_analyzer · 95%
medium
Vulnerable dependency: python-dotenv@1.0.0 (PYSEC-2026-2270) dependency_analyzer · 95%
medium
Buffer.from base64 in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/src/vendors/algorand/utils/responseProcessor.ts:44 entropy_analyzer · 75%
medium
Buffer.from base64 in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/src/vendors/algorand/tools/utilityManager.ts:337 entropy_analyzer · 75%
medium
Buffer.from base64 in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/src/vendors/algorand/tools/utilityManager.ts:357 entropy_analyzer · 75%
medium
Buffer.from base64 in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/src/vendors/algorand/tools/algodManager.ts:152 entropy_analyzer · 75%
medium
Buffer.from base64 in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/src/vendors/algorand/tools/algodManager.ts:170 entropy_analyzer · 75%
info
Tool: BinanceTicker24hr manifest_parser · 70%
medium
Buffer.from base64 in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/src/vendors/algorand/tools/transactionManager/generalTransaction.ts:160 entropy_analyzer · 75%
medium
Buffer.from base64 in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/src/vendors/algorand/tools/transactionManager/generalTransaction.ts:167 entropy_analyzer · 75%
medium
Buffer.from base64 in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/src/vendors/algorand/tools/transactionManager/generalTransaction.ts:173 entropy_analyzer · 75%
medium
Buffer.from base64 in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/src/vendors/algorand/tools/transactionManager/generalTransaction.ts:196 entropy_analyzer · 75%
medium
Buffer.from base64 in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/src/vendors/algorand/tools/apiManager/algod/application.ts:103 entropy_analyzer · 75%
medium
Buffer.from base64 in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/src/vendors/algorand/tools/apiManager/algod/application.ts:105 entropy_analyzer · 75%
medium
Buffer.from base64 in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/src/vendors/algorand/tools/apiManager/indexer/application.ts:244 entropy_analyzer · 75%
medium
Buffer.from base64 in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/src/vendors/algorand/tools/apiManager/indexer/application.ts:246 entropy_analyzer · 75%
medium
Hex string literal (>50 chars) in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/src/evm/modules/wallet/tools.ts:408 entropy_analyzer · 70%
medium
Buffer.from base64 in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/src/evm/modules/nft/tools.ts:554 entropy_analyzer · 75%
info
package.json metadata manifest_parser · 100%
info
Tool: get_current_fng_tool manifest_parser · 90%
info
Tool: BinanceAcquiringAlgorithm manifest_parser · 70%
info
Tool: get_historical_fng_tool manifest_parser · 90%
info
Tool: analyze_fng_trend manifest_parser · 90%
info
Tool: get_sentiment_balance manifest_parser · 90%
info
Tool: get_social_volume manifest_parser · 90%
info
Tool: alert_social_shift manifest_parser · 90%
info
Tool: get_trending_words manifest_parser · 90%
info
Tool: get_social_dominance manifest_parser · 90%
info
Tool: get_risk_score manifest_parser · 90%
info
Tool: defi_get_dex_volume manifest_parser · 70%
info
Tool: get_assets manifest_parser · 90%
info
Tool: get_crypto_news manifest_parser · 90%
info
Tool: get_income_statements manifest_parser · 90%
info
Tool: get_balance_sheets manifest_parser · 90%
info
Tool: get_cash_flow_statements manifest_parser · 90%
info
Tool: get_current_stock_price manifest_parser · 90%
info
Tool: get_historical_stock_prices manifest_parser · 90%
info
Tool: get_company_news manifest_parser · 90%
info
Tool: get_available_crypto_tickers manifest_parser · 90%
info
Tool: get_crypto_prices manifest_parser · 90%
info
Tool: get_historical_crypto_prices manifest_parser · 90%
info
Tool: get_current_crypto_price manifest_parser · 90%
info
Tool: get_sec_filings manifest_parser · 90%
info
Tool: binance_us_order_book manifest_parser · 70%
info
Tool: binance_us_recent_trades manifest_parser · 70%
info
Tool: binance_us_historical_trades manifest_parser · 70%
info
Tool: binance_us_agg_trades manifest_parser · 70%
info
Tool: binance_us_klines manifest_parser · 70%
info
Tool: binance_us_avg_price manifest_parser · 70%
info
Tool: binance_us_ticker_24hr manifest_parser · 70%
info
Tool: binance_us_ticker_price manifest_parser · 70%
info
Tool: binance_us_ticker_book manifest_parser · 70%
info
Tool: binance_us_rolling_window manifest_parser · 70%
info
Tool: binance_us_asset_config manifest_parser · 70%
info
Tool: binance_us_withdraw_crypto manifest_parser · 70%
info
Tool: binance_us_withdraw_fiat manifest_parser · 70%
info
Tool: binance_us_withdraw_history manifest_parser · 70%
info
Tool: binance_us_deposit_history manifest_parser · 70%
info
Tool: binance_us_deposit_address manifest_parser · 70%
info
Tool: binance_us_account_info manifest_parser · 70%
info
Tool: binance_us_my_trades manifest_parser · 70%
info
Tool: binance_us_rate_limits manifest_parser · 70%
info
Tool: binance_us_trade_fee manifest_parser · 70%
info
Tool: binance_us_trade_volume manifest_parser · 70%
info
Tool: binance_us_subaccount_list manifest_parser · 70%
info
Tool: binance_us_subaccount_transfer_history manifest_parser · 70%
info
Tool: binance_us_subaccount_transfer manifest_parser · 70%
info
Tool: binance_us_subaccount_assets manifest_parser · 70%
info
Tool: binance_us_subaccount_summary manifest_parser · 70%
info
Tool: binance_us_subaccount_status manifest_parser · 70%
info
Tool: binance_us_new_oco manifest_parser · 70%
info
Tool: binance_us_get_oco manifest_parser · 70%
info
Tool: binance_us_cancel_oco manifest_parser · 70%
info
Tool: binance_us_open_oco manifest_parser · 70%
info
Tool: binance_us_all_oco_orders manifest_parser · 70%
info
Tool: binance_us_new_order manifest_parser · 70%
info
Tool: binance_us_test_order manifest_parser · 70%
info
Tool: binance_us_get_order manifest_parser · 70%
info
Tool: binance_us_cancel_order manifest_parser · 70%
info
Tool: binance_us_cancel_replace manifest_parser · 70%
info
Tool: binance_us_open_orders manifest_parser · 70%
info
Tool: binance_us_all_orders manifest_parser · 70%
info
Tool: binance_us_cancel_all_open_orders manifest_parser · 70%
info
Tool: binance_us_ping manifest_parser · 70%
info
Tool: binance_us_server_time manifest_parser · 70%
info
Tool: binance_us_system_status manifest_parser · 70%
info
Tool: binance_us_exchange_info manifest_parser · 70%
info
Tool: getNetworks manifest_parser · 70%
info
Tool: getNetworkDexes manifest_parser · 70%
info
Tool: calculate_force_index manifest_parser · 70%
info
Tool: getNetworkPools manifest_parser · 70%
info
Tool: getDexPools manifest_parser · 70%
info
Tool: getPoolDetails manifest_parser · 70%
info
Tool: getTokenDetails manifest_parser · 70%
info
Tool: getTokenPools manifest_parser · 70%
info
Tool: getPoolOHLCV manifest_parser · 70%
info
Tool: getPoolTransactions manifest_parser · 70%
info
Tool: search manifest_parser · 70%
info
Tool: getStats manifest_parser · 70%
info
Tool: getTokenMultiPrices manifest_parser · 70%
info
Tool: calculate_accumulation_distribution manifest_parser · 70%
info
Tool: calculate_chaikin_money_flow manifest_parser · 70%
info
Tool: calculate_ease_of_movement manifest_parser · 70%
info
Tool: calculate_money_flow_index manifest_parser · 70%
info
Tool: calculate_negative_volume_index manifest_parser · 70%
info
Tool: calculate_on_balance_volume manifest_parser · 70%
info
Tool: calculate_volume_price_trend manifest_parser · 70%
info
Tool: calculate_volume_weighted_average_price manifest_parser · 70%
info
Tool: calculate_acceleration_bands manifest_parser · 70%
info
Tool: calculate_average_true_range manifest_parser · 70%
info
Tool: calculate_bollinger_bands manifest_parser · 70%
info
Tool: calculate_bollinger_bands_width manifest_parser · 70%
info
Tool: calculate_chandelier_exit manifest_parser · 70%
info
Tool: calculate_donchian_channel manifest_parser · 70%
info
Tool: calculate_keltner_channel manifest_parser · 70%
info
Tool: calculate_moving_standard_deviation manifest_parser · 70%
info
Tool: calculate_projection_oscillator manifest_parser · 70%
info
Tool: calculate_true_range manifest_parser · 70%
info
Tool: calculate_ulcer_index manifest_parser · 70%
info
Tool: calculate_absolute_price_oscillator manifest_parser · 70%
info
Tool: calculate_aroon manifest_parser · 70%
info
Tool: calculate_balance_of_power manifest_parser · 70%
info
Tool: calculate_chande_forecast_oscillator manifest_parser · 70%
info
Tool: calculate_commodity_channel_index manifest_parser · 70%
info
Tool: calculate_double_exponential_moving_average manifest_parser · 70%
info
Tool: calculate_exponential_moving_average manifest_parser · 70%
info
Tool: calculate_mass_index manifest_parser · 70%
info
Tool: calculate_moving_average_convergence_divergence manifest_parser · 70%
info
Tool: calculate_moving_max manifest_parser · 70%
info
Tool: calculate_moving_min manifest_parser · 70%
info
Tool: calculate_moving_sum manifest_parser · 70%
info
Tool: calculate_parabolic_sar manifest_parser · 70%
info
Tool: calculate_qstick manifest_parser · 70%
info
Tool: calculate_kdj manifest_parser · 70%
info
Tool: calculate_rolling_moving_average manifest_parser · 70%
info
Tool: calculate_simple_moving_average manifest_parser · 70%
info
Tool: calculate_since_change manifest_parser · 70%
info
Tool: calculate_triple_exponential_moving_average manifest_parser · 70%
info
Tool: calculate_triangular_moving_average manifest_parser · 70%
info
Tool: calculate_triple_exponential_average manifest_parser · 70%
info
Tool: calculate_typical_price manifest_parser · 70%
info
Tool: calculate_volume_weighted_moving_average manifest_parser · 70%
info
Tool: calculate_vortex manifest_parser · 70%
info
Tool: calculate_awesome_oscillator manifest_parser · 70%
info
Tool: calculate_chaikin_oscillator manifest_parser · 70%
info
Tool: calculate_ichimoku_cloud manifest_parser · 70%
info
Tool: calculate_percentage_price_oscillator manifest_parser · 70%
info
Tool: calculate_percentage_volume_oscillator manifest_parser · 70%
info
Tool: calculate_price_rate_of_change manifest_parser · 70%
info
Tool: calculate_relative_strength_index manifest_parser · 70%
info
Tool: BinanceAutoInvestGetIndexUserSummary manifest_parser · 70%
info
Tool: calculate_stochastic_oscillator manifest_parser · 70%
info
Tool: calculate_williams_r manifest_parser · 70%
info
Tool: calculate_momentum_strategy manifest_parser · 70%
info
Tool: calculate_awesome_oscillator_strategy manifest_parser · 70%
info
Tool: calculate_ichimoku_cloud_strategy manifest_parser · 70%
info
Tool: calculate_rsi2_strategy manifest_parser · 70%
info
Tool: calculate_stochastic_oscillator_strategy manifest_parser · 70%
info
Tool: calculate_williams_r_strategy manifest_parser · 70%
info
Tool: calculate_acceleration_bands_strategy manifest_parser · 70%
info
Tool: calculate_bollinger_bands_strategy manifest_parser · 70%
info
Tool: calculate_projection_oscillator_strategy manifest_parser · 70%
info
Tool: calculate_absolute_price_oscillator_strategy manifest_parser · 70%
info
Tool: calculate_aroon_strategy manifest_parser · 70%
info
Tool: calculate_balance_of_power_strategy manifest_parser · 70%
info
Tool: calculate_chande_forecast_oscillator_strategy manifest_parser · 70%
info
Tool: calculate_kdj_strategy manifest_parser · 70%
info
Tool: calculate_macd_strategy manifest_parser · 70%
info
Tool: calculate_parabolic_sar_strategy manifest_parser · 70%
info
Tool: calculate_typical_price_strategy manifest_parser · 70%
info
Tool: calculate_volume_weighted_moving_average_strategy manifest_parser · 70%
info
Tool: calculate_vortex_strategy manifest_parser · 70%
info
Tool: calculate_chaikin_money_flow_strategy manifest_parser · 70%
info
Tool: calculate_ease_of_movement_strategy manifest_parser · 70%
info
Tool: calculate_force_index_strategy manifest_parser · 70%
info
Tool: calculate_money_flow_index_strategy manifest_parser · 70%
info
Tool: calculate_negative_volume_index_strategy manifest_parser · 70%
info
Tool: calculate_volume_weighted_average_price_strategy manifest_parser · 70%
info
Tool: binanceOrderBook manifest_parser · 70%
info
Tool: binanceAccountInfo manifest_parser · 70%
info
Tool: BinanceAutoInvestRebalanceHistory manifest_parser · 70%
info
Tool: BinanceAutoInvestChangePlanStatus manifest_parser · 70%
info
Tool: BinanceAutoInvestGetTargetAssetList manifest_parser · 70%
info
Tool: BinanceAutoInvestGetPlanList manifest_parser · 70%
info
Tool: BinanceAutoInvestOneTimeTransaction manifest_parser · 70%
info
Tool: BinanceAutoInvestGetSourceAssetList manifest_parser · 70%
info
Tool: BinanceAutoInvestGetHistoryList manifest_parser · 70%
info
Tool: BinanceAutoInvestEditPlan manifest_parser · 70%
info
Tool: BinanceAutoInvestGetTargetAssetRoiData manifest_parser · 70%
info
Tool: BinanceAutoInvestGetPlanDetails manifest_parser · 70%
info
Tool: BinanceAutoInvestRedemption manifest_parser · 70%
info
Tool: BinanceAutoInvestCreatePlan manifest_parser · 70%
info
Tool: BinanceAutoInvestGetIndexInfo manifest_parser · 70%
info
Tool: BinancePortfolioMarginCmChangeMarginType manifest_parser · 70%
info
Tool: BinancePortfolioMarginCmChangeLeverage manifest_parser · 70%
info
Tool: BinancePortfolioMarginCmGetUserTrades manifest_parser · 70%
info
Tool: BinancePortfolioMarginCmGetAllOrders manifest_parser · 70%
info
Tool: BinancePortfolioMarginCmNewOrder manifest_parser · 70%
info
Tool: BinancePortfolioMarginCmCancelOrder manifest_parser · 70%
info
Tool: BinancePortfolioMarginCmCancelAllOrders manifest_parser · 70%
info
Tool: BinancePortfolioMarginCmGetOrder manifest_parser · 70%
info
Tool: BinancePortfolioMarginCmGetOpenOrders manifest_parser · 70%
info
Tool: BinancePortfolioMarginUmChangeMarginType manifest_parser · 70%
info
Tool: BinancePortfolioMarginUmChangeLeverage manifest_parser · 70%
info
Tool: BinancePortfolioMarginUmGetUserTrades manifest_parser · 70%
info
Tool: BinancePortfolioMarginUmGetAllOrders manifest_parser · 70%
info
Tool: BinancePortfolioMarginUmNewOrder manifest_parser · 70%
info
Tool: BinancePortfolioMarginUmCancelOrder manifest_parser · 70%
info
Tool: BinancePortfolioMarginUmCancelAllOrders manifest_parser · 70%
info
Tool: BinancePortfolioMarginUmGetOrder manifest_parser · 70%
info
Tool: BinancePortfolioMarginUmGetOpenOrders manifest_parser · 70%
info
Tool: BinancePortfolioMarginGetMaxBorrowable manifest_parser · 70%
info
Tool: BinancePortfolioMarginGetCmAccount manifest_parser · 70%
info
Tool: BinancePortfolioMarginGetUmAccount manifest_parser · 70%
info
Tool: BinancePortfolioMarginGetCmPosition manifest_parser · 70%
info
Tool: BinancePortfolioMarginGetMaxWithdraw manifest_parser · 70%
info
Tool: BinancePortfolioMarginGetUmPosition manifest_parser · 70%
info
Tool: BinancePortfolioMarginGetAccount manifest_parser · 70%
info
Tool: BinancePortfolioMarginGetBalance manifest_parser · 70%
info
Tool: BinancePortfolioMarginGetMarginAccount manifest_parser · 70%
info
Tool: BinancePortfolioMarginMarginGetUserTrades manifest_parser · 70%
info
Tool: BinancePortfolioMarginMarginGetAllOrders manifest_parser · 70%
info
Tool: BinancePortfolioMarginMarginNewOrder manifest_parser · 70%
info
Tool: BinancePortfolioMarginMarginCancelOrder manifest_parser · 70%
info
Tool: BinancePortfolioMarginMarginCancelAllOrders manifest_parser · 70%
info
Tool: BinancePortfolioMarginMarginGetOrder manifest_parser · 70%
info
Tool: BinancePortfolioMarginMarginLoan manifest_parser · 70%
info
Tool: BinancePortfolioMarginMarginGetOpenOrders manifest_parser · 70%
info
Tool: BinancePortfolioMarginMarginRepay manifest_parser · 70%
info
Tool: BinancePortfolioMarginRenewListenKey manifest_parser · 70%
info
Tool: BinancePortfolioMarginDeleteListenKey manifest_parser · 70%
info
Tool: BinancePortfolioMarginCreateListenKey manifest_parser · 70%
info
Tool: BinanceClaimBoostRewards manifest_parser · 70%
info
Tool: registerBinanceRedeemSol manifest_parser · 70%
info
Tool: BinanceGetSolRedemptionHistory manifest_parser · 70%
info
Tool: BinanceSubscribeSolStaking manifest_parser · 70%
info
Tool: registerBinanceSolStakingAccount manifest_parser · 70%
info
Tool: registerBinanceGetBnsolRateHistory manifest_parser · 70%
info
Tool: BinanceGetSolStakingHistory manifest_parser · 70%
info
Tool: BinanceGetUnclaimedRewards manifest_parser · 70%
info
Tool: getSolStakingQuotaDetails manifest_parser · 70%
info
Tool: BinanceGetBnsolRewardsHistory manifest_parser · 70%
info
Tool: BinanceGetBoostRewardsHistory manifest_parser · 70%
info
Tool: BinanceGetWbethRateHistory manifest_parser · 70%
info
Tool: registerBinanceGetEthStakingHistory manifest_parser · 70%
info
Tool: BinanceWrapBeth manifest_parser · 70%
info
Tool: BinanceGetWbethUnwrapHistory manifest_parser · 70%
info
Tool: BinanceGetCurrentEthStakingQuota manifest_parser · 70%
info
Tool: BinanceSubscribeEthStaking manifest_parser · 70%
info
Tool: BinanceGetWbethWrapHistory manifest_parser · 70%
info
Tool: BinanceGetEthRedemptionHistory manifest_parser · 70%
info
Tool: BinanceEthStakingAccount manifest_parser · 70%
info
Tool: BinanceGetWbethRewardsHistory manifest_parser · 70%
info
Tool: BinanceRedeemEth manifest_parser · 70%
info
Tool: defi_get_perpetuals manifest_parser · 70%
info
Tool: BinanceCryptoLoanFlexibleBorrowHistory manifest_parser · 70%
info
Tool: BinanceCryptoLoanFlexibleRepay manifest_parser · 70%
info
Tool: BinanceCryptoLoanFlexibleCollateralAssets manifest_parser · 70%
info
Tool: BinanceCryptoLoanFlexibleRepayHistory manifest_parser · 70%
info
Tool: BinanceCryptoLoanFlexibleOngoingOrders manifest_parser · 70%
info
Tool: BinanceCryptoLoanFlexibleBorrow manifest_parser · 70%
info
Tool: BinanceCryptoLoanFlexibleAssets manifest_parser · 70%
info
Tool: BinanceCryptoLoanFlexibleAdjustLTV manifest_parser · 70%
info
Tool: BinanceConvertAcceptQuote manifest_parser · 70%
info
Tool: BinanceConvertQueryLimitOpenOrders manifest_parser · 70%
info
Tool: BinanceConvertSendQuoteRequest manifest_parser · 70%
info
Tool: gnfd_create_folder manifest_parser · 70%
info
Tool: BinanceConvertOrderStatus manifest_parser · 70%
info
Tool: BinanceConvertPlaceLimitOrder manifest_parser · 70%
info
Tool: BinanceConvertCancelLimitOrder manifest_parser · 70%
info
Tool: BinanceGetConvertTradeHistory manifest_parser · 70%
info
Tool: BinanceConvertQueryOrderQuantityPrecisionPerAsset manifest_parser · 70%
info
Tool: BinanceConvertGetListAllConvertPairs manifest_parser · 70%
info
Tool: BinanceFutureCancelAlgoOrder manifest_parser · 70%
info
Tool: BinanceVolumeParticipationNewTrade manifest_parser · 70%
info
Tool: BinanceFutureCurrentAlgoOpenOrders manifest_parser · 70%
info
Tool: BinanceFutureSubOrders manifest_parser · 70%
info
Tool: BinanceFutureHistoricalAlgoOrder manifest_parser · 70%
info
Tool: BinanceGetOrder manifest_parser · 70%
info
Tool: BinanceTimeWeightedAveragePriceNewOrder manifest_parser · 70%
info
Tool: BinanceSpotTimeWeightedAveragePriceNewOrder manifest_parser · 70%
info
Tool: BinanceSpotHistoricalAlgoOrders manifest_parser · 70%
info
Tool: BinanceSpotCurrentAlgoOpenOrders manifest_parser · 70%
info
Tool: BinanceSpotSubOrders manifest_parser · 70%
info
Tool: BinanceSpotCancelOpenTWAPOrder manifest_parser · 70%
info
Tool: BinanceTime manifest_parser · 70%
info
Tool: BinancePing manifest_parser · 70%
info
Tool: BinanceExchangeInfo manifest_parser · 70%
info
Tool: BinanceAllOrders manifest_parser · 70%
info
Tool: BinanceDeleteOpenOrders manifest_parser · 70%
info
Tool: BinanceDeleteOrder manifest_parser · 70%
info
Tool: BinanceNewOrder manifest_parser · 70%
info
Tool: BinanceOrderOco manifest_parser · 70%
info
Tool: BinanceGetOpenOrders manifest_parser · 70%
info
Tool: BinanceOpenOrderList manifest_parser · 70%
info
Tool: BinancePutUserDataStream manifest_parser · 70%
info
Tool: BinanceDeleteUserDataStream manifest_parser · 70%
info
Tool: BinanceNewUserDataStream manifest_parser · 70%
info
Tool: BinanceGetTrades manifest_parser · 70%
info
Tool: BinanceTickerBookTicker manifest_parser · 70%
info
Tool: BinanceTickerTradingDay manifest_parser · 70%
info
Tool: BinanceUiKlines manifest_parser · 70%
info
Tool: BinanceKlines manifest_parser · 70%
info
Tool: BinanceTickerPrice manifest_parser · 70%
info
Tool: BinanceHistoricalTrades manifest_parser · 70%
info
Tool: BinanceAvgPrice manifest_parser · 70%
info
Tool: BinanceAggTrades manifest_parser · 70%
info
Tool: BinanceTicker manifest_parser · 70%
info
Tool: BinanceDepth manifest_parser · 70%
info
Tool: BinanceAccountCommission manifest_parser · 70%
info
Tool: BinanceMyTrades manifest_parser · 70%
info
Tool: BinanceMyAllocations manifest_parser · 70%
info
Tool: BinanceMyPreventedMatches manifest_parser · 70%
info
Tool: BinanceRateLimitOrder manifest_parser · 70%
info
Tool: BinanceGetAccount manifest_parser · 70%
info
Tool: BinanceHashRateResaleRequest manifest_parser · 70%
info
Tool: BinanceCancelHashRateResaleConfiguration manifest_parser · 70%
info
Tool: BinanceMiningAccountEarning manifest_parser · 70%
info
Tool: BinanceStatisticList manifest_parser · 70%
info
Tool: BinanceRequestForDetailMinerList manifest_parser · 70%
info
Tool: BinanceAccountList manifest_parser · 70%
info
Tool: BinanceEarningsList manifest_parser · 70%
info
Tool: BinanceRequestForMinerList manifest_parser · 70%
info
Tool: BinanceHashRateResaleList manifest_parser · 70%
info
Tool: BinanceExtraBonusList manifest_parser · 70%
info
Tool: BinanceHashRateResaleDetail manifest_parser · 70%
info
Tool: BinanceAcquiringCoinName manifest_parser · 70%
info
Tool: BinanceGetFuturesLeadTradingSymbolWhitelist manifest_parser · 70%
info
Tool: BinanceCopyTradingUnfollowTrader manifest_parser · 70%
info
Tool: BinanceCopyTradingGetCopyPositions manifest_parser · 70%
info
Tool: BinanceCopyTradingGetTraderSymbolStats manifest_parser · 70%
info
Tool: BinanceCopyTradingGetCopyOrders manifest_parser · 70%
info
Tool: BinanceCopyTradingGetFollowingTraders manifest_parser · 70%
info
Tool: BinanceCopyTradingGetTraderPositions manifest_parser · 70%
info
Tool: BinanceCopyTradingFollowTrader manifest_parser · 70%
info
Tool: BinanceGetFuturesLeadTraderStatus manifest_parser · 70%
info
Tool: BinanceCopyTradingGetLeadTraders manifest_parser · 70%
info
Tool: BinanceCopyTradingGetTraderPerformance manifest_parser · 70%
info
Tool: BinanceWalletQueryUserWalletBalance manifest_parser · 70%
info
Tool: BinanceWalletFundingWallet manifest_parser · 70%
info
Tool: BinanceWalletAssetDetail manifest_parser · 70%
info
Tool: BinanceWalletQueryUserDelegationHistory manifest_parser · 70%
info
Tool: BinanceWalletGetOpenSymbolList manifest_parser · 70%
info
Tool: BinanceWalletTradeFee manifest_parser · 70%
info
Tool: BinanceWalletGetCloudMiningPaymentAndRefundHistory manifest_parser · 70%
info
Tool: BinanceWalletQueryUserUniversalTransferHistory manifest_parser · 70%
info
Tool: BinanceWalletToggleBnbBurnOnSpotTradeAndMarginInterest manifest_parser · 70%
info
Tool: BinanceWalletDustlog manifest_parser · 70%
info
Tool: BinanceWalletDustTransfer manifest_parser · 70%
info
Tool: BinanceWalletAssetDividendRecord manifest_parser · 70%
info
Tool: BinanceWalletUserUniversalTransfer manifest_parser · 70%
info
Tool: BinanceWalletGetAssetsThatCanBeConvertedIntoBnb manifest_parser · 70%
info
Tool: BinanceWalletUserAsset manifest_parser · 70%
info
Tool: BinanceWalletDisableFastWithdrawSwitch manifest_parser · 70%
info
Tool: BinanceWalletSubmitDepositQuestionnaire manifest_parser · 70%
info
Tool: BinanceWalletOnboardedVaspList manifest_parser · 70%
info
Tool: BinanceWalletWithdrawHistoryV1 manifest_parser · 70%
info
Tool: BinanceWalletDepositHistoryTravelRule manifest_parser · 70%
info
Tool: BinanceWalletWithdrawTravelRule manifest_parser · 70%
info
Tool: BinanceWalletWithdrawHistoryV2 manifest_parser · 70%
info
Tool: BinanceWalletBrokerWithdraw manifest_parser · 70%
info
Tool: BinanceWalletSubmitDepositQuestionnaireTravelRule manifest_parser · 70%
info
Tool: BinanceWalletSystemStatus manifest_parser · 70%
info
Tool: BinanceWalletGetSymbolsDelistScheduleForSpot manifest_parser · 70%
info
Tool: BinanceWalletAccountStatus manifest_parser · 70%
info
Tool: BinanceWalletDailyAccountSnapshot manifest_parser · 70%
info
Tool: BinanceWalletAccountInfo manifest_parser · 70%
info
Tool: BinanceWalletGetApiKeyPermission manifest_parser · 70%
info
Tool: BinanceWalletEnableFastWithdrawSwitch manifest_parser · 70%
info
Tool: BinanceWalletAccountApiTradingStatus manifest_parser · 70%
info
Tool: BinanceWalletAllCoinsInformation manifest_parser · 70%
info
Tool: BinanceWalletWithdrawHistory manifest_parser · 70%
info
Tool: BinanceWalletFetchWithdrawAddressList manifest_parser · 70%
info
Tool: BinanceWalletDepositHistory manifest_parser · 70%
info
Tool: BinanceWalletDepositAddress manifest_parser · 70%
info
Tool: BinanceWalletWithdraw manifest_parser · 70%
info
Tool: BinanceWalletOneClickArrivalDepositApply manifest_parser · 70%
info
Tool: BinanceWalletFetchDepositAddressListWithNetwork manifest_parser · 70%
info
Tool: BinanceGetFiatPaymentsHistory manifest_parser · 70%
info
Tool: BinanceGetFiatDepositWithdrawHistory manifest_parser · 70%
info
Tool: BinanceGetSpotRebateHistoryRecords manifest_parser · 70%
info
Tool: BinanceGetC2CTradeHistory manifest_parser · 70%
info
Tool: BinanceC2CGetAds manifest_parser · 70%
info
Tool: BinanceVipLoanRenew manifest_parser · 70%
info
Tool: BinanceVipLoanRepay manifest_parser · 70%
info
Tool: BinanceVipLoanBorrow manifest_parser · 70%
info
Tool: BinanceGetVIPLoanOngoingOrders manifest_parser · 70%
info
Tool: BinanceCheckVIPLoanCollateralAccount manifest_parser · 70%
info
Tool: BinanceQueryApplicationStatus manifest_parser · 70%
info
Tool: BinanceOptionsGetOpenOrders manifest_parser · 70%
info
Tool: BinanceGetLoanableAssetsData manifest_parser · 70%
info
Tool: BinanceGetBorrowInterestRate manifest_parser · 70%
info
Tool: BinanceGetCollateralAssetData manifest_parser · 70%
info
Tool: registerBinanceChangeAutoCompoundStatus manifest_parser · 70%
info
Tool: BinanceCheckDualInvestmentAccounts manifest_parser · 70%
info
Tool: BinanceSubscribeDualInvestmentProducts manifest_parser · 70%
info
Tool: BinanceGetDualInvestmentPositions manifest_parser · 70%
info
Tool: BinanceGetDualInvestmentProductList manifest_parser · 70%
info
Tool: BinanceGetNFTWithdrawHistory manifest_parser · 70%
info
Tool: BinanceGetNFTAsset manifest_parser · 70%
info
Tool: BinanceGetNFTTransactionHistory manifest_parser · 70%
info
Tool: BinanceGetNFTDepositHistory manifest_parser · 70%
info
Tool: BinanceOptionsRenewListenKey manifest_parser · 70%
info
Tool: BinanceOptionsDeleteListenKey manifest_parser · 70%
info
Tool: BinanceOptionsCreateListenKey manifest_parser · 70%
info
Tool: BinanceOptionsCancelByUnderlying manifest_parser · 70%
info
Tool: BinanceOptionsGetUserTrades manifest_parser · 70%
info
Tool: BinanceOptionsGetHistoryOrders manifest_parser · 70%
info
Tool: BinanceOptionsCancelBatchOrders manifest_parser · 70%
info
Tool: BinanceOptionsBatchOrders manifest_parser · 70%
info
Tool: BinanceOptionsNewOrder manifest_parser · 70%
info
Tool: BinanceOptionsCancelOrder manifest_parser · 70%
info
Tool: BinanceOptionsCancelAllOrders manifest_parser · 70%
info
Tool: BinanceOptionsExerciseHistory manifest_parser · 70%
info
Tool: BinanceOptionsKlines manifest_parser · 70%
info
Tool: BinanceOptionsTime manifest_parser · 70%
info
Tool: BinanceOptionsPing manifest_parser · 70%
info
Tool: BinanceOptionsHistoricalTrades manifest_parser · 70%
info
Tool: BinanceOptionsMark manifest_parser · 70%
info
Tool: BinanceOptionsTrades manifest_parser · 70%
info
Tool: BinanceOptionsTicker manifest_parser · 70%
info
Tool: BinanceOptionsDepth manifest_parser · 70%
info
Tool: BinanceOptionsIndex manifest_parser · 70%
info
Tool: BinanceOptionsExchangeInfo manifest_parser · 70%
info
Tool: BinanceOptionsGetIncomeAsynId manifest_parser · 70%
info
Tool: BinanceOptionsGetIncomeAsyn manifest_parser · 70%
info
Tool: gnfd_list_buckets manifest_parser · 70%
info
Tool: BinanceOptionsGetPosition manifest_parser · 70%
info
Tool: BinanceOptionsGetBillHistory manifest_parser · 70%
info
Tool: BinanceOptionsGetAccount manifest_parser · 70%
info
Tool: BinanceSimpleEarnFlexibleSubscriptionPreview manifest_parser · 70%
info
Tool: BinanceSimpleEarnFlexibleSubscribe manifest_parser · 70%
info
Tool: BinanceSimpleEarnFlexibleRateHistory manifest_parser · 70%
info
Tool: BinanceSimpleEarnFlexibleProductList manifest_parser · 70%
info
Tool: BinanceSimpleEarnFlexiblePosition manifest_parser · 70%
info
Tool: BinanceSimpleEarnFlexibleSubscriptionRecord manifest_parser · 70%
info
Tool: BinanceSimpleEarnFlexibleRedemptionRecord manifest_parser · 70%
info
Tool: BinanceSimpleEarnFlexibleRedeem manifest_parser · 70%
info
Tool: BinanceSimpleEarnRewardRecord manifest_parser · 70%
info
Tool: BinanceSimpleEarnCollateralRecord manifest_parser · 70%
info
Tool: BinanceSimpleEarnAccount manifest_parser · 70%
info
Tool: BinanceGetFlexibleProductPosition manifest_parser · 70%
info
Tool: BinanceSimpleEarnLockedPersonalQuota manifest_parser · 70%
info
Tool: BinanceSimpleEarnLockedSubscriptionPreview manifest_parser · 70%
info
Tool: BinanceSimpleEarnLockedRedeem manifest_parser · 70%
info
Tool: BinanceSimpleEarnLockedSubscribe manifest_parser · 70%
info
Tool: BinanceSimpleEarnLockedSubscriptionRecord manifest_parser · 70%
info
Tool: BinanceSimpleEarnLockedRedemptionRecord manifest_parser · 70%
info
Tool: BinanceSimpleEarnLockedProductList manifest_parser · 70%
info
Tool: BinanceSimpleEarnLockedPosition manifest_parser · 70%
info
Tool: BinanceSimpleEarnLockedSetAutoSubscribe manifest_parser · 70%
info
Tool: BinanceSubscribeFlexibleProduct manifest_parser · 70%
info
Tool: BinanceRedeemFlexibleProduct manifest_parser · 70%
info
Tool: BinancePayQueryOrder manifest_parser · 70%
info
Tool: BinancePayCreateOrder manifest_parser · 70%
info
Tool: BinancePayGetHistory manifest_parser · 70%
info
Tool: BinanceGetPayTradeHistory manifest_parser · 70%
info
Tool: BinanceGiftCardCreateDualToken manifest_parser · 70%
info
Tool: BinanceGiftCardCreate manifest_parser · 70%
info
Tool: BinanceGiftCardBuyCode manifest_parser · 70%
info
Tool: BinanceGiftCardRsaPublicKey manifest_parser · 70%
info
Tool: BinanceGiftCardTokenLimit manifest_parser · 70%
info
Tool: BinanceGiftCardRedeemDualToken manifest_parser · 70%
info
Tool: BinanceGiftCardRedeem manifest_parser · 70%
info
Tool: BinanceGiftCardVerify manifest_parser · 70%
info
Tool: BinanceAutoInvestChangeIndexPlanStatus manifest_parser · 70%
info
Tool: BinanceAutoInvestGetIndexLinkedPlanPositionDetails manifest_parser · 70%
info
Tool: BinanceCopyTradingUnfollow manifest_parser · 70%
info
Tool: BinanceCopyTradingGetPositions manifest_parser · 70%
info
Tool: BinanceCopyTradingGetOrders manifest_parser · 70%
info
Tool: BinanceCopyTradingGetFollowing manifest_parser · 70%
info
Tool: BinanceCopyTradingFollow manifest_parser · 70%
info
Tool: BinanceCopyTradingGetLeaders manifest_parser · 70%
info
Tool: BinanceCopyTradingGetPerformance manifest_parser · 70%
info
Tool: BinanceCryptoLoansFlexibleBorrowHistory manifest_parser · 70%
info
Tool: BinanceCryptoLoansFlexibleRepay manifest_parser · 70%
info
Tool: BinanceCryptoLoansFlexibleCollateral manifest_parser · 70%
info
Tool: BinanceCryptoLoansFlexibleRepayHistory manifest_parser · 70%
info
Tool: BinanceCryptoLoansFlexibleOngoing manifest_parser · 70%
info
Tool: BinanceCryptoLoansFlexibleBorrow manifest_parser · 70%
info
Tool: BinanceCryptoLoansFlexibleAssets manifest_parser · 70%
info
Tool: BinanceCryptoLoansFlexibleAdjustLTV manifest_parser · 70%
info
Tool: BinanceSubAccountFuturesSummary manifest_parser · 70%
info
Tool: BinanceCryptoLoansFixedBorrowHistory manifest_parser · 70%
info
Tool: BinanceCryptoLoansFixedRepay manifest_parser · 70%
info
Tool: BinanceCryptoLoansFixedRepayHistory manifest_parser · 70%
info
Tool: BinanceCryptoLoansFixedAssets manifest_parser · 70%
info
Tool: BinanceCryptoLoansFixedOngoing manifest_parser · 70%
info
Tool: BinanceCryptoLoansFixedBorrow manifest_parser · 70%
info
Tool: BinanceCryptoLoansFixedCollateralRate manifest_parser · 70%
info
Tool: BinanceCryptoLoansFixedCollateral manifest_parser · 70%
info
Tool: BinanceCryptoLoansFixedMarginCall manifest_parser · 70%
info
Tool: BinanceCryptoLoansFixedAdjustLTV manifest_parser · 70%
info
Tool: BinanceSubAccountAssets manifest_parser · 70%
info
Tool: BinanceSubAccountMarginSummary manifest_parser · 70%
info
Tool: BinanceSubAccountFuturesPositionRisk manifest_parser · 70%
info
Tool: BinanceSubAccountSpotSummary manifest_parser · 70%
info
Tool: BinanceSubAccountEnableMargin manifest_parser · 70%
info
Tool: BinanceSubAccountCreate manifest_parser · 70%
info
Tool: BinanceSubAccountList manifest_parser · 70%
info
Tool: BinanceSubAccountApiPermission manifest_parser · 70%
info
Tool: BinanceSubAccountEnableFutures manifest_parser · 70%
info
Tool: BinanceSubAccountStatus manifest_parser · 70%
info
Tool: BinanceSubAccountUniversalTransfer manifest_parser · 70%
info
Tool: BinanceSubAccountFuturesTransfer manifest_parser · 70%
info
Tool: BinanceSubAccountTransferHistory manifest_parser · 70%
info
Tool: BinanceSubAccountTransferToMaster manifest_parser · 70%
info
Tool: BinanceSubAccountTransferToSub manifest_parser · 70%
info
Tool: BinanceSubAccountDepositAddress manifest_parser · 70%
info
Tool: BinanceSubAccountDepositHistory manifest_parser · 70%
info
Tool: BinanceCrossMarginDustLog manifest_parser · 70%
info
Tool: BinanceCrossMarginCapitalFlow manifest_parser · 70%
info
Tool: BinanceCrossMarginSmallLiabilityExchange manifest_parser · 70%
info
Tool: BinanceCrossMarginTransfer manifest_parser · 70%
info
Tool: BinanceCrossMarginPairs manifest_parser · 70%
info
Tool: BinanceCrossMarginAllAssets manifest_parser · 70%
info
Tool: BinanceCrossMarginRepay manifest_parser · 70%
info
Tool: BinanceCrossMarginForceLiquidationRec manifest_parser · 70%
info
Tool: BinanceCrossMarginAvailableInventory manifest_parser · 70%
info
Tool: BinanceCrossMarginLoanRecord manifest_parser · 70%
info
Tool: BinanceCrossMarginMaxTransferable manifest_parser · 70%
info
Tool: BinanceCrossMarginCancelOrder manifest_parser · 70%
info
Tool: BinanceCrossMarginMyTrades manifest_parser · 70%
info
Tool: BinanceCrossMarginInterestRateHistory manifest_parser · 70%
info
Tool: BinanceCrossMarginFee manifest_parser · 70%
info
Tool: BinanceCrossMarginPriceIndex manifest_parser · 70%
info
Tool: BinanceCrossMarginSmallLiabilityExchangeHistory manifest_parser · 70%
info
Tool: BinanceCrossMarginCancelAllOrders manifest_parser · 70%
info
Tool: BinanceDisableIsolatedMarginAccount manifest_parser · 70%
info
Tool: BinanceCrossMarginNewOrder manifest_parser · 70%
info
Tool: BinanceCrossMarginMaxBorrowable manifest_parser · 70%
info
Tool: BinanceCrossMarginDelist manifest_parser · 70%
info
Tool: BinanceCrossMarginAccount manifest_parser · 70%
info
Tool: BinanceCrossMarginInterestHistory manifest_parser · 70%
info
Tool: BinanceCrossMarginOpenOrders manifest_parser · 70%
info
Tool: BinanceCrossMarginRepayRecord manifest_parser · 70%
info
Tool: BinanceCrossMarginAllOrders manifest_parser · 70%
info
Tool: BinanceCrossMarginBorrow manifest_parser · 70%
info
Tool: BinanceMarginNewOco manifest_parser · 70%
info
Tool: BinanceMarginGetOco manifest_parser · 70%
info
Tool: BinanceMarginCancelOco manifest_parser · 70%
info
Tool: BinanceMarginGetAllOco manifest_parser · 70%
info
Tool: BinanceMarginGetOpenOco manifest_parser · 70%
info
Tool: BinanceIsolatedMarginTierData manifest_parser · 70%
info
Tool: BinanceIsolatedMarginOpenOrders manifest_parser · 70%
info
Tool: BinanceIsolatedMarginAllOrders manifest_parser · 70%
info
Tool: BinanceIsolatedMarginFee manifest_parser · 70%
info
Tool: BinanceIsolatedMarginTransferHistory manifest_parser · 70%
info
Tool: BinanceIsolatedMarginRepay manifest_parser · 70%
info
Tool: BinanceIsolatedMarginAccount manifest_parser · 70%
info
Tool: BinanceIsolatedMarginMyTrades manifest_parser · 70%
info
Tool: BinanceIsolatedMarginAllSymbols manifest_parser · 70%
info
Tool: BinanceIsolatedMarginBorrow manifest_parser · 70%
info
Tool: BinanceIsolatedMarginNewOrder manifest_parser · 70%
info
Tool: BinanceIsolatedMarginAccountLimit manifest_parser · 70%
info
Tool: BinanceIsolatedMarginCancelOrder manifest_parser · 70%
info
Tool: BinanceIsolatedMarginTransfer manifest_parser · 70%
info
Tool: BinanceIsolatedMarginSymbol manifest_parser · 70%
info
Tool: BinanceEnableIsolatedMarginAccount manifest_parser · 70%
info
Tool: BinanceFuturesChangeMarginType manifest_parser · 70%
info
Tool: BinanceFuturesChangeLeverage manifest_parser · 70%
info
Tool: BinanceFuturesOpenOrder manifest_parser · 70%
info
Tool: BinanceFuturesAllOrders manifest_parser · 70%
info
Tool: BinanceFuturesApiTradingStatus manifest_parser · 70%
info
Tool: BinanceFuturesModifyIsolatedPositionMargin manifest_parser · 70%
info
Tool: BinanceFuturesCancelBatchOrders manifest_parser · 70%
info
Tool: BinanceFuturesGetAllOrders manifest_parser · 70%
info
Tool: BinanceFuturesBatchOrders manifest_parser · 70%
info
Tool: BinanceFuturesModifyOrder manifest_parser · 70%
info
Tool: BinanceFuturesChangeMultiAssetsMode manifest_parser · 70%
info
Tool: BinanceFuturesOpenOrders manifest_parser · 70%
info
Tool: BinanceFuturesCancelAllOpenOrders manifest_parser · 70%
info
Tool: BinanceFuturesNewOrder manifest_parser · 70%
info
Tool: BinanceFuturesCancelOrder manifest_parser · 70%
info
Tool: BinanceFuturesCancelAllOrders manifest_parser · 70%
info
Tool: gnfd_list_objects manifest_parser · 70%
info
Tool: BinanceFuturesGetOrder manifest_parser · 70%
info
Tool: BinanceFuturesPositionMarginHistory manifest_parser · 70%
info
Tool: BinanceFuturesCountdownCancelAll manifest_parser · 70%
info
Tool: BinanceFuturesGetOpenOrder manifest_parser · 70%
info
Tool: BinanceFuturesChangePositionMode manifest_parser · 70%
info
Tool: BinanceFuturesGetOpenOrders manifest_parser · 70%
info
Tool: BinanceFuturesCreateListenKey manifest_parser · 70%
info
Tool: BinanceFuturesCloseListenKey manifest_parser · 70%
info
Tool: BinanceFuturesKeepAliveListenKey manifest_parser · 70%
info
Tool: BinanceFuturesTickerBookTicker manifest_parser · 70%
info
Tool: BinanceFuturesOpenInterest manifest_parser · 70%
info
Tool: BinanceFuturesTopLongShortPositionRatio manifest_parser · 70%
info
Tool: BinanceFuturesTopLongShortAccountRatio manifest_parser · 70%
info
Tool: BinanceFuturesTakerLongShortRatio manifest_parser · 70%
info
Tool: BinanceFuturesKlines manifest_parser · 70%
info
Tool: BinanceFuturesIndexPriceKlines manifest_parser · 70%
info
Tool: BinanceFuturesTickerPrice manifest_parser · 70%
info
Tool: BinanceFuturesTime manifest_parser · 70%
info
Tool: BinanceFuturesPing manifest_parser · 70%
info
Tool: BinanceFuturesFundingInfo manifest_parser · 70%
info
Tool: BinanceFuturesHistoricalTrades manifest_parser · 70%
info
Tool: BinanceFuturesOpenInterestHist manifest_parser · 70%
info
Tool: BinanceFuturesTrades manifest_parser · 70%
info
Tool: BinanceFuturesMarkPriceKlines manifest_parser · 70%
info
Tool: BinanceFuturesTicker24hr manifest_parser · 70%
info
Tool: calculate_proposal_id manifest_parser · 70%
info
Tool: BinanceFuturesAggTrades manifest_parser · 70%
info
Tool: BinanceFuturesGlobalLongShortAccountRatio manifest_parser · 70%
info
Tool: BinanceFuturesPremiumIndex manifest_parser · 70%
info
Tool: BinanceFuturesAssetIndex manifest_parser · 70%
info
Tool: BinanceFuturesLvtKlines manifest_parser · 70%
info
Tool: BinanceFuturesDepth manifest_parser · 70%
info
Tool: BinanceFuturesExchangeInfo manifest_parser · 70%
info
Tool: BinanceFuturesIndexInfo manifest_parser · 70%
info
Tool: BinanceFuturesContinuousKlines manifest_parser · 70%
info
Tool: BinanceFuturesFundingRate manifest_parser · 70%
info
Tool: BinanceFuturesCommissionRate manifest_parser · 70%
info
Tool: BinanceFuturesLeverageBracket manifest_parser · 70%
info
Tool: BinanceFuturesADLQuantile manifest_parser · 70%
info
Tool: gnfd_get_bucket_info manifest_parser · 70%
info
Tool: BinanceFuturesUserTrades manifest_parser · 70%
info
Tool: BinanceFuturesForceOrders manifest_parser · 70%
info
Tool: BinanceFuturesAccount manifest_parser · 70%
info
Tool: BinanceFuturesDownloadId manifest_parser · 70%
info
Tool: BinanceFuturesGetMultiAssetsMode manifest_parser · 70%
info
Tool: BinanceFuturesBalance manifest_parser · 70%
info
Tool: BinanceFuturesModifyPositionMargin manifest_parser · 70%
info
Tool: BinanceFuturesGetPositionMarginHistory manifest_parser · 70%
info
Tool: BinanceFuturesGetPositionMode manifest_parser · 70%
info
Tool: BinanceFuturesPositionRisk manifest_parser · 70%
info
Tool: BinanceFuturesIncome manifest_parser · 70%
info
Tool: BinanceDeliveryChangeMarginType manifest_parser · 70%
info
Tool: BinanceDeliveryChangeLeverage manifest_parser · 70%
info
Tool: BinanceDeliveryOpenOrder manifest_parser · 70%
info
Tool: BinanceDeliveryAllOrders manifest_parser · 70%
info
Tool: BinanceDeliveryModifyIsolatedPositionMargin manifest_parser · 70%
info
Tool: BinanceDeliveryCancelBatchOrders manifest_parser · 70%
info
Tool: BinanceDeliveryGetAllOrders manifest_parser · 70%
info
Tool: BinanceDeliveryBatchOrders manifest_parser · 70%
info
Tool: BinanceDeliveryOpenOrders manifest_parser · 70%
info
Tool: BinanceDeliveryNewOrder manifest_parser · 70%
info
Tool: BinanceDeliveryCancelOrder manifest_parser · 70%
info
Tool: BinanceDeliveryCancelAllOrders manifest_parser · 70%
info
Tool: BinanceDeliveryGetOrder manifest_parser · 70%
info
Tool: queue_proposal manifest_parser · 70%
info
Tool: BinanceDeliveryCountdownCancelAll manifest_parser · 70%
info
Tool: BinanceDeliveryChangePositionMode manifest_parser · 70%
info
Tool: BinanceDeliveryCreateListenKey manifest_parser · 70%
info
Tool: BinanceDeliveryCloseListenKey manifest_parser · 70%
info
Tool: BinanceDeliveryKeepAliveListenKey manifest_parser · 70%
info
Tool: BinanceDeliveryOpenInterest manifest_parser · 70%
info
Tool: BinanceDeliveryKlines manifest_parser · 70%
info
Tool: BinanceDeliveryIndexPriceKlines manifest_parser · 70%
info
Tool: BinanceDeliveryTickerBookTicker manifest_parser · 70%
info
Tool: BinanceDeliveryTickerPrice manifest_parser · 70%
info
Tool: BinanceDeliveryTime manifest_parser · 70%
info
Tool: BinanceDeliveryPing manifest_parser · 70%
info
Tool: BinanceDeliveryHistoricalTrades manifest_parser · 70%
info
Tool: BinanceDeliveryOpenInterestHist manifest_parser · 70%
info
Tool: BinanceDeliveryTrades manifest_parser · 70%
info
Tool: BinanceDeliveryMarkPriceKlines manifest_parser · 70%
info
Tool: BinanceDelivery24hrTicker manifest_parser · 70%
info
Tool: BinanceDeliveryAggTrades manifest_parser · 70%
info
Tool: BinanceDeliveryPremiumIndex manifest_parser · 70%
info
Tool: BinanceDeliveryDepth manifest_parser · 70%
info
Tool: BinanceDeliveryExchangeInfo manifest_parser · 70%
info
Tool: BinanceDeliveryContinuousKlines manifest_parser · 70%
info
Tool: BinanceDeliveryFundingRate manifest_parser · 70%
info
Tool: BinanceDeliveryCommissionRate manifest_parser · 70%
info
Tool: BinanceDeliveryLeverageBracket manifest_parser · 70%
info
Tool: execute_proposal manifest_parser · 70%
info
Tool: BinanceDeliveryAdlQuantile manifest_parser · 70%
info
Tool: BinanceDeliveryUserTrades manifest_parser · 70%
info
Tool: BinanceDeliveryForceOrders manifest_parser · 70%
info
Tool: BinanceDeliveryAccount manifest_parser · 70%
info
Tool: BinanceDeliveryBalance manifest_parser · 70%
info
Tool: BinanceDeliveryPositionMode manifest_parser · 70%
info
Tool: BinanceDeliveryPositionRisk manifest_parser · 70%
info
Tool: BinanceDeliveryIncome manifest_parser · 70%
info
Tool: get_proposal_details manifest_parser · 70%
info
Tool: cast_vote manifest_parser · 70%
info
Tool: get_voting_power manifest_parser · 70%
info
Tool: get_governance_params manifest_parser · 70%
info
Tool: check_vote_eligibility manifest_parser · 70%
info
Tool: cancel_proposal manifest_parser · 70%
info
Tool: delegate_votes manifest_parser · 70%
info
Tool: get_delegation_info manifest_parser · 70%
info
Tool: get_proposal_proposer manifest_parser · 70%
info
Tool: dex_get_networks manifest_parser · 70%
info
Tool: dex_get_network_dexes manifest_parser · 70%
info
Tool: dex_get_network_pools manifest_parser · 70%
info
Tool: dex_get_dex_pools manifest_parser · 70%
info
Tool: dex_get_pool_details manifest_parser · 70%
info
Tool: dex_get_token_details manifest_parser · 70%
info
Tool: dex_get_token_pools manifest_parser · 70%
info
Tool: dex_get_pool_ohlcv manifest_parser · 70%
info
Tool: dex_get_pool_transactions manifest_parser · 70%
info
Tool: dex_search manifest_parser · 70%
info
Tool: dex_get_stats manifest_parser · 70%
info
Tool: dex_get_multi_prices manifest_parser · 70%
info
Tool: geckoterminal_get_networks manifest_parser · 70%
info
Tool: geckoterminal_get_dexes manifest_parser · 70%
info
Tool: geckoterminal_trending_pools manifest_parser · 70%
info
Tool: geckoterminal_new_pools manifest_parser · 70%
info
Tool: geckoterminal_top_pools manifest_parser · 70%
info
Tool: geckoterminal_get_pool manifest_parser · 70%
info
Tool: geckoterminal_get_multi_pools manifest_parser · 70%
info
Tool: geckoterminal_pool_ohlcv manifest_parser · 70%
info
Tool: geckoterminal_pool_trades manifest_parser · 70%
info
Tool: geckoterminal_get_token manifest_parser · 70%
info
Tool: geckoterminal_get_multi_tokens manifest_parser · 70%
info
Tool: defi_get_chain_fees manifest_parser · 70%
info
Tool: geckoterminal_token_pools manifest_parser · 70%
info
Tool: geckoterminal_pool_tokens_info manifest_parser · 70%
info
Tool: geckoterminal_dex_pools manifest_parser · 70%
info
Tool: geckoterminal_search_pools manifest_parser · 70%
info
Tool: geckoterminal_global_dex_stats manifest_parser · 70%
info
Tool: geckoterminal_simple_token_price manifest_parser · 70%
info
Tool: defi_get_protocols manifest_parser · 70%
info
Tool: defi_get_protocol manifest_parser · 70%
info
Tool: defi_get_protocol_tvl manifest_parser · 70%
info
Tool: defi_get_chains manifest_parser · 70%
info
Tool: defi_get_chain_tvl manifest_parser · 70%
info
Tool: defi_get_chain_protocols manifest_parser · 70%
info
Tool: defi_get_yields manifest_parser · 70%
info
Tool: defi_get_yield_pool manifest_parser · 70%
info
Tool: defi_get_fees_overview manifest_parser · 70%
info
Tool: defi_get_protocol_fees manifest_parser · 70%
info
Tool: defi_get_dex_protocol_volume manifest_parser · 70%
info
Tool: defi_get_chain_dex_volume manifest_parser · 70%
info
Tool: defi_get_options_volume manifest_parser · 70%
info
Tool: defi_get_stablecoins manifest_parser · 70%
info
Tool: defi_get_stablecoin manifest_parser · 70%
info
Tool: defi_get_stablecoin_chains manifest_parser · 70%
info
Tool: defi_get_bridges manifest_parser · 70%
info
Tool: defi_get_bridge manifest_parser · 70%
info
Tool: defi_get_bridge_volume manifest_parser · 70%
info
Tool: defi_get_liquidations manifest_parser · 70%
info
Tool: defi_get_raises manifest_parser · 70%
info
Tool: defi_get_hacks manifest_parser · 70%
info
Tool: defi_get_oracles manifest_parser · 70%
info
Tool: defi_get_token_prices manifest_parser · 70%
info
Tool: defi_get_token_price_history manifest_parser · 70%
info
Tool: defi_get_token_chart manifest_parser · 70%
info
Tool: defi_get_aggregators manifest_parser · 70%
info
Tool: defi_get_perpetual_protocol manifest_parser · 70%
info
Tool: keccak256_hash manifest_parser · 70%
info
Tool: get_storage_at manifest_parser · 70%
info
Tool: get_contract_bytecode manifest_parser · 70%
info
Tool: generate_mnemonic manifest_parser · 70%
info
Tool: derive_address_from_mnemonic manifest_parser · 70%
info
Tool: validate_address manifest_parser · 70%
info
Tool: encode_packed manifest_parser · 70%
info
Tool: abi_encode manifest_parser · 70%
info
Tool: abi_decode manifest_parser · 70%
info
Tool: hex_to_number manifest_parser · 70%
info
Tool: number_to_hex manifest_parser · 70%
info
Tool: get_function_selector manifest_parser · 70%
info
Tool: get_event_topic manifest_parser · 70%
info
Tool: pad_hex manifest_parser · 70%
info
Tool: concat_hex manifest_parser · 70%
info
Tool: slice_hex manifest_parser · 70%
info
Tool: sign_message manifest_parser · 70%
info
Tool: verify_signature manifest_parser · 70%
info
Tool: compute_contract_address manifest_parser · 70%
info
Tool: compute_create2_address manifest_parser · 70%
info
Tool: hash_typed_data manifest_parser · 70%
info
Tool: parse_units manifest_parser · 70%
info
Tool: format_units manifest_parser · 70%
info
Tool: get_chain_id manifest_parser · 70%
info
Tool: search_crypto_news manifest_parser · 70%
info
Tool: get_defi_news manifest_parser · 70%
info
Tool: get_bitcoin_news manifest_parser · 70%
info
Tool: get_breaking_crypto_news manifest_parser · 70%
info
Tool: get_crypto_news_sources manifest_parser · 70%
info
Tool: social_get_coin_metrics manifest_parser · 70%
info
Tool: social_get_coins_list manifest_parser · 70%
info
Tool: social_get_coin_time_series manifest_parser · 70%
info
Tool: social_get_feed manifest_parser · 70%
info
Tool: social_get_trending_posts manifest_parser · 70%
info
Tool: social_get_influencers manifest_parser · 70%
info
Tool: social_get_influencer manifest_parser · 70%
info
Tool: social_get_influencer_posts manifest_parser · 70%
info
Tool: social_get_topics manifest_parser · 70%
info
Tool: social_get_topic manifest_parser · 70%
info
Tool: social_get_categories manifest_parser · 70%
info
Tool: social_get_nft_collections manifest_parser · 70%
info
Tool: social_get_nft_collection manifest_parser · 70%
info
Tool: social_get_market_sentiment manifest_parser · 70%
info
Tool: social_get_market_sentiment_history manifest_parser · 70%
info
Tool: social_get_reddit_stats manifest_parser · 70%
info
Tool: social_get_twitter_stats manifest_parser · 70%
info
Tool: social_get_github_stats manifest_parser · 70%
info
Tool: social_get_dominance manifest_parser · 70%
info
Tool: social_get_news_sentiment manifest_parser · 70%
info
Tool: market_get_coins manifest_parser · 70%
info
Tool: market_get_coin_by_id manifest_parser · 70%
info
Tool: market_get_coin_chart manifest_parser · 70%
info
Tool: market_get_coin_avg_price manifest_parser · 70%
info
Tool: market_get_exchange_price manifest_parser · 70%
info
Tool: market_get_exchanges manifest_parser · 70%
info
Tool: market_get_tickers manifest_parser · 70%
info
Tool: market_get_blockchains manifest_parser · 70%
info
Tool: market_get_wallet_balance manifest_parser · 70%
info
Tool: market_get_wallet_balances_all manifest_parser · 70%
info
Tool: market_get_wallet_transactions manifest_parser · 70%
info
Tool: market_get_global manifest_parser · 70%
info
Tool: market_get_news_sources manifest_parser · 70%
info
Tool: market_get_news manifest_parser · 70%
info
Tool: market_get_news_by_type manifest_parser · 70%
info
Tool: market_get_fiats manifest_parser · 70%
info
Tool: market_get_portfolio_coins manifest_parser · 70%
info
Tool: market_get_portfolio_chart manifest_parser · 70%
info
Tool: market_get_fear_greed_current manifest_parser · 70%
info
Tool: market_get_fear_greed_historical manifest_parser · 70%
info
Tool: market_analyze_fear_greed_trend manifest_parser · 70%
info
Tool: market_coingecko_ping manifest_parser · 70%
info
Tool: market_coingecko_coins_list manifest_parser · 70%
info
Tool: market_coingecko_coins_markets manifest_parser · 70%
info
Tool: market_coingecko_coin manifest_parser · 70%
info
Tool: market_coingecko_coin_tickers manifest_parser · 70%
info
Tool: market_coingecko_coin_history manifest_parser · 70%
info
Tool: market_coingecko_coin_market_chart manifest_parser · 70%
info
Tool: market_coingecko_coin_market_chart_range manifest_parser · 70%
info
Tool: market_coingecko_coin_ohlc manifest_parser · 70%
info
Tool: market_coingecko_simple_price manifest_parser · 70%
info
Tool: market_coingecko_token_price manifest_parser · 70%
info
Tool: market_coingecko_supported_currencies manifest_parser · 70%
info
Tool: market_coingecko_global manifest_parser · 70%
info
Tool: market_coingecko_global_defi manifest_parser · 70%
info
Tool: market_coingecko_trending manifest_parser · 70%
info
Tool: market_coingecko_search manifest_parser · 70%
info
Tool: market_coingecko_categories_list manifest_parser · 70%
info
Tool: market_coingecko_categories manifest_parser · 70%
info
Tool: market_coingecko_exchanges manifest_parser · 70%
info
Tool: market_coingecko_exchange manifest_parser · 70%
info
Tool: gnfd_delete_object manifest_parser · 70%
info
Tool: market_coingecko_exchange_tickers manifest_parser · 70%
info
Tool: market_coingecko_exchange_volume_chart manifest_parser · 70%
info
Tool: market_coingecko_asset_platforms manifest_parser · 70%
info
Tool: market_coingecko_contract manifest_parser · 70%
info
Tool: market_coingecko_contract_market_chart manifest_parser · 70%
info
Tool: market_coingecko_derivatives manifest_parser · 70%
info
Tool: market_coingecko_derivatives_exchanges manifest_parser · 70%
info
Tool: market_coingecko_nfts_list manifest_parser · 70%
info
Tool: market_coingecko_nft manifest_parser · 70%
info
Tool: market_coingecko_exchange_rates manifest_parser · 70%
info
Tool: market_coingecko_companies_holdings manifest_parser · 70%
info
Tool: universal-crypto-mcp manifest_parser · 75%
info
Tool: get_wallet_address manifest_parser · 85%
info
Tool: get_chain_info manifest_parser · 85%
info
Tool: get_supported_networks manifest_parser · 85%
info
Tool: gnfd_delete_bucket manifest_parser · 70%
info
Tool: get_gas_price manifest_parser · 85%
info
Tool: resolve_ens_name manifest_parser · 85%
info
Tool: lookup_ens_address manifest_parser · 85%
info
Tool: get_block manifest_parser · 85%
info
Tool: get_latest_block manifest_parser · 85%
info
Tool: get_balance manifest_parser · 85%
info
Tool: get_token_balance manifest_parser · 85%
info
Tool: get_allowance manifest_parser · 85%
info
Tool: get_transaction manifest_parser · 85%
info
Tool: get_transaction_receipt manifest_parser · 85%
info
Tool: wait_for_transaction manifest_parser · 85%
info
Tool: get_contract_abi manifest_parser · 85%
info
Tool: read_contract manifest_parser · 85%
info
Tool: write_contract manifest_parser · 85%
info
Tool: multicall manifest_parser · 85%
info
Tool: transfer_native manifest_parser · 85%
info
Tool: transfer_erc20 manifest_parser · 85%
info
Tool: approve_token_spending manifest_parser · 85%
info
Tool: get_nft_info manifest_parser · 85%
info
Tool: get_erc1155_balance manifest_parser · 85%
info
Tool: sign_typed_data manifest_parser · 85%
info
Tool: gnfd_create_bucket manifest_parser · 70%
info
Tool: gnfd_create_file manifest_parser · 70%
info
Tool: gnfd_get_bucket_full_info manifest_parser · 70%
info
Tool: gnfd_get_object_info manifest_parser · 70%
info
Tool: gnfd_download_object manifest_parser · 70%
info
Tool: gnfd_get_account_balance manifest_parser · 70%
info
Tool: gnfd_get_all_sps manifest_parser · 70%
info
Tool: gnfd_get_payment_accounts manifest_parser · 70%
info
Tool: gnfd_create_payment_account manifest_parser · 70%
info
Tool: gnfd_deposit_to_payment manifest_parser · 70%
info
Tool: gnfd_withdraw_from_payment manifest_parser · 70%
info
Tool: gnfd_get_payment_account_info manifest_parser · 70%
info
Tool: is_contract manifest_parser · 70%
info
Tool: get_erc20_token_info manifest_parser · 70%
info
Tool: get_native_balance manifest_parser · 70%
info
Tool: get_erc20_balance manifest_parser · 70%
info
Tool: create_erc20_token manifest_parser · 70%
info
Tool: get_address_from_private_key manifest_parser · 70%
info
Tool: transfer_native_token manifest_parser · 70%
info
Tool: get_block_by_hash manifest_parser · 70%
info
Tool: get_block_by_number manifest_parser · 70%
info
Tool: get_erc1155_token_metadata manifest_parser · 70%
info
Tool: transfer_nft manifest_parser · 70%
info
Tool: transfer_erc1155 manifest_parser · 70%
info
Tool: estimate_gas manifest_parser · 70%
info
Tool: generate_payment_qr manifest_parser · 90%
info
Tool: get_webhook_url manifest_parser · 90%
info
Tool: get_payment_status manifest_parser · 90%
info
Tool: create_payment_link manifest_parser · 90%
info
Tool: get_staking_protocols manifest_parser · 70%
info
Tool: stake_eth_lido manifest_parser · 70%
info
Tool: list_currencies_catalog manifest_parser · 90%
info
Tool: get_tunnel_status manifest_parser · 90%
info
Tool: create_payment_onchain manifest_parser · 90%
info
Tool: send_private_transaction manifest_parser · 70%
info
Tool: simulate_bundle manifest_parser · 70%
info
Tool: check_mev_exposure manifest_parser · 70%
info
Tool: get_mev_protection_info manifest_parser · 70%
info
Tool: get_staking_position manifest_parser · 70%
info
Tool: stake_tokens manifest_parser · 70%
info
Tool: unstake_tokens manifest_parser · 70%
info
Tool: claim_staking_rewards manifest_parser · 70%
info
Tool: get_staking_apr manifest_parser · 70%
info
Tool: wrap_steth manifest_parser · 70%
info
Tool: unwrap_wsteth manifest_parser · 70%
info
Tool: get_lido_stats manifest_parser · 70%
info
Tool: stake_lp_tokens manifest_parser · 70%
info
Tool: withdraw_lp_tokens manifest_parser · 70%
info
Tool: get_farming_position manifest_parser · 70%
info
Tool: get_liquid_staking_info manifest_parser · 70%
info
Tool: approve manifest_parser · 75%
info
Tool: Lido manifest_parser · 75%
info
Tool: reverse_resolve_address manifest_parser · 70%
info
Tool: get_ens_text_records manifest_parser · 70%
info
Tool: get_ens_avatar manifest_parser · 70%
info
Tool: check_ens_availability manifest_parser · 70%
info
Tool: get_ens_name_details manifest_parser · 70%
info
Tool: batch_resolve_addresses manifest_parser · 70%
info
Tool: register_ens_name manifest_parser · 70%
info
Tool: set_ens_records manifest_parser · 70%
info
Tool: transfer_ens manifest_parser · 70%
info
Tool: renew_ens manifest_parser · 70%
info
Tool: create_subdomain manifest_parser · 70%
info
Tool: ${name}.eth manifest_parser · 75%
info
Tool: ${label}.eth manifest_parser · 75%
info
Tool: get_bridge_quote manifest_parser · 70%
info
Tool: execute_bridge manifest_parser · 70%
info
Tool: get_bridge_status manifest_parser · 70%
info
Tool: get_supported_bridges manifest_parser · 70%
info
Tool: estimate_bridge_time manifest_parser · 70%
info
Tool: get_bridge_fees manifest_parser · 70%
info
Tool: execute_multicall manifest_parser · 70%
info
Tool: get_multi_token_balances manifest_parser · 70%
info
Tool: get_multi_token_info manifest_parser · 70%
info
Tool: get_multi_native_balances manifest_parser · 70%
info
Tool: encode_call_data manifest_parser · 70%
info
Tool: batch_check_allowances manifest_parser · 70%
info
Tool: arg${i} manifest_parser · 75%
info
Tool: allowance manifest_parser · 75%
info
Tool: get_gas_prices_all_chains manifest_parser · 70%
info
Tool: get_eip1559_fees manifest_parser · 70%
info
Tool: get_standard_gas_limits manifest_parser · 70%
info
Tool: calculate_tx_cost manifest_parser · 70%
info
Tool: get_gas_history manifest_parser · 70%
info
Tool: wrap_native_token manifest_parser · 70%
info
Tool: unwrap_native_token manifest_parser · 70%
info
Tool: get_wrapped_native_balance manifest_parser · 70%
info
Tool: batch_transfer_erc20 manifest_parser · 70%
info
Tool: burn_erc20_tokens manifest_parser · 70%
info
Tool: get_token_holder_count manifest_parser · 70%
info
Tool: check_token_allowance manifest_parser · 70%
info
Tool: revoke_token_approval manifest_parser · 70%
info
Tool: get_token_supply_info manifest_parser · 70%
info
Tool: decimals manifest_parser · 75%
info
Tool: Transfer manifest_parser · 75%
info
Tool: totalSupply manifest_parser · 75%
info
Tool: get_portfolio_overview manifest_parser · 70%
info
Tool: get_multichain_portfolio manifest_parser · 70%
info
Tool: get_wallet_activity manifest_parser · 70%
info
Tool: calculate_portfolio_allocation manifest_parser · 70%
info
Tool: deploy_contract manifest_parser · 70%
info
Tool: deploy_create2 manifest_parser · 70%
info
Tool: deploy_proxy manifest_parser · 70%
info
Tool: upgrade_proxy manifest_parser · 70%
info
Tool: verify_contract manifest_parser · 70%
info
Tool: predict_create2_address manifest_parser · 70%
info
Tool: _logic manifest_parser · 75%
info
Tool: derive_addresses_from_mnemonic manifest_parser · 70%
info
Tool: create_wallet manifest_parser · 70%
info
Tool: import_wallet_from_mnemonic manifest_parser · 70%
info
Tool: get_token_approvals manifest_parser · 70%
info
Tool: verify_message manifest_parser · 70%
info
Tool: get_wallet_portfolio manifest_parser · 70%
info
Tool: balanceOf manifest_parser · 75%
info
Tool: get_chainlink_price manifest_parser · 70%
info
Tool: get_available_price_feeds manifest_parser · 70%
info
Tool: get_custom_price_feed manifest_parser · 70%
info
Tool: get_multiple_prices manifest_parser · 70%
info
Tool: get_uniswap_pool_price manifest_parser · 70%
info
Tool: check_price_feed_health manifest_parser · 70%
info
Tool: verify_message_signature manifest_parser · 70%
info
Tool: verify_typed_data_signature manifest_parser · 70%
info
Tool: hash_message manifest_parser · 70%
info
Tool: create_permit_signature manifest_parser · 70%
info
Tool: recover_signer manifest_parser · 70%
info
Tool: owner manifest_parser · 75%
info
Tool: get_swap_quote manifest_parser · 70%
info
Tool: execute_swap manifest_parser · 70%
info
Tool: get_best_route manifest_parser · 70%
info
Tool: get_dex_liquidity manifest_parser · 70%
info
Tool: get_price_impact manifest_parser · 70%
info
Tool: get_supported_dexs manifest_parser · 70%
info
Tool: add_liquidity manifest_parser · 70%
info
Tool: add_liquidity_native manifest_parser · 70%
info
Tool: remove_liquidity manifest_parser · 70%
info
Tool: get_network_health manifest_parser · 70%
info
Tool: get_lp_balance manifest_parser · 70%
info
Tool: get_pool_reserves manifest_parser · 70%
info
Tool: calculate_arbitrage manifest_parser · 70%
info
Tool: get_contract_logs manifest_parser · 70%
info
Tool: get_erc20_transfers manifest_parser · 70%
info
Tool: get_approval_events manifest_parser · 70%
info
Tool: get_logs_by_topic manifest_parser · 70%
info
Tool: get_event_topics manifest_parser · 70%
info
Tool: calculate_event_signature manifest_parser · 70%
info
Tool: get_recent_events manifest_parser · 70%
info
Tool: estimate_block_time manifest_parser · 70%
info
Tool: get_finality_status manifest_parser · 70%
info
Tool: get_pending_transactions_info manifest_parser · 70%
info
Tool: get_network_metadata manifest_parser · 70%
info
Tool: get_gas_oracle manifest_parser · 70%
info
Tool: get_block_with_transactions manifest_parser · 70%
info
Tool: get_uncle_blocks manifest_parser · 70%
info
Tool: get_block_receipts manifest_parser · 70%
info
Tool: get_block_range manifest_parser · 70%
info
Tool: get_block_rewards manifest_parser · 70%
info
Tool: get_blocks_by_miner manifest_parser · 70%
info
Tool: analyze_token_security manifest_parser · 70%
info
Tool: check_approval_risks manifest_parser · 70%
info
Tool: simulate_transaction manifest_parser · 70%
info
Tool: check_address_type manifest_parser · 70%
info
Tool: decode_transaction_data manifest_parser · 70%
info
Tool: detect_rug_pull_risk manifest_parser · 70%
info
Tool: get_holder_distribution manifest_parser · 70%
info
Tool: check_contract_ownership manifest_parser · 70%
info
Tool: detect_honeypot manifest_parser · 70%
info
Tool: analyze_contract_permissions manifest_parser · 70%
info
Tool: verify_contract_source manifest_parser · 70%
info
Tool: goplus_token_security manifest_parser · 70%
info
Tool: goplus_address_security manifest_parser · 70%
info
Tool: goplus_approval_security manifest_parser · 70%
info
Tool: goplus_nft_security manifest_parser · 70%
info
Tool: goplus_dapp_security manifest_parser · 70%
info
Tool: goplus_signature_decode manifest_parser · 70%
info
Tool: goplus_supported_chains manifest_parser · 70%
info
Tool: goplus_rugpull_detection manifest_parser · 70%
info
Tool: mint(address,uint256) manifest_parser · 75%
info
Tool: Etherscan manifest_parser · 75%
info
Tool: get_nft_collection_info manifest_parser · 70%
info
Tool: get_nfts_by_owner manifest_parser · 70%
info
Tool: check_nft_ownership manifest_parser · 70%
info
Tool: approve_nft_for_marketplace manifest_parser · 70%
info
Tool: revoke_nft_approval manifest_parser · 70%
info
Tool: check_nft_approval manifest_parser · 70%
info
Tool: batch_transfer_nfts manifest_parser · 70%
info
Tool: fetch_nft_metadata manifest_parser · 70%
info
Tool: safeTransferFrom manifest_parser · 75%
info
Tool: speed_up_transaction manifest_parser · 70%
info
Tool: cancel_transaction manifest_parser · 70%
info
Tool: get_pending_transaction_count manifest_parser · 70%
info
Tool: get_lending_position manifest_parser · 70%
info
Tool: get_lending_rates manifest_parser · 70%
info
Tool: get_lending_protocols manifest_parser · 70%
info
Tool: calculate_health_factor manifest_parser · 70%
info
Tool: get_flash_loan_info manifest_parser · 70%
info
Tool: get_liquidatable_positions manifest_parser · 70%
info
Tool: supply_to_lending manifest_parser · 70%
info
Tool: borrow_from_lending manifest_parser · 70%
info
Tool: repay_to_lending manifest_parser · 70%
info
Tool: withdraw_from_lending manifest_parser · 70%
info
Tool: borrow manifest_parser · 75%
info
Tool: withdraw manifest_parser · 75%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (103) manifest_parser · 80%
medium
OAuth authorization code flow without PKCE oauth_scope_analyzer · 75%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 90%
low
Permission: filesystem access detected permission_analyzer · 90%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
critical
Invisible Unicode characters in 'binance_us_withdraw_crypto' poisoning · 92%
critical
Invisible Unicode characters in 'binance_us_withdraw_fiat' poisoning · 92%
critical
Invisible Unicode characters in 'binance_us_subaccount_transfer' poisoning · 92%
critical
Tool poisoning in 'getNetworks': Directive language: 'always' poisoning · 85%
critical
Tool poisoning in 'getNetworkDexes': Cross-tool prerequisite: 'first call/use' poisoning · 85%
critical
Tool poisoning in 'getDexPools': Cross-tool prerequisite: 'first call/use' poisoning · 85%
critical
Tool poisoning in 'getTokenDetails': Cross-tool prerequisite: 'first call/use' poisoning · 85%
critical
Invisible Unicode characters in 'BinancePortfolioMarginCmChangeLeverage' poisoning · 92%
critical
Invisible Unicode characters in 'BinancePortfolioMarginCmNewOrder' poisoning · 92%
critical
Invisible Unicode characters in 'BinancePortfolioMarginCmCancelAllOrders' poisoning · 92%
critical
Invisible Unicode characters in 'BinancePortfolioMarginUmChangeLeverage' poisoning · 92%
critical
Invisible Unicode characters in 'BinancePortfolioMarginUmNewOrder' poisoning · 92%
critical
Invisible Unicode characters in 'BinancePortfolioMarginUmCancelAllOrders' poisoning · 92%
critical
Invisible Unicode characters in 'BinancePortfolioMarginMarginNewOrder' poisoning · 92%
critical
Invisible Unicode characters in 'BinancePortfolioMarginMarginCancelAllOrders' poisoning · 92%
critical
Invisible Unicode characters in 'BinancePortfolioMarginMarginLoan' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceCryptoLoanFlexibleBorrow' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceCopyTradingFollowTrader' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceOptionsCancelByUnderlying' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceOptionsBatchOrders' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceOptionsNewOrder' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceOptionsCancelAllOrders' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceSimpleEarnLockedRedeem' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceSimpleEarnLockedSubscribe' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceCopyTradingFollow' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceCryptoLoansFlexibleBorrow' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceCryptoLoansFixedBorrow' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceSubAccountEnableMargin' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceSubAccountCreate' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceSubAccountEnableFutures' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceMarginNewOco' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceFuturesChangeLeverage' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceFuturesBatchOrders' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceFuturesNewOrder' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceFuturesCancelAllOrders' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceFuturesChangeMarginType' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceDeliveryChangeLeverage' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceDeliveryNewOrder' poisoning · 92%
critical
Invisible Unicode characters in 'BinanceDeliveryCancelAllOrders' poisoning · 92%
critical
Tool poisoning in 'dex_get_networks': Directive language: 'always' poisoning · 85%
critical
Tool poisoning in 'dex_get_network_dexes': Cross-tool prerequisite: 'first call/use' poisoning · 85%
critical
Tool poisoning in 'dex_get_dex_pools': Cross-tool prerequisite: 'first call/use' poisoning · 85%
critical
Tool poisoning in 'create_payment_onchain': Directive language: 'you must' poisoning · 85%
info
SBOM generated: 1125 components sbom_generator · 100%
critical
AWS Secret Access Key found in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/binance-us-docs.md secret_scanner · 90%
high
Generic API Key Assignment found in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/binance-us-docs.md secret_scanner · 75%
critical
AWS Secret Access Key found in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/binance-mcp-server/binance-us-rest-api.md secret_scanner · 90%
high
Generic API Key Assignment found in Sperax-sperax-crypto-mcp-58bde19/BNB-Chain-MCP/binance-mcp-server/binance-us-rest-api.md secret_scanner · 75%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%