wc_get_sessions
The wc_get_sessions
method returns a list of active WalletConnect sessions. For details on a specific connection only, use the wc_get_session method instead.
Structure | Type | Description |
---|---|---|
None | N/A | This method takes no input parameters. |
Structure | Type | Description |
---|---|---|
sessions | list of objects | A list of standard WcSession objects. |
POST
wc_get_sessions{
"method": "wc_get_sessions",
"userpass": "RPC_UserP@SSW0RD",
"mmrpc": "2.0",
"params": {}
}