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
Hello friend, I could not create a subuser. can you help me
`$huobi=new HuobiSpot($key,$secret);
try { $result=$huobi->subuser()->postCreation(['userList'=>['userName'=>'em02500','note'=>'m02500']]); print_r($result);
}catch (\Exception $e){ print_r(json_decode($e->getMessage(),true)); }`
The text was updated successfully, but these errors were encountered:
userList
I tested successfully
$huobi=new HuobiSpot($key,$secret); try { $result=$huobi->subuser()->postCreation([ 'userList'=>[ ['userName'=>'aaaf54142h','note'=>'xxfdfs34'], ], ]); print_r($result); }catch (\Exception $e){ print_r(json_decode($e->getMessage(),true)); }
Sorry, something went wrong.
hey buddy thank you. If you put this type of documents in the test folder, it may help others.
No branches or pull requests
Hello friend, I could not create a subuser. can you help me
`$huobi=new HuobiSpot($key,$secret);
try {
$result=$huobi->subuser()->postCreation(['userList'=>['userName'=>'em02500','note'=>'m02500']]);
print_r($result);
}catch (\Exception $e){
print_r(json_decode($e->getMessage(),true));
}`
The text was updated successfully, but these errors were encountered: