x402hub
← Finance & Markets

SolEnrich

api.solenrich.com · https://api.solenrich.com/entrypoints/check-alerts/invoke
💵 $0.008 USDC per call 🌐 Solana 📈 2 calls / 30d · 1 unique payers

Poll-based event detection for spot + Jupiter Perps. Pass a watchlist (<=10 tokens, <=10 wallets) and a `since` ISO 8601 timestamp; get alerts fired since then. Token alerts: price spikes/drops, whale inflow/outflow, concentration shifts. Wallet alerts: risk changes, portfolio value moves, position add/remove. Perps alerts per wallet: position add/close, at-risk, liquidation-approaching, pnl-swing. Stateless; the agent owns the `since` cursor.

This endpoint speaks x402: an unpaid request returns HTTP 402 with machine-readable payment terms, your agent pays the $0.008 USDC in USDC on-chain, and retries automatically. Pays to 66Qvhr1xnwqbCT36KfHfZF1JpoWdmCQ3uFYTN335CGXe.

Call it in 30 seconds

JavaScriptPythoncurl
// This service settles on Solana.
// Use an x402 client with a matching signer (e.g. an @x402 Solana client).
// First, inspect the payment terms for free:
const r = await fetch("https://api.solenrich.com/entrypoints/check-alerts/invoke"); // returns HTTP 402 + machine-readable terms
console.log(r.status, await r.json());
# This service settles on Solana.
# Use an x402 client with a matching signer. To see the terms first, for free:
import httpx
r = httpx.get("https://api.solenrich.com/entrypoints/check-alerts/invoke")  # HTTP 402 + machine-readable payment terms
print(r.status_code, r.json())
# 1) An unpaid request returns HTTP 402 with the exact payment terms:
curl -i -X POST "https://api.solenrich.com/entrypoints/check-alerts/invoke" \
  -H 'content-type: application/json' \
  -d '{"since": "2026-06-01T00:00:00Z"}'

# 2) Paying + retrying requires an x402 client that can sign the USDC
#    authorization (curl alone cannot). See the JS / Python tabs below.

New to x402? Read the 5-minute quickstart →

ad slot · a crypto-native, no-tracking ad loads here in production
Query this registry programmatically. Every service here is searchable through the x402hub API, an x402-payable endpoint your agents call and pay per request in USDC.
https://api-service-sandy.vercel.app · GET /api/search?q=... · $0.002 / call
Prefer to just support the project? Tip USDC on Base to 0x40BbeB1BEd1D4ba6f1d4C0eE0C9D93e2dA3347C6. This hub is free and ad-light.