mirrored listing x402 eip155:8453

Receive-only email inbox on a clean domain for 7 days — for account verifications without

Receive-only email inbox on a clean domain for 7 days — for account verifications without phone, captcha or personal address. No sending.

Do you run agent.connskill.com? 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
500000 (raw units)
price
3
calls / 30d
3
unique payers
2026-09-17
updated

Provider

agent.connskill.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

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

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {},
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "address": "[email protected]",
          "expiresAt": "2026-09-03T12:00:00.000Z",
          "next": "POST /v1/mail-messages {\"orderId\":\"M1a2b3c4d5e6\"} to read received mail",
          "orderId": "M1a2b3c4d5e6",
          "status": "created"
        },
        "type": "json"
      }
    },
    "schema": {
      "properties": {
        "input": {
          "properties": {
            "body": {
              "properties": {},
              "type": "object"
            }
          }
        },
        "output": {
          "properties": {
            "example": {
              "address": "[email protected]",
              "expiresAt": "2026-09-03T12:00:00.000Z",
              "next": "POST /v1/mail-messages {\"orderId\":\"M1a2b3c4d5e6\"} to read received mail",
              "orderId": "M1a2b3c4d5e6",
              "status": "created"
            }
          }
        }
      }
    }
  }
}

Use it

curl

curl "https://agent.connskill.com/mail/v1/mail-inbox"
# -> 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.connskill.com/mail/v1/mail-inbox");
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.connskill.com/mail/v1/mail-inbox")
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/6866.json, and this resource appears in /discovery/resources and /discovery/search.