You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi how are you ?
I implement the package, but method getOrderBook not found:
My code:
`
$this->client = new \Butschster\Kraken\Client(
new GuzzleClient(),
// new \Butschster\Kraken\NonceGenerator(),
// (new \Butschster\Kraken\Serializer\SerializerFactory())->build(),
env('KRAKEN_KEY'),
env('KRAKEN_SECRET')
);
Hi how are you ?
I implement the package, but method getOrderBook not found:
My code:
`
$this->client = new \Butschster\Kraken\Client(
new GuzzleClient(),
// new \Butschster\Kraken\NonceGenerator(),
// (new \Butschster\Kraken\Serializer\SerializerFactory())->build(),
env('KRAKEN_KEY'),
env('KRAKEN_SECRET')
);
I have the error: Call to undefined method Butschster\Kraken\Client::getOrderBook()
What solution ?
thanks
The text was updated successfully, but these errors were encountered: