HomeDocumentationAPI Reference
Log In
API Reference

Register Session Key

Register or update expiry of an existing session key.
Currently, this only supports creating admin level session keys.
Keys with fewer permissions are registered via /register_scoped_session_key

Expiries updated on admin session keys may not happen immediately due to waiting for the onchain transaction to settle.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
required

Expiry of the session key

string
required

Ethereum wallet address

string
required

Session key in the form of an Ethereum EOA

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())

string
required

Ethereum wallet address of account

Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json