Sandboxed Python code execution via E2B
https://api.signalfuse.co/v1/gateway/execute/e2bOverview
Sandboxed Python code execution via E2B
Protocol
x402 (POST)
Price
—
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
signalfuse
Source
bazaar
Indexed
2026-04-27 04:57:02
Health
Status
healthy
Latency (p50)
216ms
Uptime (30d)
100.0%
Reliability Score
95/100
Last Checked
2026-09-20 07:16:00
Last Healthy
2026-09-20 07:16:00
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
Known USDC
Facilitator
—
Input Schema
{
"method": "POST",
"schema": {
"properties": {
"code": {
"description": "Python code to execute",
"type": "string"
},
"language": {
"default": "python",
"type": "string"
},
"timeout": {
"default": 30,
"description": "Max execution seconds (capped at 60)",
"type": "integer"
}
},
"required": [
"code"
],
"type": "object"
},
"type": "http"
}
Output Schema
{
"example": {
"error": null,
"stderr": [],
"stdout": [
"4\n"
]
},
"type": "json"
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-09-20 07:16:00 | healthy | 402 | 201ms | |
| 2026-09-19 22:04:30 | healthy | 402 | 216ms | |
| 2026-09-19 11:50:48 | healthy | 402 | 220ms | |
| 2026-09-18 23:42:58 | healthy | 402 | 172ms | |
| 2026-09-18 12:24:00 | healthy | 402 | 565ms | |
| 2026-09-18 08:09:32 | healthy | 402 | 169ms | |
| 2026-09-18 00:16:20 | healthy | 402 | 183ms | |
| 2026-09-17 10:26:58 | healthy | 402 | 216ms |