Skip to content

Commit 2f489d1

Browse files
authored
Update _trace_filter-request.mdx
1 parent e43569a commit 2f489d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/reference/_partials/trace-methods/_trace_filter-request.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ curl https://mainnet.infura.io/v3/<YOUR-API-KEY> \
1515
<TabItem value="WSS">
1616

1717
```bash
18-
wscat -c wss://mainnet.infura.io/ws/v3/<YOUR-API-KEY> -x '{"jsonrpc": "2.0", "method": "trace_filter", "params": [{"fromBlock": "0x1", "toBlock": "0x21", "after": 2, "count":2, "fromAddress": ["0xfe3b557e8fb62b89f4916b721be55ceb828dbd73"]}], "id": 415}'
18+
wscat -c wss://mainnet.infura.io/ws/v3/<YOUR-API-KEY> -x '{"jsonrpc": "2.0", "method": "trace_filter", "params": [{"fromBlock": "0x1", "toBlock": "0x21", "after": 2, "count": 2, "fromAddress": ["0xfe3b557e8fb62b89f4916b721be55ceb828dbd73"]}], "id": 415}'
1919
```
2020

2121
</TabItem>

0 commit comments

Comments
 (0)