***Antipattern***
Count: 2
POST  /order/{pairs} [Singular last node with POST method.] 
POST  /cancel/{pairs} [Singular last node with POST method.] 

***Pattern***
Count: 4
GET  /balancesregular methods.
GET  /openOrdersregular methods.
GET  /tradeHistoriesregular methods.
GET  /balanceHistoriesregular methods.
