I wanted to check if there is any dummy/test API keys available to test out the code written? If no, how do you guys recommend to test the code is working as expected?
None that I am aware of though the sandbox discussion is going on for quite some time. What I do is write code, have stubs in place of the actual APIs, pretest all conditions that lead to the trigger of these stubs, and then when I am satisfied all conditions leading to the calling of the stubs are working fine, I will replace the stubs with the actual functions of the API. During that time, will put minimum amount for my trading capital and test
What I do is write code, have stubs in place of the actual APIs, pretest all conditions that lead to the trigger of these stubs, and then when I am satisfied all conditions leading to the calling of the stubs are working fine, I will replace the stubs with the actual functions of the API. During that time, will put minimum amount for my trading capital and test