Bitbns
Bitbns is a trading platform to exchange, buy, and sell crypto currencies.
Actions
-
allCoinBalance: Retrieves the balance of all coins
-
APIUsageStatus: Retrieves the API usage statistics
-
buyOrderBook: Provides information on the coins that are purchased to date
-
cancelOrder: Cancels an order that is placed
-
cancelStopLossOrder: Cancels a stop-loss order
-
depositHistory: Retrieves information about deposits that are done to date
-
getSpecifyCryptoCoinAddress[CoinsWithTag]: Retrieves the crypto coin's address that is associated with a specific tag
-
getSpecifyCryptoCoinAddress[CoinsWithoutTag]: Retrieves the crypto coin's address that is associated without any tags
-
listExecutedOrders: Lists all orders processed to date.
-
listOpenOrders: Lists all pending orders till date
-
listOpenStopLossOrders: Lists all pending stop-loss orders till date
-
orderStatus: Retrieves the status of an order
-
placeBuyOrder: Places an order for buying coins
-
placeBuyStopLossOrder: Places an order for stop loss buy
-
placeSellOrder: Places an order for selling coins
-
placeSellStopLossOrder: Places an order for stop loss sell
-
platformStatus: Provides information about the platform
-
sellOrderBook: Provides information about the coins that are sold till date
-
singleCoinBalance: Retrieves the total amount of a specific coin in your account
-
socketToken: Retrieves the details of a socket token
-
tickers: Retrieves the details of a ticker
-
withdrawalHistory: Displays the list of withdrawals that are performed till date
Custom Actions
You can also create your own custom actions for performing specific tasks. The actions that you create look and work exactly like the other actions do.
Learn more about how to create custom actions.