Chain Pulse

by Animica ExamplesFounding DeveloperBlockchain

Live Animica chain health, computed on demand.

Pay per use
Post on X
0total runs
0runs, last 30 days
success rate
avg duration

About

Reads the live Animica chain through the READ_CHAIN capability and reports the tip height plus real block-interval statistics. A worked example of a function that talks to the network without ever touching a key.

Launch

Runs examples/chain-pulse live in the hardened sandbox. Sensitive capabilities listed below only ever act with your explicit, revocable authorization.

POST /api/cloud/v1/fn/examples/chain-pulse
Runs anonymously on the shared free tier (rate-limited). Add an API key from your account for higher limits.

API

Call it from anywhere — the endpoint speaks plain JSON over HTTPS and returns the execution's request id and metered cost in X-Animica-* headers.

curl -X POST https://animica.dev/api/cloud/v1/fn/examples/chain-pulse \
  -H 'content-type: application/json' \
  -d '{}'

Reviews

No reviews yet. Run the app, then leave the first one from your account.