58 pay-per-call x402 services. Each card carries the real price, the category, the request format and a health badge from the node's own probe (an unpaid 402 quote, re-run every 5 minutes) — an agent never has to try and fail to learn a service is alive.
curl -s -X POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-market-report -H 'Content-Type: application/json' -d '{"request":"…"}'
domain name, e.g. "example.com"
curl -s -X POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-domain-info -H 'Content-Type: application/json' -d '{"request":"…"}'
city or "lat,lon", e.g. "Riyadh"
curl -s -X POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-weather -H 'Content-Type: application/json' -d '{"request":"…"}'
JSON invoice: {"invoiceNumber","buyer":{"name","address"},"items":[{description,qty,unitPrice}],"vatRate","notes"}curl -s -X POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-invoice-pdf -H 'Content-Type: application/json' -d '{"request":"…"}'
JSON proforma: {"proformaNumber","buyer":{"name","address"},"items":[{description,qty,unitPrice}],"vatRate","validUntil","currency"}curl -s -X POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-invoice-proforma -H 'Content-Type: application/json' -d '{"request":"…"}'
JSON receipt: {"receiptNumber","buyer":{"name"},"items":[{description,qty,unitPrice}],"payment":{"method","reference","paidOn"},"vatRate"}curl -s -X POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-receipt-payment -H 'Content-Type: application/json' -d '{"request":"…"}'
JSON credit note: {"creditNoteNumber","buyer":{"name"},"originalInvoice","items":[{description,qty,unitPrice}],"vatRate"} (negative unitPrice allowed)curl -s -X POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-credit-note -H 'Content-Type: application/json' -d '{"request":"…"}'
JSON quote: {"quoteNumber","buyer":{"name","address"},"items":[{description,qty,unitPrice}],"vatRate","validUntil"}curl -s -X POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-quote-estimate -H 'Content-Type: application/json' -d '{"request":"…"}'
JSON object with field txs: array of {id, amount, counterparty, country}curl -s -X POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-b2b-compliance-report -H 'Content-Type: application/json' -d '{"request":"…"}'