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
I have a problem regarding post_market_order which causes this error
Below is the code without api id and secret key
# Try
from luno_python.client import Client
if __name__ == '__main__':
# Get Balances
c = Client(api_key_id='',api_key_secret='')
res = c.get_balances()
print(res)
# Market Order BUY
buy=c.post_market_order('ADAMYR','BUY',counter_volume=10.0)
print(buy)
I hope you guys can help me solve this problem. Thank you in advance
The text was updated successfully, but these errors were encountered:
Hello Everyone.
I have a problem regarding post_market_order which causes this error
Below is the code without api id and secret key
I hope you guys can help me solve this problem. Thank you in advance
The text was updated successfully, but these errors were encountered: