We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I'll try post order on Spot, my code:
$key = 'xxxx'; $secret = 'xxxx'; $bybit = new \Lin\Bybit\BybitSpot($key, $secret); $result=$bybit->privates()->postOrder([ 'side'=>'Buy', 'symbol'=>'BTCUSDT', 'type'=>'MARKET', 'qty'=>0.1, ]); print_r($result);
But i get error Array ( [ret_code] => -1001 [ret_msg] => Internal error. [ext_code] => [ext_info] => [result] => )
Array ( [ret_code] => -1001 [ret_msg] => Internal error. [ext_code] => [ext_info] => [result] => )
could you tell me please what the mistake is? Thanks :)
The text was updated successfully, but these errors were encountered:
Hi! I'll try post order on Spot, my code: $key = 'xxxx'; $secret = 'xxxx'; $bybit = new \Lin\Bybit\BybitSpot($key, $secret); $result=$bybit->privates()->postOrder([ 'side'=>'Buy', 'symbol'=>'BTCUSDT', 'type'=>'MARKET', 'qty'=>0.1, ]); print_r($result); But i get error Array ( [ret_code] => -1001 [ret_msg] => Internal error. [ext_code] => [ext_info] => [result] => ) could you tell me please what the mistake is? Thanks :)
I've fixed it. Try again. composer update
Sorry, something went wrong.
@zhouaini528 great, thanks :)
No branches or pull requests
Hi!
I'll try post order on Spot, my code:
But i get error
Array ( [ret_code] => -1001 [ret_msg] => Internal error. [ext_code] => [ext_info] => [result] => )
could you tell me please what the mistake is?
Thanks :)
The text was updated successfully, but these errors were encountered: