trojanhost / bittrex-API-2.0

bittrex API 2.0
1 stars 0 forks source link

Bittrex API 2.0 #1

Open trojanhost opened 7 years ago

trojanhost commented 7 years ago

Hello!

i use bittrex API. how use method BuyLimit with "ConditionType" and "Target" parameters?

this sample dont work? :

https://bittrex.com/api/v2.0/auth/market/tradebuy?&nonce=1502481723&MarketName=BTC-BCC&OrderType=LIMIT&Quantity=0.0005 &Rate=0.10271362101&TimeInEffect=IMMEDIATE_OR_CANCEL&ConditionType=GREATER_THAN&Target=0.10271362101

do you have Bittrex API 2.0 documentation?

thank you!

valvesss commented 6 years ago

@trojanhost , try "https://bittrex.com/api/v2.0/key/market/TradeBuy?marketName=BTC-LTC&orderType=LIMIT&quantity=QUANTITY_NUMBER_FLOAT&rate=RATE_NUMBER_FLOAT&timeInEffect=GOOD_TIL_CANCELLED_OR_IMMEDIATE_OR_CANCEL&conditionType=NONE&target=0&apikey=YOUR_API_KEY". Works very fine to me... But the same, to sell doesnt work.. Looking for help.