with: wscat -c wss://ropsten.infura.io/ws/v3/5c896XXXXb7942XXXXd028ef4cXXXX34 --no-color
Connected (press CTRL+C to quit)
{“jsonrpc”:“2.0”, “id”: 1, “method”: “eth_subscribe”, “params”: [“logs”]}
I get:
< {“jsonrpc”:“2.0”,“id”:1,“error”:{“code”:-32602,“message”:“invalid log filter: not enough parameters to decode position”}}
but in the documentation (subscribe | Infura Documentation) both address and topics are optional. I’ve tried supplying my address but I don’t see any transactions, and I have no idea what a topics is and where I would get one. zero documentation on this on the site
help?