Queries on speed and API testing

vijoeyz
Two questions:

Q1: On a good network connection, what is the typical duration for order_place(), order_modify() and order_cancel() APIs completion (i.e., until on_order_update() callback) ? Do you have bench-marked values?

Q2: How do users typically test these APIs for placing, modifying and cancelling orders? Test these during the after-market hours, or is there mock trading available? 'pykiteconnect/tests/' folder in GitHub doesn't contain any specific tests for these APIs.

Thanks,
Vijay Zanvar
  • sujith
    You can expect the response within a second with a good network.

    We don't have sandbox yet we are waiting for APIs from our OMS vendor. You can place orders post market hours for testing.
Sign In or Register to comment.