public function testGetCurrencies()
 {
     $data = $this->client->getCurrencies();
     $this->assertInternalType('array', $data);
 }