Animica x402 Directory

Directory

nostr.halowerk.com

nostr.halowerk.com publishes 10 machine-payable endpoints over the x402 protocol, priced from $0.001 to $0.004 per call. Each was probed directly; the response code below is what it returned.

Endpoints

EndpointMethodPriceProbe
/bot-score GET $0.004 402
/event-sign GET $0.001 402
/follower-graph GET $0.004 402
/key-convert GET $0.001 402
/lnurl-invoice GET $0.002 402
/nip05-verify GET $0.001 402
/relay-health GET $0.003 402
/rss-to-nostr GET $0.002 402
/zap-radar GET $0.004 402
/zap-receipt-check GET $0.002 402

What these endpoints do

nostr.halowerk.com/bot-score

Fetches the recent notes of one public key across several relays and measures six independent signals: posting rate per day, the coefficient of variation of the intervals between posts, how many of th…

GET · $0.004 · probe 402

nostr.halowerk.com/event-sign

Three modes over the same event structure. In preimage mode the caller supplies a public key and the event fields; the answer holds the exact NIP-01 serialisation, the SHA-256 event id derived from it…

GET · $0.001 · probe 402

nostr.halowerk.com/follower-graph

Fetches kind 3 contact lists over up to twelve relays. Because kind 3 is replaceable, several relays regularly hold different versions; only the one with the highest created_at is used and the answer …

GET · $0.004 · probe 402

nostr.halowerk.com/key-convert

Takes any public NIP-19 identifier or a 64-character hex value and returns every representation it can be expressed as. A decoded nprofile or nevent yields not only the key or event id but also the re…

GET · $0.001 · probe 402

nostr.halowerk.com/lnurl-invoice

Accepts three forms of recipient. A bech32 lnurl is decoded to its callback URL, a Lightning address is resolved through the well-known lnurlp path, and a Nostr public key is resolved by reading its k…

GET · $0.002 · probe 402

nostr.halowerk.com/nip05-verify

Fetches https://domain/.well-known/nostr.json with the name query parameter and reads the mapping the domain publishes. The answer states the resolved public key in hex and as npub, the relay hints th…

GET · $0.001 · probe 402

nostr.halowerk.com/relay-health

Every relay is measured twice over. Over WebSocket a genuine REQ query is sent and the connection time, the time to end of stored events and the number of events returned are recorded — a relay that a…

GET · $0.003 · probe 402

nostr.halowerk.com/rss-to-nostr

Fetches the feed over https with redirect and size limits, recognises RSS 2.0, RDF and Atom, and converts each entry into a NIP-01 event. Kind 1 produces a short note built from title, optional shorte…

GET · $0.002 · probe 402

nostr.halowerk.com/zap-radar

Collects kind 9735 zap receipts addressed to one public key over up to twelve relays, merges them by event id and reports who sent how much over the requested window. Every amount comes from decoding …

GET · $0.004 · probe 402

nostr.halowerk.com/zap-receipt-check

Takes a kind 9735 receipt directly or fetches it from relays by event id, then runs eight named checks and reports each one separately with its reason. The receipt signature and the signature of the z…

GET · $0.002 · probe 402