x402base-sepoliaquality 0.55

Order an AI Plushie from the Genesis Collection early-bird tier via x402 payment on Base Sepolia.

Price
159.00 USDC / call
Protocol
x402
Verified
no

What it does

This x402 endpoint on staging.plush.fun lets an AI agent create an order for a physical AI Plushie from the Genesis Collection at the early-bird price of $159 USDC. Payment is settled on-chain via USDC on Base Sepolia (testnet). The endpoint accepts a POST request with a JSON body specifying collectionId, tier, quantity, and unitPriceCents, and returns an orderId, totalCents, and order status.

The Genesis Collection is described as the first AI Plushie collection featuring AI-generated personality characters. It is limited to 4,000 units total, with shipping starting once 2,000 units are sold (projected Q1–Q2 2026). If the minimum production goal is not reached, buyers are automatically refunded. Free worldwide shipping is included once the threshold is met. As of the crawl, 160 of 4,000 boxes had been sold.

Important: this endpoint is on a **staging** environment (staging.plush.fun) and settles on **Base Sepolia** (a testnet), so it is not a production/mainnet purchase. The x402 challenge requires 159,000,000 base units of USDC (6 decimals), which equals $159.00. No OpenAPI spec or dedicated API documentation was found; the schema is derived entirely from the x402 outputSchema in the 402 challenge.

Capabilities

x402-paymentusdc-settlementbase-sepolia-testnetorder-creationphysical-goods-purchaselimited-edition-collectible

Use cases

  • AI agent autonomously purchasing a physical AI Plushie collectible
  • Programmatic order placement for limited-edition merchandise via x402
  • Demonstrating x402 payment protocol for physical goods commerce on Base Sepolia

Fit

Best for

  • Agents that need to purchase physical collectibles on-chain
  • Developers testing x402 payment flows for e-commerce
  • Automated buying of limited-edition drops before they sell out

Not for

  • Production/mainnet purchases (this is a staging/testnet endpoint)
  • Purchasing digital-only NFTs or tokens
  • Bulk wholesale ordering (limited to 4,000 total units across all buyers)

Quick start

curl -X POST https://staging.plush.fun/api/orders/x402/early-bird \
  -H 'Content-Type: application/json' \
  -H 'X-PAYMENT: <x402_payment_token>' \
  -d '{"collectionId": "genesis", "tier": "early-bird", "quantity": 1, "unitPriceCents": 15900}'

Example

Request

{
  "tier": "early-bird",
  "quantity": 1,
  "collectionId": "genesis",
  "unitPriceCents": 15900
}

Response

{
  "status": "confirmed",
  "orderId": "ord_abc123",
  "totalCents": 15900
}

Endpoint

Transporthttp
Protocolx402
Pay to0x21dfc81726538fCFd7DFb5E4D14aAB4475ef8694
CurrencyUSDC

Quality

0.55/ 1.00

The x402 challenge is live and includes an outputSchema with input/output field definitions, giving a reasonable picture of the API contract. However, this is a staging/testnet endpoint with no OpenAPI spec, no dedicated API docs, and no example responses beyond what the schema implies. The crawl pages mostly returned 404-style content except the homepage. Price and schema are clear but documentation is thin.

Warnings

  • This is a STAGING environment on Base Sepolia (testnet), not a production mainnet endpoint.
  • No OpenAPI specification or dedicated API documentation found.
  • robots.txt explicitly disallows /api/ paths, suggesting this endpoint may not be intended for public crawling.
  • The response schema (orderId, totalCents, status) is inferred from the x402 outputSchema and has not been verified with a real response.
  • Physical goods fulfillment depends on reaching 2,000 units sold; refund policy applies if goal is not met.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 00:48:53Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access