You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
function subscribeToTransactions() {
api.events.on('transactions', function(response) {
console.log(response);
});
api.subscribeToTransactions();
}
I used this method ,
with this i can get if trade placed
but i want to copy that same trade to multiple account using Tokens
@martinov @raitucarp @borisyankov @raunakkathuria @aminroosta @gokula-krishna-dev
The text was updated successfully, but these errors were encountered: