HomeDocumentationAPI Reference
Log In
API Reference

Get Wallets From Session Key

Method Name

public/get_wallets_from_session_key

List the wallets for which the given session key is registered.
Automatically filters out expired session keys.

Parameters

public_session_keystringrequired
Public address of session key
scopestring
Optional scope of session key
enum adminaccountread_only

Response

idstring or integerrequired
resultobjectrequired
result.walletsarray of stringsrequired
List of wallets for which the given session key is registered

Example

{request_example_shell}
{request_example_javascript}
{request_example_python}

The above command returns JSON structured like this:

{response_example_json}