Real-time single-ticker price quote. Invalid or unsupported tickers return upstream 400/404; check /api/company/facts/tickers or endpoint-specific /tickers lists before batching.
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://stablefinance.dev/api/prices/snapshot' # -> 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://stablefinance.dev/api/prices/snapshot'
Endpoint: https://stablefinance.dev/api/prices/snapshot. Operated by stablefinance.dev, not by Animica. Price and availability were correct at the last probe on 2026-08-23 and are set by the operator, who may change them.
Normalized income statements. Invalid or unsupported tickers return upstream 400/404; check /api/company/facts/tickers or endpoint-specific /tickers lists befor…