How do I retrieve the symbol using the contract id supplied in the “position list”?
I am calling “https://demo.tradovateapi.com/v1/position/list”
How do I retrieve the symbol using the contract id supplied in the “position list”?
I am calling “https://demo.tradovateapi.com/v1/position/list”
Hello Everyone, I was told by Tradovate Customer Service that this is the place to get answers like the one above.
Should I add any additional details?
I am just trying to get the symbol name (e.g. CLF3) for the contractId in the position list.
Hey,
Your question should be pretty easy to find the answer your self in the documentation.
Ref: Tradovate API
The format you’ll need to use is :
https://demo.tradovateapi.com/v1/contract/item?id=<insert your ID>
Thank You for your help!!