public function testGetSpotPrice()
 {
     $price = $this->client->getSpotPrice();
     $this->assertInstanceOf(Money::class, $price);
 }