Skip to content

getOrderBook not found #14

Description

@gutofurlan

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')
);

    $this->client->getOrderBook(['XBTUSD', 'XXBTZUSD'], 100);
    `

I have the error: Call to undefined method Butschster\Kraken\Client::getOrderBook()

What solution ?
thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions