Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Releases: bitvavo/php-bitvavo-api

PHP Bitvavo API

Choose a tag to compare

@guyromb guyromb released this 07 Jul 14:44
c9c66c0

Support HTTP2 Standards (Convert headers to lowercase)

PHP Bitvavo API

Choose a tag to compare

@joeri-vv joeri-vv released this 30 Oct 13:12
58b5bec
  • Added account endpoint
  • Added example for stoploss

PHP Bitvavo API

Choose a tag to compare

@joeri-vv joeri-vv released this 13 Aug 12:55

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

Choose a tag to compare

@joeri-vv joeri-vv released this 04 Feb 11:16

Added option to set restUrl and wsUrl

PHP Bitvavo API

Choose a tag to compare

@bitvavo bitvavo released this 14 Aug 12:33

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

Choose a tag to compare

@bitvavo bitvavo released this 31 May 08:41

Added functionality for signature on public requests

PHP Bitvavo API

Choose a tag to compare

@bitvavo bitvavo released this 08 Mar 09:24

The PHP Bitvavo API wrapper.