Releases: coingate/coingate-php
Releases · coingate/coingate-php
v4.1.0
- ApiKey is no more mandatory when creating a Client. Useful when you want to perform Public API calls only.
- Added possibility for late
$client->setApiKey('YOUR_API_TOKEN')
and$client->setEnvironment('sandbox')
assignments. - Added support for Public API calls.
- Added support for Get Exchange Rate
- Added support for List Exchange Rates
- Added support for Ping
- Added support for IP Addresses
- Added support for Currencies
- Added support for Platforms