Purchase: Code Execution
https://api.the402.ai/v1/services/svc_a844123f03b8401a/purchaseOverview
Purchase: Code Execution
Protocol
x402
Price
$0.0050
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
the402
Source
bazaar
Indexed
2026-05-15 19:54:53
Health
Status
degraded
Latency (p50)
244ms
Uptime (30d)
100.0%
Reliability Score
80/100
Last Checked
2026-07-08 02:13:24
Last Healthy
2026-05-16 08:16:33
Consecutive Failures
21
x402 Payment Validation
Payment Requirements
Invalid
Asset Verified
—
Facilitator
—
Input Schema
{
"body": {
"properties": {
"code": {
"description": "The code to execute",
"type": "string"
},
"language": {
"description": "Programming language (python, javascript, typescript, r, java, bash). Defaults to python.",
"enum": [
"python",
"javascript",
"typescript",
"r",
"java",
"bash"
],
"type": "string"
}
},
"required": [
"code"
],
"type": "object"
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"job_id": {
"type": "string"
},
"status": {
"type": "string"
},
"thread_id": {
"type": "string"
}
},
"type": "object"
}