Session keys

Session bounds mirror of the on-chain constants

24h max TTL, 30min inactivity timeout, 205-byte record.

GET
/session-keys/constants

24h max TTL, 30min inactivity timeout, 205-byte record.

Response Body

application/json

curl -X GET "https://example.com/session-keys/constants"
{  "maxTtlSecs": 0,  "inactivitySecs": 0,  "stateLen": 0}