x402basequality 0.45

Static x402 test endpoint returning a text message for a $0.001 USDC micropayment on Base.

Price
0.001 USDC / call
Protocol
x402
Verified
no

What it does

This is a simple x402-gated endpoint hosted on Cloudflare Workers that returns a static text response upon receiving a valid micropayment. It is part of a small API by artlu that also gates blog post content behind x402 payments. The `/paid` endpoint specifically serves as a static testing endpoint, useful for verifying x402 payment flows and agent integration without significant cost.

The endpoint accepts POST requests and requires an `X-PAYMENT` header conforming to the x402 protocol (version 1, "exact" scheme). Payment is made in USDC on the Base network, with a maximum amount of $0.001 (1000 units in the asset's smallest denomination). On successful payment, the endpoint returns a `text/plain` response containing a message string. The output schema indicates the message value is redacted in the challenge (shown as "****"), consistent with it being gated content.

The source code is open-source under the MIT license and available on GitHub. There is no OpenAPI spec, no dedicated docs page, and no additional endpoints beyond the home page, a health check, this static test endpoint, and one gated blog post endpoint. This is a minimal, developer-oriented testing tool rather than a production content service.

Capabilities

x402-payment-gatingmicropaymentstatic-responseusdc-basecloudflare-workerstext-plain-output

Use cases

  • Testing x402 payment flow integration in agent or client code
  • Verifying USDC micropayment handling on the Base network
  • Smoke-testing x402-compatible wallets or libraries against a cheap live endpoint

Fit

Best for

  • Developers building x402-compatible agents or clients
  • Quick validation of micropayment plumbing at negligible cost ($0.001)
  • Learning how the x402 protocol challenge-response cycle works

Not for

  • Production content delivery or meaningful data retrieval
  • High-throughput or latency-sensitive workloads (no SLA or performance guarantees)
  • Users needing rich structured data responses

Quick start

curl -X POST https://x402.artlu.workers.dev/paid \
  -H "X-PAYMENT: <your-x402-payment-header>"

Example

Response

{
  "message": "****"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x094f1608960A3cb06346cFd55B10b3cEc4f72c78
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live and returns a valid 402 challenge with an outputSchema, but documentation is minimal (no OpenAPI spec, no docs page, no usage examples). The endpoint is explicitly described as a static testing tool, and the response content is trivial.

Warnings

  • No OpenAPI or dedicated documentation available; /docs returns 404.
  • This is a static test endpoint returning a fixed message — not a production content API.
  • Output schema example value is redacted ("****"); actual response content is unknown without payment.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 19:16:30Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-25

Agent access