Animica x402 Directory

Directory / x402-gateway.ai

x402-gateway.ai/api/v1/ping

Paid ping — test the x402 payment flow end-to-end. Returns pong. Costs $0.001, exists so agents can verify their x402 wallet setup against this gateway cheaply.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://x402-gateway.ai/api/v1/ping'

# -> 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://x402-gateway.ai/api/v1/ping'

Endpoint: https://x402-gateway.ai/api/v1/ping. Operated by x402-gateway.ai, 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 x402-gateway.ai

x402-gateway.ai/api/v1/se/company/:orgnr

Swedish company basics by org.nr. Look up any Swedish organisation by its 10-digit organisationsnummer (e.g. /api/v1/se/company/5567037485 for Spotify AB): regi…

GET · $0.005

x402-gateway.ai/api/v1/se/company/:orgnr/annual-report

Swedish annual report key figures (iXBRL), decoded. Financials from a Swedish company's latest digitally filed annual report (årsredovisning, 2020+). We decode …

GET · $0.02

x402-gateway.ai/api/v1/se/company/search

Search Swedish companies by name. Find a Swedish company's organisationsnummer from its name (e.g. /api/v1/se/company/search?name=spotify). Fuzzy trigram search…

GET · $0.01

All 4 endpoints on x402-gateway.ai →