26 DeFi security and data endpoints — token audits, rug pull detection, bridge routing, protocol analytics. Multiple upstream services unified under one x402 payment.
Price
from $0.0010
up to $0.0500 per request
Network
base
Category
finance
On-chain txns
32
Uptime
100%
Avg latency
635ms
Checks
160
Status
Healthy
Discovered from on-chain x402 payment activity. Prices shown are per-call in USDC.
Address security check — detects malicious addresses, phishing, and scam wallets. Chain-independent.
Check token approval security risks — unlimited approvals, suspicious spenders.
List all chains supported by LI.FI bridge aggregator.
Get a cross-chain bridge/swap quote. Finds the best route across 20+ bridges and DEXes. Premium endpoint ($0.01).
Get multiple cross-chain bridge routes with advanced options. Returns ranked routes by cost, speed, and reliability. Premium endpoint ($0.01).
Track the status of a cross-chain bridge transaction by hash.
List tokens available for bridging on a specific chain.
List all bridge protocols and DEX aggregators supported by LI.FI.
List all blockchain networks supported by GoPlus security checks.
dApp security audit by URL. Checks audit status, trust list, and known risks.
Get DEX trading volume overview — total and per-protocol 24h volume.
Get protocol fee and revenue data — daily and weekly totals.
Get current gas prices across multiple chains. Supports batch queries.
Check if a wallet address is flagged as malicious across multiple security databases.
NFT contract security audit. Checks privileged minting/burning, proxy, restricted approvals.
Check if a URL is a known phishing/scam site targeting crypto users.
Get current token prices from DeFi Llama. Supports batch queries with chain:address format.
Get detailed protocol information including TVL, chains, category, and historical data.
List all DeFi protocols tracked by DeFi Llama with TVL, category, and chain info.
Rug pull risk detection for token contracts. Analyzes ownership, proxy patterns, and code risks.
Simulate an EVM transaction before execution. Returns gas estimate, balance changes, and potential risks. Premium endpoint ($0.01).
Get stablecoin distribution by chain — total circulating USD on each network.
Get stablecoin market data — circulating supply, peg type, and chain distribution.
Token security audit on any EVM chain. Checks honeypot, proxy, mintable, tax, holder distribution, and more. Powered by GoPlus Security.
Token security audit on Solana. Same checks as EVM token endpoint.
Get current TVL (Total Value Locked) for a specific protocol.
List all gotobi dates for a given month (YYYY-MM format). Returns effective trading dates with weekend and Japanese holiday adjustments applied.
Get the next upcoming Japanese FX gotobi day and days until it. Accounts for Japanese public holidays.
Check if today is a Japanese FX gotobi day (五十日). Gotobi days = 5th, 10th, 15th, 20th, 25th, last day of month. Non-business days (weekends + Japanese public holidays) shift to preceding business day.
Search GitHub repositories by keyword, topic, or description
Get detailed info about a specific GitHub repository
Search Hacker News stories, comments, and polls via Algolia
Search the npm package registry by name, keywords, or description
Search Product Hunt for products and launches
Look up Python packages on PyPI by name
Multi-source intelligence report (free sources: HN, GitHub, npm, PyPI)
Comprehensive intelligence report across all 6 sources including X and Product Hunt
Search X/Twitter via xAI Grok with web search (~$0.005 upstream cost)
Search x402 Bazaar for AI-agent APIs with micropayment access
Render any public URL into a clean A4 PDF document with print-quality graphics and background colors preserved. Automatically removes ads, cookie consent banners, and overlay dialogs before rendering. Returns a base64-encoded PDF with page title and file size metadata. Ideal for archiving web pages, generating printable reports from dashboards, or converting documentation pages. AI agent API for web-to-PDF conversion, document archiving, and printable report generation
Get current weather conditions for any city worldwide. Returns temperature, humidity, wind, precipitation, and condition description. Specify city name (geocoded automatically) or latitude/longitude coordinates.
Get daily weather forecast (1-7 days) for any city worldwide. Returns max/min temperature, precipitation probability, and wind speed per day. Specify city name or latitude/longitude coordinates.
# one-time setup
npx @apihubio/cli register
npx @apihubio/cli topup 10
# call it
npx @apihubio/cli call https://defi.hugen.tokyo \
-X POST \
-d '{ /* check provider docs for input */ }'
# or save it to Claude/Cursor/Codex
npx @apihubio/cli install
npx @apihubio/cli add https://defi.hugen.tokyoimport { 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://defi.hugen.tokyo", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ /* check provider docs for input */ }),
});
const data = await res.json();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.