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
When I perform a market order using: client.create_market_order I get a json which contains my orderId. How can I find at what price it was performed or what amount of tokens I bought?
I tried :
print(client.get_fills(order_id))
But I only got: {'currentPage': 1, 'pageSize': 50, 'totalNum': 0, 'totalPage': 0, 'items': []}
The text was updated successfully, but these errors were encountered:
Hello,
When I perform a market order using:
client.create_market_order
I get a json which contains my orderId. How can I find at what price it was performed or what amount of tokens I bought?I tried :
print(client.get_fills(order_id))
But I only got:
{'currentPage': 1, 'pageSize': 50, 'totalNum': 0, 'totalPage': 0, 'items': []}
The text was updated successfully, but these errors were encountered: