MCP Servers / cloud-service / Bitpin Exchange

Bitpin Exchange

JSON →
stdionone3cloud-service

Interact with the Bitpin cryptocurrency exchange API to manage wallets, view market data, and execute orders.

Install
How to run this server

No install command recorded.

server path: bitpin-exchange
Tools
What this server exposes
GetWalletsListAsync
Retrieve a list of wallet balances for various cryptocurrencies.
GetMarketsListAsync
Retrieve a list of all supported trading markets.
GetTickersListAsync
Retrieve the current price list of Bitpin's markets.
GetCurrenciesAsync
Retrieve a list of supported cryptocurrencies with details such as symbol, name, and tradability status.
GetOrderbooksAsync
Retrieve the open orders in a specific trading market.
GetMatchesAsync
Retrieve the latest executed trades for a specific market.
CreateLimitOrderAsync
Place a limit order to buy or sell a cryptocurrency at a specified price.
CreateMarketOrderAsync
Place a market order to instantly buy or sell at the best available price.
CreateStopLimitOrderAsync
Place a stop-limit order to buy or sell once a specific stop price is reached.
CreateOcoOrderAsync
Place an OCO (One Cancels the Other) order to manage both limit and stop-limit orders simultaneously.
GetOrdersAsync
Retrieve your list of orders.
GetCompeletedOrdersAsync
Retrieve details of your completed orders (executed trades).
GetOrderByIdAsync
Retrieve a specific order by its order ID.
CancelOrderByIdAsync
Cancel a specific order by its order ID.
Configuration
Environment & auth
authnone
envBITPIN_API_KEY
envBITPIN_API_SECRET
envBITPIN_API_URL
Resources
Bitpin Exchange — MCP Server · libregistry