***Antipattern***
Count: 0

***Pattern***
Count: 6
-POST  /order/{pairs} Register your order.
-GET  /openOrders Get your open orders.
-POST  /cancel/{pairs} Cancel the registered order.
-GET  /balanceHistories Get your balance History.
-GET  /balances Get current balances.
-GET  /tradeHistories Get your completed order.
