MCP Bybit API Interface
JSON →An interface for interacting with the Bybit cryptocurrency exchange API.
Install
npx -y @smithery/cli Tools · 13
- get_orderbook Fetches order book information.
- get_kline Fetches K-line (candlestick) data.
- get_tickers Fetches cryptocurrency ticker information.
- get_wallet_balance Fetches account balance.
- get_positions Fetches position information.
- place_order Places a limit or market order.
- cancel_order Cancels an existing order.
- get_order_history Fetches historical order details.
- get_open_orders Fetches current open orders.
- set_trading_stop Sets take profit, stop loss, or trailing stop for a position.
- set_margin_mode Sets the margin mode (isolated or cross).
- get_api_key_information Fetches information about the current API key.
- get_instruments_info Fetches details about trading instruments (symbols).
Environment variables
ACCESS_KEYSECRET_KEYBYBIT_API_KEYBYBIT_API_SECRETYOUR_BYBIT_API_KEYYOUR_BYBIT_SECRET_KEY
Links
★ 7 GitHub stars