Hi,
How can I check the result of an order I opened by bot? What method should I call?
Tks
@rikardoms Do you mean via the API? If so you can use Proposal Open Contract https://developers.binary.com/api/#proposal_open_contract with the contract Id . like. Even though the contract is no longer open you should still see the closing result.
{ "proposal_open_contract": 1, "contract_id": 39 }
@michael_mueller said:@rikardoms Do you mean via the API? If so you can use Proposal Open Contract https://developers.binary.com/api/#proposal_open_contract with the contract Id . like. Even though the contract is no longer open you should still see the closing result. { "proposal_open_contract": 1, "contract_id": 39 }
@michael_mueller said:@rikardoms Do you mean via the API? If so you can use Proposal Open Contract https://developers.binary.com/api/#proposal_open_contract with the contract Id . like. Even though the contract is no longer open you should still see the closing result.
Thank you @michael_mueller
Comments
@rikardoms Do you mean via the API?
If so you can use Proposal Open Contract https://developers.binary.com/api/#proposal_open_contract with the contract Id .
like. Even though the contract is no longer open you should still see the closing result.
Thank you @michael_mueller