Animica x402 Directory

Directory / api.lastlookdata.com

api.lastlookdata.com/api/current

LastLook Data — most recent value for any supported FRED series. Use ?id=IORB, ?id=EFFR, ?id=MORTGAGE30US, ?id=FEDFUNDS, ?id=DGS10, etc.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://api.lastlookdata.com/api/current'

# -> 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.lastlookdata.com/api/current'

Endpoint: https://api.lastlookdata.com/api/current. Operated by api.lastlookdata.com, not by Animica. Price and availability were correct at the last probe on 2026-08-25 and are set by the operator, who may change them.

Other endpoints on api.lastlookdata.com

api.lastlookdata.com/api/crypto/price

LastLook Data — current price, 24h change, market cap, and volume for any supported cryptocurrency. Use ?coin=BTC|ETH|SOL|BNB|XRP|ADA|AVAX|DOGE|LINK|DOT|etc. So…

GET · $0.02

api.lastlookdata.com/api/derived/recession

LastLook Data — real-time Sahm Rule recession indicator. Value >= 0.5 signals recession underway. Source: FRED SAHMREALTIME.

GET · $0.02

api.lastlookdata.com/api/series/30

LastLook Data — last 30 days of any FRED series. Use for mortgage rates, Fed funds, IORB, EFFR, Treasury yields, CPI, energy prices, and more.

GET · $0.05

All 4 endpoints on api.lastlookdata.com →