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)
320ms
Uptime (30d)
100.0%
Reliability Score
95/100
Last Checked
2026-06-13 07:42:17
Last Healthy
2026-06-13 07:42:17
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-06-13 07:42:17 | healthy | 402 | 311ms | |
| 2026-06-13 03:40:50 | healthy | 402 | 327ms | |
| 2026-06-12 21:53:49 | healthy | 402 | 317ms | |
| 2026-06-12 16:03:49 | healthy | 402 | 306ms | |
| 2026-06-12 12:43:44 | healthy | 402 | 318ms | |
| 2026-06-12 08:14:15 | healthy | 402 | 308ms | |
| 2026-06-12 04:00:17 | healthy | 402 | 321ms | |
| 2026-06-12 00:11:16 | healthy | 402 | 314ms | |
| 2026-06-11 17:55:11 | healthy | 402 | 326ms | |
| 2026-06-11 12:18:44 | healthy | 402 | 320ms | |
| 2026-06-11 07:34:31 | healthy | 402 | 307ms | |
| 2026-06-11 02:57:02 | healthy | 402 | 326ms | |
| 2026-06-10 21:46:35 | healthy | 402 | 526ms | |
| 2026-06-10 18:40:46 | healthy | 402 | 333ms | |
| 2026-06-10 16:09:14 | healthy | 402 | 769ms |