We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
status = self.coinex.getPositionStatus(market, position_id)
I cant seem to get this to work. I just get a response of..
<Response [200]>
Which if I am reading it correctly that means everything is ok... Looking to get information on my existing position.
status = self.coinex.getPositionStatus(market, position_id)
I cant seem to get this to work. I just get a response of..
<Response [200]>Which if I am reading it correctly that means everything is ok... Looking to get information on my existing position.