How to access multiple accounts pending orders?

Hi team,

I am using you NodeJS plugin to connect to your APIs.
I am creating a dashboard to show the pending orders of 2 clients(mine and my family members). But the Firstock.login() is taking one credentials, it is overriding the other client. Please help me on how to handle this issue.

Thanks,
Srinivas

The login keys are stored in config.json file, so the the second login will overwrite this file. Try running the client from 2 different folders.