Method Name
private/register_scoped_session_key
private/register_scoped_session_keyRegisters a new session key bounded to a scope without a transaction attached.
If you want to register an admin key, you must provide a signed raw transaction.
Required minimum session key permission level is account
Parameters
expiry_sec
integer required |
public_session_key
string required |
wallet
string required |
ip_whitelist
array of strings |
label
string |
scope
string |
signed_raw_tx
string |
Response
id string or integer required |
result object required |
result.
expiry_sec
integer required |
result.
ip_whitelist
array of strings or null required |
result.
label
string or null required |
result.
public_session_key
string required |
result.
scope
string required |
result.
transaction_id
string or null required |
Example
{request_example_shell}{request_example_javascript}{request_example_python}The above command returns JSON structured like this:
{response_example_json}