mirrored listing x402 eip155:84532

Deterministic three-service GEO visibility composition with verified procurement accountin

Deterministic three-service GEO visibility composition with verified procurement accounting.

Do you run agent-business-lab-composition.dfly90724.workers.dev? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
1000 (raw units)
price
290
calls / 30d
1
unique payers
2026-09-17
updated

Provider

agent-business-lab-composition.dfly90724.workers.dev · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:84532",
    "payTo": "0x4A8Ad2E79533d7314710668e05C7BC421c18E6FC",
    "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "idempotencyKey": "example-idempotency-key",
          "orderId": "example-order",
          "url": "https://example.com/"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "accounting": {
            "customerRevenueAtomic": "100000",
            "grossMarginAtomic": "60000",
            "procurementCostAtomic": "40000"
          },
          "orderId": "example-order",
          "result": {
            "deterministic": true
          },
          "status": "delivered"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "idempotencyKey": {
                  "maxLength": 128,
                  "minLength": 1,
                  "type": "string"
                },
                "orderId": {
                  "maxLength": 128,
                  "minLength": 1,
                  "type": "string"
                },
                "url": {
                  "maxLength": 2048,
                  "minLength": 1,
                  "type": "string"
                }
              },
              "required": [
                "url",
                "orderId",
                "idempotencyKey"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://agent-business-lab-composition.dfly90724.workers.dev/api/composition"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://agent-business-lab-composition.dfly90724.workers.dev/api/composition");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://agent-business-lab-composition.dfly90724.workers.dev/api/composition")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/3594.json, and this resource appears in /discovery/resources and /discovery/search.