{
  "x402Version": 2,
  "id": 12825,
  "slug": "12825",
  "resource": "https://api.signalfuse.co/v1/gateway/execute/e2b",
  "description": "Sandboxed Python code execution via E2B",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xf080a1Aab08650946acDa41410a7eDC14f7Be035",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "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": {
          "example": {
            "error": null,
            "stderr": [],
            "stdout": [
              "4\n"
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "output": {
          "properties": {
            "error": {
              "nullable": true,
              "type": "string"
            },
            "stderr": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "stdout": {
              "items": {
                "type": "string"
              },
              "type": "array"
            }
          },
          "required": [
            "stdout",
            "stderr"
          ]
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.signalfuse.co",
  "lastUpdated": "2026-09-15T16:01:23.401Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-15T16:01:23.217Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.signalfuse.co",
    "manifest_name": "api.signalfuse.co",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}