Skip to main content
Glama
doubledare704

aiowhitebit-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_tickerB

Get ticker information for a specific market.

Args: market: Market pair (e.g., 'BTC_USDT')

get_tickersA

Get ticker information for all markets.

get_symbolsB

Get all available symbols.

get_assetsB

Get all available assets.

get_server_timeA

Get current server time.

get_server_statusB

Get current server status.

get_market_infoB

Get information about all available markets.

get_market_activityB

Get activity information for all markets (last price, volume, etc.).

get_orderbookA

Get orderbook for a specific market.

Args: market: Market pair (e.g., 'BTC_USDT')

get_recent_tradesB

Get recent trades for a specific market.

Args: market: Market pair (e.g., 'BTC_USDT') trade_type: Type of trades to retrieve ('buy' or 'sell')

get_feeC

Get trading fee for a specific market.

Args: market: Market pair (e.g., 'BTC_USDT')

get_asset_status_listB

Get status of all assets.

get_funding_historyA

Get funding rate history for a futures market.

Args: market: Market pair (e.g., 'BTC_USDT')

connect_websocketC

Connect to the WebSocket API.

disconnect_websocketB

Disconnect from the WebSocket API.

bookticker_subscribeB

Subscribe to BookTicker stream for a market.

Args: market: Market pair (e.g., 'BTC_USDT')

bookticker_unsubscribeB

Unsubscribe from BookTicker stream for a market.

Args: market: Market pair (e.g., 'BTC_USDT')

healthA

Get the health status of the WhiteBit MCP server.

metricsB

Get metrics for the WhiteBit MCP server.

reset_metricsC

Reset all metrics.

circuit_breakersA

Get the status of all circuit breakers.

reset_circuit_breakerC

Reset a circuit breaker.

Args: name: The name of the circuit breaker to reset

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_markets_resourceGet information about all available markets.
get_assets_resourceGet information about all available assets.

Latest Blog Posts

MCP directory API

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

curl -X GET 'https://glama.ai/api/mcp/v1/servers/doubledare704/aiowhitebit-mcp'

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