Robinhood JSON-RPC WebSocket
Connect to wss://triport.io/ws/robinhood with the x-token header and the robinhood:rpc scope. The surface is available from Basic tier. The upgrade gate checks the same RPC scope as the HTTP data path. The separate sequencer feed uses robinhood:feed.
Supported subscriptions
| Subscription | Parameters | Delivery |
|---|---|---|
newHeads | ["newHeads"] | New block-header notifications after subscription. |
logs | ["logs", {"address": ..., "topics": [...]}] | Matching log notifications after subscription. |
{"jsonrpc":"2.0","id":1,"method":"eth_subscribe","params":["newHeads"]}newPendingTransactions is not available. Measurements acknowledged subscriptions but delivered no messages, so it is deliberately absent from the streaming contract.
Subscriptions are live views. Reconnect and resubscribe after a disconnect; use JSON-RPC reads to fill any required block or log gap.