Spot Test Network bug(?)

Hey people,
I have an account in spot testnet in which I created a few users under the same account. I am trying to listen to the data stream of one user(let’s call it “mother user”). Once the mother user creates an order, I create the same order for the rest of the users.

Doing so, I noticed that all users are listing to the same user data stream. This means that every action that each user takes would reflect on the mother user.

Is it intended to be that way, that all of the users are listing to the same data stream? Is there any way to create separate users listening to different data streams under the same testnet account?

Thanks!

Is it intended to be that way, that all of the users are listing to the same data stream?

The Spot testnet does not have a concept of a “mother user”. Each testnet user has one Spot testnet account with multiple API-KEYs. Each API-Key points to the same account.

Is there any way to create separate users listening to different data streams under the same testnet account?

To achieve this you must have multiple testnet users.

Thanks for the replay!

So in other words, in order to really have multiple tests accounts, I would need to have multiple GitHub accounts?

That is correct.

The testnet is intended for clients to test single-account integrations, which is why a registered user has only one binance testnet account.