Register Session Key

Method Name

public/register_session_key

Register or update expiry of an existing session key.

Parameters

expiry_sec integer required
Expiry of the session key
label string required
Ethereum wallet address
public_session_key string required
Session key in the form of an Ethereum EOA
signed_raw_tx string required
A signed RLP encoded ETH transaction in form of a hex string (same as w3.eth.account.sign_transaction(unsigned_tx, private_key).rawTransaction.hex())
wallet string required
Ethereum wallet address of account

Response

id string or integer required
result object required
result.label string required
User-defined session key label
result.public_session_key string required
Session key in the form of an Ethereum EOA
result.transaction_id string required
ID to lookup status of transaction

Example

{request_example_shell}
{request_example_javascript}
{request_example_python}

The above command returns JSON structured like this:

{response_example_json}