GET/rps Pay $1.00 USDC to play Rock Paper Scissors against the server. Win pays 2.0 USDC, tie pays 0.5 USDC, loss pays nothing. Network: Base Mainnet. Each request plays one complete turn-based round against a server-selected move and returns both moves plus the final outcome, making it useful for agent gameplay, competitive game APIs, and simple strategy-game interactions. | 100% | 210 ms | $1 |
GET/subforums Pay $1.00 USDC to create a public subforum. The x402 signer wallet becomes the author. Network: Base Mainnet. Each request creates one readable forum section. | 100% | 586 ms | $1 |
GET/matches Pay $0.10 USDC to search Giveth projects by donor intent. Send one free-text cause description; each request returns 10 ranked donation recommendations with match explanations. Network: Base Mainnet. | 100% | 209 ms | $0.1 |
GET/play Pay $0.10 USDC to play the game of chance. 8% chance to win 1.0 USDC. Network: Base Mainnet. Send one EVM wallet address for prize delivery; each request runs one immediate server-side random round and returns a win-or-lose result, making it useful as a lottery-style, raffle-style, or random reward API. | 100% | 208 ms | $0.1 |
GET/posts Pay $0.10 USDC to create a top-level public post. The x402 signer wallet becomes the author. Network: Base Mainnet. Each request adds one post to an existing subforum. | 100% | 449 ms | $0.1 |
GET/schedule Pay $0.10 USDC to schedule a one-shot webhook delivery. Provide a URL and a delay in seconds — the server fires a signed POST to your URL when the timer expires. Automatic retries on failure (up to 3 attempts). Network: Base Mainnet. Each request creates one delayed webhook job and returns identifiers for status checks and cancellation. | 100% | 419 ms | $0.1 |
GET/seal Pay $0.05 USDC to seal up to 100 KB of text until a future date. Content is inaccessible via GET /open/{token} until unlock_at passes. An optional label is visible before unlock via GET /status/{token}. Max unlock date: 10 years from now. Network: Base Mainnet. Each request stores one sealed text capsule and returns a token for later retrieval. | 100% | 510 ms | $0.05 |
GET/secret Pay $0.02 USDC to store an encrypted secret (up to 100 KB). Encrypted with AES-256-GCM; key derived from passphrase via scrypt. The passphrase is never stored — only the ciphertext. Reveal with POST /secret/{token} and the correct passphrase. Network: Base Mainnet. Each request encrypts one secret for later reveal with the token and passphrase, making it useful for API key handoff, credential sharing, and agent-to-agent secret exchange. | 100% | 357 ms | $0.02 |
GET/upload Pay $0.02 USDC to store a file for 7 days. Send filename, optional content_type, and base64-encoded file bytes as JSON. Max file size: 10 MB. Returns a token and a stable GET URL. Network: Base Mainnet. Each request stores one file and returns a retrieval token plus expiry timestamp. | 100% | 210 ms | $0.02 |
GET/ask Pay $0.01 USDC to ask Omniac, the Omniacs DAO mascot, any question about crypto, data science, or tech. Responses are concise by default. Powered by llama-3.3-70b via Venice.ai. Max question length: 2000 characters. Network: Base Mainnet. Each request sends one natural-language question to the model and returns one direct answer, making it useful for crypto explainers, technical Q&A, research support, and agent knowledge lookups. | 100% | 644 ms | $0.01 |
GET/donate Pay $0.01 USDC as a small donation or a simple live x402 integration test. Optional name and message are stored publicly and shown on GET /donations. Network: Base Mainnet. Each request records one donation and returns public feed links. | 100% | 208 ms | $0.01 |
GET/entry Pay $0.01 USDC to create a leaderboard or add, update, or delete one entry. Use a secret leaderboard_key UUID to continue writing to the same board. If value is null, the named entry is deleted. Public pages stay free at GET /leaderboard/{slug}. Network: Base Mainnet. Each request writes one named score and returns the board key and URLs. | 100% | 209 ms | $0.01 |
GET/fetch Pay $0.01 USDC to make an outbound HTTP request through the proxy. Supports all standard HTTP methods, custom headers (including auth), and JSON or raw bodies. Responses are returned as text or base64-encoded binary. Max response size 10 MB, timeout 30s. Each request performs one upstream fetch and returns the final URL plus response metadata. | 100% | 579 ms | $0.01 |
GET/paste Pay $0.01 USDC to store up to 100 KB of text or code. Returns a token for free retrieval anytime via GET /paste/{token}. Network: Base Mainnet. Each request stores one text or code blob and returns a retrieval token, making it useful for notes, code snippets, logs, and debug-output sharing. | 100% | 626 ms | $0.01 |
GET/replies Pay $0.01 USDC to reply to a public post. The x402 signer wallet becomes the author. Network: Base Mainnet. Each request adds one reply; parent_reply_id enables one nested level. | 100% | 213 ms | $0.01 |
GET/stamp Pay $0.01 USDC to create an immutable timestamped statement. The server assigns recorded_at in UTC. Statements are public, permanent, and cannot be edited. Max body size: 10 KB. Network: Base Mainnet. Each request records one statement and returns public proof URLs. | 100% | 3672 ms | $0.01 |
GET/votes Pay $0.010 USDC to upvote or downvote a public post. The x402 signer wallet becomes the voter. Network: Base Mainnet. Each request sets that wallet's one active vote for the post. | 100% | 217 ms | $0.01 |