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
If price has changed while executing market order, T212 response is Status Code: 500 and: {"code":"BusinessException","context":{"current":241.87,"code":"ETHUSD","type":"PriceChangedException","currentPriceBuy":241.52,"operation":"buy","currentPriceSell":241.87,"target":239.74},"message":"PriceChangedException"}
Resending the POST request with an updated target price seems required.
The text was updated successfully, but these errors were encountered:
POST https://demo.trading212.com/rest/v2/trading/open-positions
with {"notify":"NONE","targetPrice":239.74,"quantity":0.1,"instrumentCode":"ETHUSD"}
If price has changed while executing market order, T212 response is Status Code: 500 and:
{"code":"BusinessException","context":{"current":241.87,"code":"ETHUSD","type":"PriceChangedException","currentPriceBuy":241.52,"operation":"buy","currentPriceSell":241.87,"target":239.74},"message":"PriceChangedException"}
Resending the POST request with an updated target price seems required.
The text was updated successfully, but these errors were encountered: