Walletconnect: Get sessions
API-v2wc_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.
| Parameter | Type | Required | Description |
|---|---|---|---|
| None | N/A | This method has no 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": {}
}