x402 enabled
Inspiration Quotes API
A paid HTTP endpoint that returns a random inspirational quote. Buyer agents pay $0.01 USDC on Base per request via the x402 protocol.
Endpoint
Paste this URL into any x402-compatible buyer agent.
https://v0-x402-endpoint-creation-o5.vercel.app/api/quotePayment details
How buyers settle each call.
- Price
- $0.01 USDC
- Network
- base (mainnet)
- Facilitator
- facilitator.payai.network
- Pay to
- 0xB2560A3228c609aA6a2De5000B243Dd012793675
How it works
Standard x402 request/response flow.
- Buyer agent calls
GET /api/quote. - Server responds with
402 Payment Requiredand payment requirements. - Agent signs a USDC payment, retries with an
X-PAYMENTheader. - Facilitator verifies + settles, server returns the JSON quote.
Example response
{
"quote": "Simplicity is the ultimate sophistication.",
"author": "Leonardo da Vinci",
"timestamp": "2026-05-26T12:00:00.000Z"
}Compatible with any x402 client (e.g. x402-fetch, x402-axios, MCP buyer agents).