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, and event correlation. $0.002 per call via x402 (USDC on Base).
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://api.immuta.app/pulsechain/block-by-timestamp' # -> 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://api.immuta.app/pulsechain/block-by-timestamp'
Endpoint: https://api.immuta.app/pulsechain/block-by-timestamp. Operated by api.immuta.app, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
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 cont…