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 about the coins bought till date

  • cancelOrder: Cancels an order placed

  • cancelStopLossOrder: Cancels a stop loss order

  • depositHistory: Retrieves information about deposits done till date

  • getSpecifyCryptoCoinAddress[CoinsWithTag]: Retrieves the crypto coin's address associated with a specific tag

  • getSpecifyCryptoCoinAddress[CoinsWithoutTag]: Retrieves the crypto coin's address associated without any tags

  • listExecutedOrders: Lists all orders that have been processed till 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 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 performed till date

Custom Actions

Bitbns connector also lets you create your own custom actions for performing specific tasks. The actions you create look and work exactly like the other actions do.

Learn more about how to create custom actions.