Animica x402 Directory

Directory / api.immuta.app

api.immuta.app/pulsechain/head

Latest PulseChain block number and Unix timestamp, served from live chain state. $0.001 per call via x402 (USDC on Base).

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://api.immuta.app/pulsechain/head'

# -> 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/head'

Endpoint: https://api.immuta.app/pulsechain/head. 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.

Other endpoints on api.immuta.app

api.immuta.app/pulsechain/block-by-timestamp

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 fo…

GET · $0.00

api.immuta.app/seal

On-chain notarization for documents and data. Send a SHA-256 hash; receive a permanent, timestamped, independently verifiable blockchain record proving the cont…

POST · $0.00

All 3 endpoints on api.immuta.app →