Releases: bitvavo/php-bitvavo-api
Releases · bitvavo/php-bitvavo-api
PHP Bitvavo API
PHP Bitvavo API
- Added account endpoint
- Added example for stoploss
PHP Bitvavo API
Fixed unknown book when receiving update before entire book
Moved createCurl to Bitvavo class so it is easier to overwrite with own function when required.
PHP Bitvavo API
Added option to set restUrl and wsUrl
PHP Bitvavo API
Implemented the following changes to the API
- Added bestBidSize and bestAskSize to tickerBook and websocket ticker.
- Added bestBid, bestBidSize, bestAsk, bestAskSize and timestamp to ticker24h.
- Added tradeIdFrom/tradeIdTo and orderIdFrom/orderIdTo to limit returned trades/orders (deprecating tradeId/orderId in those searches).
- Added ticker24h websocket stream.
PHP Bitvavo API
Added functionality for signature on public requests
PHP Bitvavo API
The PHP Bitvavo API wrapper.