Animica x402 Directory

Directory / api.utilia.ink

api.utilia.ink/base/v1/token/risk

Workflow-friendly Solana token safety check. Submit a mint address in JSON to inspect authorities, Token-2022 controls, supply, holder concentration, and risk flags.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X POST 'https://api.utilia.ink/base/v1/token/risk'

# -> 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 -X POST 'https://api.utilia.ink/base/v1/token/risk'

Endpoint: https://api.utilia.ink/base/v1/token/risk. Operated by api.utilia.ink, 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.

Other endpoints on api.utilia.ink

api.utilia.ink/base/v1/audio/normalize

Normalize public HTTPS or base64 audio to a predictable integrated loudness and return a bounded base64 MP3 with measurements and content digests.

POST · $0.01

api.utilia.ink/base/v1/fees/priority

Return timestamped Solana priority-fee quantiles for compute-unit bidding, optionally localized to up to 20 writable accounts. Designed for recurring transactio…

GET · $0.002

api.utilia.ink/base/v1/pdf/to-markdown

Extract deterministic Markdown and metadata from a public HTTPS PDF URL or a base64 PDF payload. Enforces public-network fetching, an 8 MiB limit, and a caller-…

POST · $0.0025

api.utilia.ink/base/v1/transaction/:signature

Explain a confirmed Solana transaction, including balance deltas, logs, compute usage, and a retry-safe error classification.

GET · $0.004

All 5 endpoints on api.utilia.ink →