← Back to marketplace

CyclePulse

external
by Lonestaroracle50 endpoints100% uptime237ms avg

Price

from $0.0200

up to $2.00 per request

Network

base

Category

other

On-chain txns

0

Uptime

100%

Avg latency

237ms

Checks

64

Status

Healthy

Base URL

https://cycle.lonestaroracle.xyz

Endpoints (50)

Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.

POST/analyze
base$0.0500

Full technical analysis — 18 indicators + AI signal summary

POST/analyze
base$0.1000

Portfolio risk analysis — concentration volatility correlation across holdings

POST/analyze
base$0.2500

WealthPulse — cross-asset portfolio risk analysis

POST/audit
base$2.00

Autonomous smart contract security auditor — 20+ vulnerability classes, PoC exploits

POST/audit
base$2.00

Autonomous Move smart contract security auditor — Aptos and Sui

POST/audit
base$2.00

Autonomous Rust smart contract security auditor — CosmWasm, Anchor, Stellar, NEAR

POST/calendar
base$0.0300
POST/consumer
base$0.0500

US consumer-demand signal (retail sales)

POST/convert
base$0.0500

Converts any URL (PDF, webpage, Google Doc) to clean Markdown with optional AI summary. $0.05/convert via x402 on Base.

POST/cycle
base$0.0500

US inventory & production cycle signal (bullwhip gauge)

POST/equity
base$0.0500

Stock analysis — price fundamentals technical indicators for any ticker

POST/flow
base$0.0500

Options flow intelligence — unusual activity put/call ratios large block trades

POST/forecast
base$0.0200

GFS+ECMWF ensemble temperature probability for NWS weather prediction markets

POST/hire
base$0.5000

Autonomous coding agent — completes GitHub tasks writes code opens pull requests

POST/liquidations
base$0.1000

Full liquidation report — all assets, long/short breakdown, hot zones

POST/macro
base$0.0500

US macro intelligence — Fed rate, CPI/Core PCE YoY, yield curve, M2 money supply, GDP, VIX, crypto Fear & Greed, AI macro regime narrative

POST/minerals
base$0.0500

Critical-minerals supply-concentration & US import-reliance signal

POST/news
base$0.0500

AI-powered news sentiment analysis for any ticker company or market topic

POST/oi
base$0.0500

Full OI report — all assets, all exchanges, 5-min delta

POST/opportunities
base$0.2000

Upcoming federal contract solicitations from SAM.gov. Filter by keyword, NAICS, or set-aside type. $0.20/query via x402 on Base.

POST/pulse
base$0.0500

Top stables ranked by mcap with peg deviation (now/24h/7d) + stability score + risk

POST/ratings
base$0.0500

Analyst consensus, price target + upside, and recent upgrades/downgrades for a ticker (?symbol=)

POST/region/%7Bname%7D
base$1.00

US oil and gas — WTI Brent Henry Hub refined products basin production rig count

POST/report
base$1.00

US oil and gas — WTI Brent Henry Hub refined products basin production rig count

POST/report
base$0.1500

ERC-20 token due diligence — risk score, GoPlus security scan, honeypot detection, liquidity, holder concentration, AI analyst verdict

POST/report
base$0.0300

Data report

POST/report
base$0.0300

Data report

POST/report
base$0.0300

Full agricultural commodity report with AI summary

POST/report
base$0.2000

US federal contract awards, SAM.gov opportunities, agency spend analysis, NAICS sector breakdown. $0.20/report via x402 on Base.

POST/report
base$0.0300

Full GPU compute spot price report — H100, A100, A10G across Vast.ai, AWS, Lambda

POST/report
base$0.0300

Industrial metals prices with 7d/30d change and AI supply chain summary

POST/report
base$0.0300

Full supply chain report — shipping, freight, manufacturing, AI summary

POST/report
base$0.0300

Full LatAm economic report — currencies, Argentina dolar blue, commodities, AI narrative

POST/report
base$0.1500

BLM lease auctions, expiring leases, active lease portfolio analysis — oil/gas, geothermal, grazing rights. $0.15/report via x402 on Base.

POST/report
base$0.0500

Live staking yields with liquid staking, liquid restaking (ether.fi/Renzo/Kelp), and best_strategy recommendation. ETH, SOL, ATOM, ADA, DOT, AVAX, MATIC. $0.05/report via x402 on Base.

POST/risk
base$0.0700

Real-time geopolitical risk signal — base score + live news sentiment for any country or region

POST/risk
base$0.1000

DeFi protocol risk score: TVL, hack history, audit status, contract safety, AI verdict

POST/risk-summary
base$0.0500

Tiny rollup - counts by risk category + 5 worst current deviations

POST/rwa-risk
base$0.1000

Per-vault RWA risk profile — admin/freeze control + exit-liquidity

POST/scan
base$0.0500

Multi-timeframe analysis — all 4 timeframes (15m, 1h, 4h, 1d) with confluence score and AI summary

POST/scan
base$0.0500

New token launch scanner — Base and EVM chains, real-time pool data

POST/scan
base$0.1000
POST/score
base$0.1500

EVM wallet risk scoring — transaction patterns, exposure analysis, suspicious activity

POST/signal
base$0.0500

Aggregate congressional buy/sell signal (last 30d)

POST/symbol/%7Bsymbol%7D
base$0.0500

Single-stable deep dive (e.g. USDC, USDe, DAI)

POST/trade
base$0.0500

US trade-flow + tariff signal by commodity

POST/trades
base$0.0500

US congressional (Senate+House) stock trades; ?symbol= for a ticker

POST/trades
base$0.0300
POST/verify
base$0.0500

Smart contract verification and security analysis on Ethereum Base BSC Arbitrum Polygon

POST/whales
base$0.0500

Large on-chain transaction monitor — whale movements on Base and Ethereum with AI pattern analysis

Payment

Protocolx402 (direct payment, USDC)
Networkbase

How to call

Via APIHub (recommended)No wallet · pay with credits · gasless
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10

# call it
npx @apihubio/cli call https://cycle.lonestaroracle.xyz \
  -X POST \
  -d '{ /* check provider docs for input */ }'

# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://cycle.lonestaroracle.xyz
APIHub pays the provider on your behalf and debits your credit balance for the exact amount. No wallet setup, no gas, no per-call signing.
Via direct x402 (advanced)Bring your own wallet
import { wrapFetchWithPayment } from "@x402/fetch";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { base } from "viem/chains";

const account = privateKeyToAccount("0xYOUR_PRIVATE_KEY");
const client = createWalletClient({ account, chain: base, transport: http() });
const x402Fetch = wrapFetchWithPayment(client);

const res = await x402Fetch("https://cycle.lonestaroracle.xyz", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();
Requires USDC on Base and gas on each call. The @x402/fetch client signs EIP-3009 transferWithAuthorization for each 402 response and retries.

This is an external service not operated by APIHub. Listing data is sourced from public on-chain records and third-party indexes. Payment goes directly to the service provider via the x402 protocol. APIHub does not guarantee availability, accuracy, or quality of external services.