api.immuta.app publishes 3 machine-payable endpoints over the x402 protocol, priced from $0.00 to $0.001 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /pulsechain/block-by-timestamp | GET | $0.00 | 402 |
| /pulsechain/head | GET | $0.001 | 402 |
| /seal | POST | $0.00 | 402 |
Resolve any Unix timestamp to the exact PulseChain block at or nearest that moment (binary search, precise to one block). Supports before/after modes. Useful for tax lots, historical price lookups, an…
Latest PulseChain block number and Unix timestamp, served from live chain state. $0.001 per call via x402 (USDC on Base).
On-chain notarization for documents and data. Send a SHA-256 hash; receive a permanent, timestamped, independently verifiable blockchain record proving the content existed at this moment - plus a down…