Tx-prepare for VKPSessionKeyManager.createSession() — create a scoped, time-boun...
https://theloopbreaker.com/api/x402/actions/create-session-keyOverview
Tx-prepare for VKPSessionKeyManager.createSession() — create a scoped, time-bounded session key with spending caps and a contract allowlist. Returns unsigned transaction; caller signs in wallet.
Protocol
x402 (POST)
Price
$0.25
Payment Asset
USD Coin
Payment Network
Base
Category
crypto/transactions
Provider
theloopbreaker
Source
bazaar
Indexed
2026-04-30 04:54:12
Health
Status
healthy
Latency (p50)
163ms
Uptime (30d)
100.0%
Reliability Score
92/100
Last Checked
2026-04-30 06:01:01
Last Healthy
2026-04-30 06:01:01
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
Known USDC
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"input": {
"bodySchema": {
"properties": {
"allowedContracts": {
"description": "Contracts the session signer may call",
"items": {
"type": "string"
},
"type": "array"
},
"chain": {
"description": "Chain (default: base)",
"enum": [
"base",
"avalanche",
"arbitrum",
"polygon"
],
"type": "string"
},
"expiry": {
"description": "Unix timestamp at which the session expires",
"type": "number"
},
"perTxLimitWei": {
"description": "Per-tx spend cap in wei",
"type": "string"
},
"sessionSigner": {
"description": "Address authorized as session signer",
"type": "string"
},
"spendingLimitWei": {
"description": "Total spend cap in wei",
"type": "string"
},
"walletAddress": {
"description": "Owner wallet that signs the create-session tx",
"type": "string"
}
},
"required": [
"walletAddress",
"sessionSigner",
"expiry",
"spendingLimitWei",
"perTxLimitWei"
],
"type": "object"
},
"discoverable": true,
"method": "POST",
"type": "http"
},
"output": {
"properties": {
"chain": {
"type": "string"
},
"success": {
"type": "boolean"
},
"txData": {
"type": "object"
}
},
"type": "object"
}
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-04-30 06:01:01 | healthy | 402 | 163ms |