{
  "x402Version": 2,
  "id": 9924,
  "slug": "9924",
  "resource": "https://api.agent-payload-tools.workers.dev/pipeline",
  "description": "Run 1 to 12 deterministic encoding, decoding, JSON, or hashing operations in sequence.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x6B2683F66d35b91ED05a1646c0305b02260B6acB",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "3000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "6cBob4SADGcWdsMPxkSnJ9GYL5EvmENkJnjfeVPBTxfA",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "3000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "input": "hello",
            "operations": [
              {
                "type": "base64_encode"
              },
              {
                "type": "sha256"
              }
            ]
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "$schema": "http://json-schema.org/draft-07/schema#",
                "properties": {
                  "input": {
                    "description": "Initial JSON-compatible value."
                  },
                  "operations": {
                    "description": "Ordered deterministic transformations.",
                    "items": {
                      "properties": {
                        "type": {
                          "description": "Deterministic operation to apply to the current value.",
                          "enum": [
                            "base64_encode",
                            "base64_decode",
                            "hex_encode",
                            "hex_decode",
                            "url_encode",
                            "url_decode",
                            "json_parse",
                            "json_canonicalize",
                            "sha256",
                            "sha512"
                          ],
                          "type": "string"
                        }
                      },
                      "required": [
                        "type"
                      ],
                      "type": "object"
                    },
                    "maxItems": 12,
                    "minItems": 1,
                    "type": "array"
                  }
                },
                "required": [
                  "input",
                  "operations"
                ],
                "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"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.agent-payload-tools.workers.dev",
  "lastUpdated": "2026-09-04T13:25:36.149Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-04T13:25:36.037Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.agent-payload-tools.workers.dev",
    "manifest_name": "api.agent-payload-tools.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}