{
  "x402Version": 2,
  "id": 12358,
  "slug": "12358",
  "resource": "https://kairostamp.com/api/v1/redirect-audit",
  "description": "Redirect audit: follows one public http/https URL server-side and returns the ordered redirect chain, hop count, final URL, final HTTP status, whether the destination changed origin and whether HTTPS was downgraded to HTTP, with a timestamp and a tamper-evident receipt. Single GET query parameter (url). No response body is returned.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xdB6F694aE695C632C82677a50593B46137808453",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "url": "https://example.com/"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "chain_hash": "d084fff3e5d852089814f7d4d3ffe9d04d1a39ce9d2e0573a95f24cf78fb584d",
            "cross_origin": true,
            "fetched_at": "2026-08-23T05:32:12.771Z",
            "final_status": 200,
            "final_url": "https://www.example.com/home",
            "hop_count": 1,
            "https_downgrade": false,
            "initial_url": "https://example.com/",
            "note": "Redirect metadata only: no response body, content preview or body digest is returned. Redirects are re-validated against the same address policy at every hop and are capped.",
            "receipt_id": "85cd424c-b68b-440e-8f4f-e02147799f30",
            "redirect_chain": [
              "https://www.example.com/home"
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": false,
                "examples": [
                  {
                    "url": "https://example.com/"
                  }
                ],
                "properties": {
                  "url": {
                    "description": "Public http/https URL. Sent as the `url` query parameter.",
                    "examples": [
                      "https://example.com/"
                    ],
                    "format": "uri",
                    "maxLength": 2048,
                    "type": "string"
                  }
                },
                "required": [
                  "url"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "chain_hash": {
                    "description": "Tamper-evident hash-chain value.",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "cross_origin": {
                    "type": "boolean"
                  },
                  "fetched_at": {
                    "format": "date-time",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "final_status": {
                    "type": "integer"
                  },
                  "final_url": {
                    "format": "uri",
                    "type": "string"
                  },
                  "hop_count": {
                    "type": "integer"
                  },
                  "https_downgrade": {
                    "type": "boolean"
                  },
                  "initial_url": {
                    "format": "uri",
                    "type": "string"
                  },
                  "note": {
                    "type": "string"
                  },
                  "receipt_id": {
                    "format": "uuid",
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "redirect_chain": {
                    "items": {
                      "format": "uri",
                      "type": "string"
                    },
                    "type": "array"
                  }
                },
                "required": [
                  "initial_url",
                  "final_url",
                  "redirect_chain",
                  "hop_count",
                  "final_status"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "builder-code": {
      "info": {
        "s": [
          "cdp_sdk_server"
        ]
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "a": {
            "description": "App builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "description": "Service builder codes",
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "maxItems": 11,
            "type": "array"
          },
          "w": {
            "description": "Wallet builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    },
    "eip2612GasSponsoring": {},
    "erc20ApprovalGasSponsoring": {}
  },
  "tags": [
    "bazaar",
    "builder-code",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "sourceHost": "kairostamp.com",
  "lastUpdated": "2026-08-23T09:07:16.997Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-23T09:07:16.02Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "kairostamp.com",
    "manifest_name": "kairostamp.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"
  }
}