{
  "x402Version": 2,
  "id": 15224,
  "slug": "15224",
  "resource": "https://iot.halowerk.com/v1/edge-compute-bid",
  "description": "Filters caller-supplied bids by CPU, memory and latency constraints, computes workload cost from quoted unit prices, and ranks feasible candidates by total cost then latency. It does not contact providers, attest hardware or place a bid.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "4000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "candidates": [
              {
                "available_cpu_seconds": 300,
                "available_memory_gb_seconds": 1000,
                "latency_ms": 24,
                "price_per_cpu_second": 0.00002,
                "price_per_memory_gb_second": 0.000004,
                "provider": "edge-a"
              },
              {
                "available_cpu_seconds": 1000,
                "available_memory_gb_seconds": 1000,
                "latency_ms": 41,
                "price_per_cpu_second": 0.000015,
                "price_per_memory_gb_second": 0.000006,
                "provider": "edge-b"
              }
            ],
            "cpu_seconds": 120,
            "max_latency_ms": 50,
            "memory_gb_seconds": 480
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "candidates": {
                    "items": {
                      "additionalProperties": false,
                      "properties": {
                        "available_cpu_seconds": {
                          "maximum": 1000000000000,
                          "minimum": 0,
                          "type": "number"
                        },
                        "available_memory_gb_seconds": {
                          "maximum": 1000000000000000,
                          "minimum": 0,
                          "type": "number"
                        },
                        "latency_ms": {
                          "maximum": 1000000000,
                          "minimum": 0,
                          "type": "number"
                        },
                        "price_per_cpu_second": {
                          "maximum": 1000000,
                          "minimum": 0,
                          "type": "number"
                        },
                        "price_per_memory_gb_second": {
                          "maximum": 1000000,
                          "minimum": 0,
                          "type": "number"
                        },
                        "provider": {
                          "maxLength": 128,
                          "minLength": 1,
                          "type": "string"
                        }
                      },
                      "required": [
                        "provider",
                        "available_cpu_seconds",
                        "available_memory_gb_seconds",
                        "latency_ms",
                        "price_per_cpu_second",
                        "price_per_memory_gb_second"
                      ],
                      "type": "object"
                    },
                    "maxItems": 1000,
                    "minItems": 1,
                    "type": "array"
                  },
                  "cpu_seconds": {
                    "maximum": 1000000000,
                    "minimum": 0.001,
                    "type": "number"
                  },
                  "max_latency_ms": {
                    "maximum": 1000000000,
                    "minimum": 0,
                    "type": "number"
                  },
                  "memory_gb_seconds": {
                    "maximum": 1000000000000,
                    "minimum": 0,
                    "type": "number"
                  }
                },
                "required": [
                  "cpu_seconds",
                  "memory_gb_seconds",
                  "max_latency_ms",
                  "candidates"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "iot.halowerk.com",
  "lastUpdated": "2026-09-01T07:46:48.604Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-01T07:46:48.396Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "iot.halowerk.com",
    "manifest_name": "iot.halowerk.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}