On this page

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.

StructureTypeDescription
NoneN/AThis method takes no input parameters.

StructureTypeDescription
sessionslist of objectsA list of standard WcSession objects.

POST
wc_get_sessions
{
  "method": "wc_get_sessions",
  "userpass": "RPC_UserP@SSW0RD",
  "mmrpc": "2.0",
  "params": {}
}