← Back to marketplace

DeFi Intelligence

external

26 DeFi security and data endpoints — token audits, rug pull detection, bridge routing, protocol analytics. Multiple upstream services unified under one x402 payment.

by Hugen42 endpoints100% uptime635ms avg

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

Base URL

https://defi.hugen.tokyo

Endpoints (42)

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

POST/defi/address
base$0.0050

Address security check — detects malicious addresses, phishing, and scam wallets. Chain-independent.

POST/defi/approval
base$0.0050

Check token approval security risks — unlimited approvals, suspicious spenders.

POST/defi/bridge/chains
base$0.0050

List all chains supported by LI.FI bridge aggregator.

POST/defi/bridge/quote
base$0.0100

Get a cross-chain bridge/swap quote. Finds the best route across 20+ bridges and DEXes. Premium endpoint ($0.01).

POST/defi/bridge/routes
base$0.0100

Get multiple cross-chain bridge routes with advanced options. Returns ranked routes by cost, speed, and reliability. Premium endpoint ($0.01).

POST/defi/bridge/status
base$0.0050

Track the status of a cross-chain bridge transaction by hash.

POST/defi/bridge/tokens
base$0.0050

List tokens available for bridging on a specific chain.

POST/defi/bridge/tools
base$0.0050

List all bridge protocols and DEX aggregators supported by LI.FI.

POST/defi/chains
base$0.0050

List all blockchain networks supported by GoPlus security checks.

POST/defi/dapp
base$0.0050

dApp security audit by URL. Checks audit status, trust list, and known risks.

POST/defi/dex/volume
base$0.0050

Get DEX trading volume overview — total and per-protocol 24h volume.

POST/defi/fees
base$0.0050

Get protocol fee and revenue data — daily and weekly totals.

POST/defi/gas
base$0.0050

Get current gas prices across multiple chains. Supports batch queries.

POST/defi/malicious
base$0.0050

Check if a wallet address is flagged as malicious across multiple security databases.

POST/defi/nft
base$0.0050

NFT contract security audit. Checks privileged minting/burning, proxy, restricted approvals.

POST/defi/phishing
base$0.0050

Check if a URL is a known phishing/scam site targeting crypto users.

POST/defi/price
base$0.0050

Get current token prices from DeFi Llama. Supports batch queries with chain:address format.

POST/defi/protocol
base$0.0050

Get detailed protocol information including TVL, chains, category, and historical data.

POST/defi/protocols
base$0.0050

List all DeFi protocols tracked by DeFi Llama with TVL, category, and chain info.

POST/defi/rugpull
base$0.0050

Rug pull risk detection for token contracts. Analyzes ownership, proxy patterns, and code risks.

POST/defi/simulate
base$0.0100

Simulate an EVM transaction before execution. Returns gas estimate, balance changes, and potential risks. Premium endpoint ($0.01).

POST/defi/stablecoin/chains
base$0.0050

Get stablecoin distribution by chain — total circulating USD on each network.

POST/defi/stablecoins
base$0.0050

Get stablecoin market data — circulating supply, peg type, and chain distribution.

POST/defi/token
base$0.0050

Token security audit on any EVM chain. Checks honeypot, proxy, mintable, tax, holder distribution, and more. Powered by GoPlus Security.

POST/defi/token/solana
base$0.0050

Token security audit on Solana. Same checks as EVM token endpoint.

POST/defi/tvl
base$0.0050

Get current TVL (Total Value Locked) for a specific protocol.

POST/gotobi/dates
base$0.0010

List all gotobi dates for a given month (YYYY-MM format). Returns effective trading dates with weekend and Japanese holiday adjustments applied.

POST/gotobi/next
base$0.0010

Get the next upcoming Japanese FX gotobi day and days until it. Accounts for Japanese public holidays.

POST/gotobi/today
base$0.0010

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.

POST/scout/github
base$0.0010

Search GitHub repositories by keyword, topic, or description

POST/scout/github/repo
base$0.0010

Get detailed info about a specific GitHub repository

POST/scout/hn
base$0.0010

Search Hacker News stories, comments, and polls via Algolia

POST/scout/npm
base$0.0010

Search the npm package registry by name, keywords, or description

POST/scout/ph
base$0.0010

Search Product Hunt for products and launches

POST/scout/pypi
base$0.0010

Look up Python packages on PyPI by name

POST/scout/report
base$0.0010

Multi-source intelligence report (free sources: HN, GitHub, npm, PyPI)

POST/scout/report/full
base$0.0500

Comprehensive intelligence report across all 6 sources including X and Product Hunt

POST/scout/x
base$0.0500

Search X/Twitter via xAI Grok with web search (~$0.005 upstream cost)

POST/scout/x402
base$0.0010

Search x402 Bazaar for AI-agent APIs with micropayment access

POST/visual/pdf
base$0.0100

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

POST/weather/current
base$0.0010

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.

POST/weather/forecast
base$0.0010

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.

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://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.tokyo
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://defi.hugen.tokyo", {
  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.