Help with the transactions stream API

I am having trouble getting the transactions stream API to work

After connecting and authenticating via websocket, whenever I call the transactions stream API
{
"transaction": 1,
"subscribe": 1
}

I get a successful response

{
"echo_req": {
"subscribe": 1,
"transaction": 1
},
"msg_type": "transaction",
"subscription": {
"id": "711a12ab-8074-5492-2a24-2793b0e7c8e5"
},
"transaction": {
"id": "711a12ab-8074-5492-2a24-2793b0e7c8e5"
}
}

But I don't get any other events, no matter how many transactions occur on my account.

Sign In or Register to comment.