We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae877c8 commit ba50fbdCopy full SHA for ba50fbd
README.md
@@ -33,7 +33,6 @@ composer require "kucoin/kucoin-php-sdk:~1.1.0"
33
| Environment | BaseUri |
34
|---------------|-----------------------------------------------------|
35
| *Production* | https://api.kucoin.com |
36
-| ~~*Sandbox*~~ | ~~https://openapi-sandbox.kucoin.com~~ (Deprecated) |
37
38
```php
39
// Switch to the sandbox environment
src/Api.php
@@ -21,7 +21,7 @@ abstract class Api
21
/**
22
* @var string SDK update date
23
*/
24
- const UPDATE_DATE = '2024.05.30';
+ const UPDATE_DATE = '2024.05.28';
25
26
27
* @var string
0 commit comments