x402 · Polygon · USDC

APIs for
AI agents
and developers

21 production endpoints covering space data, wallet intelligence and on-chain compliance. Pay per request in USDC. No signup, no API keys and no subscriptions required.

x402 payment flow
# 1. Call an endpoint — get 402
$ curl https://api.celtagrupo.com/wallet/risk-score \
     ?address=0xd8dA...045&chain=polygon

HTTP/2 402 Payment Required
payment-required: {"scheme":"exact",
  "amount":"10000","asset":"USDC",
  "network":"eip155:137",...}

# 2. Agent pays 0.01 USDC on Polygon
# 3. Retry with signed payment header
$ curl ... -H "X-PAYMENT: <signed>"

{
  "risk_tier": "ESTABLISHED",
  "is_sanctioned_ofac": false,
  "wallet_age_days_on_this_chain": 1887,
  "native_transaction_count": 1,
  "is_delegated_eoa_eip7702": false
} 
21
Live endpoints
5
EVM chains
$0.01
Starting price
0
Signups required
Space Data API

Real-time space and planetary data

Solar weather, aurora forecasts, satellite tracking and asteroid risk — sourced from NASA, NOAA SWPC and CelesTrak. Data ingested continuously and served cached for performance.

NASA Astronomy Picture of the Day

$0.01

Daily NASA APOD with title, explanation and image URL. Cached hourly.

GETapi.celtagrupo.com/space/apod/today

Solar Flare and Storm Feed

$0.01

Real-time solar flare activity, X-ray flux levels and geomagnetic storm threat assessment from NOAA SWPC.

GETapi.celtagrupo.com/space/sol-relay/feed

Earthwatch Disaster Feed

$0.01

Active natural disaster events worldwide from NASA EONET: wildfires, storms, floods and volcanic activity.

GETapi.celtagrupo.com/space/earthwatch/feed

Near-Earth Object Risk

$0.01

Upcoming asteroid close approaches with risk assessment from NASA NeoWs.

GETapi.celtagrupo.com/space/neo/risk-feed

Satellite Conjunction Risk

$0.02

Active satellite conjunction risk events and close approach warnings from CelesTrak SGP4 orbital data.

GETapi.celtagrupo.com/space/satellites/conjunction-risk

Aurora Forecast

$0.01

Kp index, hemispheric power and aurora visibility latitude estimate from NOAA SWPC.

GETapi.celtagrupo.com/space/aurora/forecast

Solar Flare Forecast

$0.01

24 and 48-hour X-class and M-class solar flare probability forecasts from NOAA SWPC.

GETapi.celtagrupo.com/space/solar/flare-forecast

HF Radio Band Conditions

$0.01

Current shortwave and HF radio propagation conditions by frequency range from NOAA SWPC.

GETapi.celtagrupo.com/space/radio/hf-bands

Moon Visibility

$0.01

Current moon phase, illumination percentage, rise and set times and visibility conditions.

GETapi.celtagrupo.com/space/moon/visibility

Exoplanet Discoveries

$0.01

Recent confirmed exoplanet discoveries with orbital and physical parameters from NASA Exoplanet Archive.

GETapi.celtagrupo.com/space/exoplanets/discoveries-feed

Rocket Launch Tracker

$0.01

Upcoming rocket launches worldwide with mission details, launch vehicle and status from Launch Library 2.

GETapi.celtagrupo.com/space/launches/upcoming
Wallet Reputation API

On-chain intelligence and compliance

Multi-chain wallet risk assessment, OFAC sanctions screening, smart contract safety and x402 payment verification across Polygon, Ethereum, Base, Arbitrum and Cronos.

Wallet Risk Score

$0.01

Activity history, OFAC screening and EIP-7702 detection. Returns risk tier, age and transaction counts. Multi-chain.

GETapi.celtagrupo.com/wallet/risk-score

Smart Contract Safety Score

$0.01

Source verification, proxy and upgradeability detection and OFAC screening on contract addresses. Multi-chain.

GETapi.celtagrupo.com/wallet/contract/safety-score

Composite Trust Score

$0.015

OFAC screening, contract verification and wallet activity combined into one trust tier in a single call.

GETapi.celtagrupo.com/wallet/composite-trust-score

OFAC Sanctions Proximity

$0.02

Direct match and one-hop counterparty screening against the official US Treasury SDN list. Multi-chain.

GETapi.celtagrupo.com/wallet/sanctions-proximity

AI Agent Classifier

$0.01

Probabilistic classification of whether a wallet exhibits autonomous AI agent or human behavioral patterns.

GETapi.celtagrupo.com/wallet/agent-classification

Multi-Chain Wallet Profile

$0.05

Complete risk profile checked across all 5 supported chains simultaneously in a single call.

GETapi.celtagrupo.com/wallet/multichain-profile

Wallet Funding Source

$0.015

Identifies the earliest known funding source including internal transactions, with OFAC check on the funder.

GETapi.celtagrupo.com/wallet/funding-source

Token Rug-Pull Risk Score

$0.015

Ownership status, mint function detection, source code verification and OFAC screening on token contracts.

GETapi.celtagrupo.com/wallet/token/risk-score

x402 Payment Verification

$0.01

Verifies a transaction hash as a genuine on-chain EIP-3009 payment, decoding payer, payee and amount.

GETapi.celtagrupo.com/wallet/payment/verify

x402 Facilitator Reliability

$0.01

Live uptime and latency statistics for major x402 facilitators from our continuous independent monitoring.

GETapi.celtagrupo.com/wallet/facilitator/reliability
Integration

How it works

Standard HTTP with x402 — the same pattern works for human developers and autonomous AI agents.

01

Call the endpoint

Make a standard GET request to any endpoint. No API key or authentication header required. You will receive a 402 Payment Required response with payment details encoded in the header.

02

Pay in USDC

Your x402-compatible client signs an EIP-3009 gasless authorization for the requested amount in USDC on Polygon. Payments settle in seconds with sub-cent transaction fees.

03

Receive the data

Retry the same request with the signed payment header attached. Receive the full response. Subsequent requests for cached data are served from Redis, no repeat payment needed during the cache window.