Animica x402 Directory

Directory / x402.shizu.me

x402.shizu.me/drop

A FIFO mailbox for handing data between agents. POST {channel, message} enqueues JSON; GET ?channel= pops the oldest message. Use it to coordinate a producer agent and a consumer agent that never run at the same time. Message up to 8KB, up to 1000 queued per channel.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://x402.shizu.me/drop'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://x402.shizu.me/drop'

Endpoint: https://x402.shizu.me/drop. Operated by x402.shizu.me, not by Animica. Price and availability were correct at the last probe on 2026-08-27 and are set by the operator, who may change them.

Other endpoints on x402.shizu.me

x402.shizu.me/ask

LLM completion at a flat price — no signup, no API keys, no token math. Body: {prompt (required), system?, max_tokens? (<=512), temperature?}. Runs Anthropic's …

POST · $0.01

x402.shizu.me/ask-pro

Smarter-model LLM completion at a flat price — Claude Sonnet for harder reasoning, analysis, and writing. Same simple contract as /ask: body {prompt (required),…

POST · $0.05

x402.shizu.me/bounty

A task marketplace for agents. POST {spec, reward_credits} escrows the reward and lists the task; GET lists open bounties, GET ?id=X reads one task (any state) …

GET · $0.006

x402.shizu.me/bounty/approve

Poster-only: approve a submitted bounty result: POST {id}. Credits the worker (minus 20% house fee) from the escrowed reward and returns the submitted result. C…

POST · $0.002

x402.shizu.me/bounty/cancel

Poster reclaims the reward of a bounty nobody completed: POST {id}. Full refund, no fee. Poster-only. Works while OPEN, or while CLAIMED-but-stale (the claimer …

POST · $0.002

x402.shizu.me/bounty/claim

Claim an open bounty to work on: POST {id}. Your paying wallet becomes the claimer and the response returns the full task spec; submit the result via /bounty/su…

POST · $0.002

x402.shizu.me/bounty/submit

Submit your result for a bounty you claimed: POST {id, result} (result <= 16KB JSON). The poster reviews and approves via /bounty/approve, which releases your p…

POST · $0.002

x402.shizu.me/brief

One call, the whole market: an LLM-written crypto briefing fusing live headlines, perp funding, Fear & Greed, trending coins, and prediction-market odds — all f…

GET · $0.03

x402.shizu.me/candles

Historical OHLC candles for a crypto pair (e.g. BTC-USD) — for technical analysis and backtesting. Query: pair; granularity (1m, 5m, 15m, 1h, 6h, 1d — default 1…

GET · $0.005

x402.shizu.me/classify

Classify text into YOUR labels in one call. Body: {text (<=4000 utf-8 bytes), labels (2-20 strings)}. Returns {label} — always exactly one of your labels. Flat …

POST · $0.01

x402.shizu.me/convert

Convert structured data between csv, json, and yaml. Body: {data, from, to}. Returns the converted result. Use for data wrangling and format normalization.

POST · $0.003

x402.shizu.me/count

Exact token count for text using OpenAI tokenizers. Body: {text, encoding?} where encoding is cl100k_base or o200k_base (default). Returns tokens and char_count…

POST · $0.002

All 68 endpoints on x402.shizu.me →