Statement filtered with contract_id

Hi,

I used the API to open a trade and got the contract_id 11021338767. Once it expires, I'd like to check its output (win/loss). I can of course call "statement" with 100 trades and cross-reference all trades with my contract_id 11021338767, but is there a more "elegant" way to do it simply by calling statement (or another call) with a specific contract_id ?

Something like that would be nice :
{
"statement": 1,
"description": 1,
"contract_id": 11021338767
}

Sign In or Register to comment.