Closed robod9590 closed 2 years ago
$api = CoinbaseFacade::createDefaultCoinbaseApi($endpoint, $api_key, $api_secret, $passphrase);
//APis
$api->products()->getProducts('BTC-USD');
$api->products()->getSingleProduct('BTC-USD');
Error: "message": "Undefined array key \"base_min_size\"",
file": "vendor\mocking-magician\coinbase-pro-sdk\src\Functional\DTO\ProductData.php",
Hi @robod9590, fix has been pushed about your issue. You can update your package to the latest version.
See you !
$api = CoinbaseFacade::createDefaultCoinbaseApi($endpoint, $api_key, $api_secret, $passphrase);
//APis
$api->products()->getProducts('BTC-USD');
$api->products()->getSingleProduct('BTC-USD');
Error: "message": "Undefined array key \"base_min_size\"",
file": "vendor\mocking-magician\coinbase-pro-sdk\src\Functional\DTO\ProductData.php",