Bitpin Exchange
JSON →Interact with the Bitpin cryptocurrency exchange API to manage wallets, view market data, and execute orders.
Tools · 14
- 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.
Environment variables
BITPIN_API_KEYBITPIN_API_SECRETBITPIN_API_URL
Links
★ 3 GitHub stars