You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(); }
The text was updated successfully, but these errors were encountered:
there is already a function to get the dual position side
getPositionSideDual
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 positionsidepublic function getPositionSideDual(array $data=[]){ $this->type='POST'; $this->path='/fapi/'.$this->version.'/positionSide/dual'; $this->data=array_merge($this->data,$data); return $this->exec(); }
The text was updated successfully, but these errors were encountered: