Skip to content
New issue

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

Any function to set position side to hedge mode? #49

Open
younisch96 opened this issue Mar 14, 2023 · 0 comments
Open

Any function to set position side to hedge mode? #49

younisch96 opened this issue Mar 14, 2023 · 0 comments

Comments

@younisch96
Copy link

there is already a function to get the dual position sidegetPositionSideDual but it only reads.is there any other function to turn the hedge mood on?i have also tried the post query in same function but it only returns and not changes the dual positionside public function getPositionSideDual(array $data=[]){ $this->type='POST'; $this->path='/fapi/'.$this->version.'/positionSide/dual'; $this->data=array_merge($this->data,$data); return $this->exec(); }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant