mirrored listing x402 eip155:8453

Password - CASA Cybersecurity Assessment - Consolidates evidence on secure communications,

Password - CASA Cybersecurity Assessment - Consolidates evidence on secure communications, including certificate validity, hostname matching, protocol and cipher strength, forward secrecy, and TLS vulnerabilities. It determines whether the service uses a secure, authentic, and correctly configured transport channel.

Do you run billitright.co? 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
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-17
updated

Provider

billitright.co · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xeF2fc5B24339371A659fd0571c9d0a1D63268d4f",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "description": "Password - CASA Cybersecurity Assessment - Consolidates evidence on secure communications, including certificate validity, hostname matching, protocol and cipher strength, forward secrecy, and TLS vulnerabilities. It determines whether the service uses a secure, authentic, and correctly configured transport channel.",
      "input": {
        "body": {
          "access_token": "my-token",
          "target_url": "https://example.com"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "description": "Asynchronous endpoint. The 202 response returns a ticket {job_id, status, poll_token}, not the result. Poll GET https://billitright.co/jobs/{job_id} with header 'X-Job-Token: <poll_token>' until status is 'completed' or 'failed'; the completed job contains the 'result'.",
        "example": {
          "job_id": "550e8400-e29b-41d4-a716-446655440000",
          "poll_token": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
          "status": "pending"
        },
        "type": "json"
      },
      "title": "Transport Security",
      "version": "1.0.0"
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "additionalProperties": false,
              "properties": {
                "access_token": {
                  "type": "string"
                },
                "binding": {
                  "enum": [
                    "rest",
                    "mcp"
                  ],
                  "type": "string"
                },
                "files": {
                  "type": "object"
                },
                "target_url": {
                  "format": "uri",
                  "type": "string"
                }
              },
              "required": [
                "target_url"
              ],
              "type": "object"
            },
            "bodyType": {
              "type": "string"
            },
            "method": {
              "type": "string"
            },
            "type": {
              "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://billitright.co/run-transport_security"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://billitright.co/run-transport_security");
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://billitright.co/run-transport_security")
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/13467.json, and this resource appears in /discovery/resources and /discovery/search.