public function testGetValidMarketOrderTypes()
 {
     $orderTypes = $this->client->getValidMarketOrderTypes();
     $this->assert($orderTypes, equals, ["MarketBid", "MarketOffer"]);
 }