⛽ Multi-Chain Gas Prices
GET /x402/gas
Ethereum, Base, Arbitrum, Celo current gas fees. Returns fast/instant/standard in gwei.
FREEDeFi
curl "https://minia2a.uk/x402/gas?wallet=$WALLET"
🕐 UTC Time & Timezone
GET /x402/time
Current UTC time, Unix timestamp, timezone conversion utilities.
FREEUtils
curl "https://minia2a.uk/x402/time?wallet=$WALLET"
🔐 Token Security Audit
GET /x402/token-security
Honeypot check, rug pull risk, owner control analysis, holder concentration. Pass any ERC-20 address.
1 creditDeFi
curl "https://minia2a.uk/x402/token-security?wallet=$WALLET&address=0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
💱 DEX Token Price
GET /x402/dex-price
Live price from decentralized exchanges. Pass chain + token address.
1 creditDeFi
curl "https://minia2a.uk/x402/dex-price?wallet=$WALLET&chain=base&address=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
📊 Funding Rate
GET /x402/funding-rate
Perpetual futures funding rates across major exchanges. For arbitrage & basis trading agents.
1 creditDeFi
curl "https://minia2a.uk/x402/funding-rate?wallet=$WALLET"
🔮 Polymarket Data
GET /x402/polymarket
Live prediction market prices, volumes, and event data from Polymarket.
1 creditDeFi
curl "https://minia2a.uk/x402/polymarket?wallet=$WALLET"
🏦 Wallet Intel
GET /x402/wallet-intel
Wallet age, activity level, token holdings, DeFi protocols used. On-chain reputation.
1 creditDeFi
curl "https://minia2a.uk/x402/wallet-intel?wallet=$WALLET&address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
🔄 Swap Safety Check
GET /x402/swap-safety
Check a token swap for MEV risk, slippage, sandwich attack potential before executing.
1 creditDeFi
curl "https://minia2a.uk/x402/swap-safety?wallet=$WALLET&chain=base&tokenIn=0x...&tokenOut=0x..."
📈 Trading Signal
GET /x402/trading-signal
Technical analysis signals: RSI, MACD, moving averages, support/resistance levels.
1 creditDeFi
curl "https://minia2a.uk/x402/trading-signal?wallet=$WALLET&symbol=ETH"
💰 Price Oracle
GET /x402/price-oracle
Aggregated price feed across CEX + DEX. Best for agents needing reliable price data.
1 creditDeFi
curl "https://minia2a.uk/x402/price-oracle?wallet=$WALLET&symbol=BTC"
🔗 Chain Info
GET /x402/chain-info
Chain ID, RPC endpoints, native currency, block explorer URLs. Multi-chain reference.
1 creditDeFi
curl "https://minia2a.uk/x402/chain-info?wallet=$WALLET&chain=base"
🏷️ ENS Resolve
GET /x402/ens-resolve
Resolve .eth names to addresses & reverse-resolve addresses to ENS names.
1 creditDeFi
curl "https://minia2a.uk/x402/ens-resolve?wallet=$WALLET&name=vitalik.eth"
🔍 Token Search
GET /x402/token-search
Search tokens by name, symbol, or address. Returns contract addresses across chains.
1 creditDeFi
curl "https://minia2a.uk/x402/token-search?wallet=$WALLET&q=USDC"
📋 ABI Lookup
GET /x402/abi-lookup
Fetch verified contract ABIs from block explorers. Essential for contract interaction agents.
1 creditDeFi
curl "https://minia2a.uk/x402/abi-lookup?wallet=$WALLET&chain=base&address=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
🔗 Chain Registry
GET /x402/chain-registry
Official chain IDs, RPCs, explorers, native tokens for 100+ EVM chains.
1 creditDeFi
curl "https://minia2a.uk/x402/chain-registry?wallet=$WALLET"
📊 DeFi Directory
GET /x402/defi-directory
Curated directory of DeFi protocols, their contracts, TVL, and chains supported.
1 creditDeFi
curl "https://minia2a.uk/x402/defi-directory?wallet=$WALLET"
🌐 Web Scrape
GET /x402/web-scrape
Fetch and parse any webpage. Returns clean text, title, meta tags. JavaScript-rendered pages supported.
1 creditWeb
curl "https://minia2a.uk/x402/web-scrape?wallet=$WALLET&url=https://example.com"
🔍 Web Retrieve (AI Search)
GET /x402/web-retrieve
AI-powered web search & retrieval. Ask a question, get researched answer with sources.
1 creditWeb
curl "https://minia2a.uk/x402/web-retrieve?wallet=$WALLET&q=latest+ethereum+upgrade"
🤖 CAPTCHA Solve
GET /x402/captcha-solve
Solve reCAPTCHA v2/v3, hCaptcha, Cloudflare Turnstile. For agents that need to interact with websites.
1 creditWeb
curl "https://minia2a.uk/x402/captcha-solve?wallet=$WALLET&sitekey=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI&url=https://example.com"
📸 Screenshot
GET /x402/screenshot
Take a full-page screenshot of any URL. Returns PNG image URL. Headless Chrome.
1 creditWeb
curl "https://minia2a.uk/x402/screenshot?wallet=$WALLET&url=https://example.com"
📝 Text Scrape (Readability)
GET /x402/text-scrape
Extract clean article text from any URL. Strips ads, nav, sidebars — just the content.
1 creditWeb
curl "https://minia2a.uk/x402/text-scrape?wallet=$WALLET&url=https://example.com/article"
🛡️ Account Age Check
GET /x402/account-age
Check wallet/contract age. First transaction date, total tx count, activity patterns.
1 creditSecurity
curl "https://minia2a.uk/x402/account-age?wallet=$WALLET&address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
🌍 IP Lookup
GET /x402/ip-lookup
Geolocation, ASN, ISP, proxy/VPN detection for any IP address.
1 creditSecurity
curl "https://minia2a.uk/x402/ip-lookup?wallet=$WALLET&ip=8.8.8.8"
🔎 Domain Intel
GET /x402/domain-intel
Domain age, registrar, SSL status, redirects, security headers. Phishing detection.
1 creditSecurity
curl "https://minia2a.uk/x402/domain-intel?wallet=$WALLET&domain=example.com"
📧 Email Verify
GET /x402/email-verify
SMTP-level email verification. Check if an email address exists, is disposable, or will bounce.
1 creditData
curl "https://minia2a.uk/x402/[email protected]"
🔍 DNS Lookup
GET /x402/dns
A, AAAA, MX, TXT, NS, CNAME records. Full DNS resolution for any domain.
1 creditData
curl "https://minia2a.uk/x402/dns?wallet=$WALLET&domain=example.com"
🇺🇳 Country Info
GET /x402/country
Country data: capital, currency, languages, timezone, population, flag. ISO 3166 codes.
1 creditData
curl "https://minia2a.uk/x402/country?wallet=$WALLET&code=JP"
📊 Sentiment Analysis
GET /x402/sentiment
Analyze text sentiment: positive/negative/neutral with confidence scores. For social monitoring agents.
1 creditData
curl "https://minia2a.uk/x402/sentiment?wallet=$WALLET&text=BTC+just+broke+100k+again"
🔍 Find (Multi-Engine Search)
GET /x402/find
Search across multiple engines. Returns structured results with titles, URLs, snippets.
1 creditData
curl "https://minia2a.uk/x402/find?wallet=$WALLET&q=ethereum+ETF+approval"
📝 Summarize Text
GET /x402/summarize
AI-powered text summarization. Pass long text, get concise summary back.
1 creditUtils
curl -X POST "https://minia2a.uk/x402/summarize?wallet=$WALLET" -H "content-type: application/json" -d '{"text":"Long article text here..."}'
🔢 UUID Generator
GET /x402/uuid
Generate UUID v4, v1, v7. Deterministic UUIDs from namespace + name.
1 creditUtils
curl "https://minia2a.uk/x402/uuid?wallet=$WALLET"
#️⃣ Hash Functions
GET /x402/hash
SHA-256, Keccak-256, MD5, Blake2b. Hash text or verify against known hash.
1 creditUtils
curl "https://minia2a.uk/x402/hash?wallet=$WALLET&text=hello+world&algo=sha256"
🔐 JWT Decode
GET /x402/jwt-decode
Decode and inspect JWT tokens. Shows header, payload, expiration status.
1 creditUtils
curl "https://minia2a.uk/x402/jwt-decode?wallet=$WALLET&token=eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjMifQ.xxx"
📐 Base64 Encode/Decode
GET /x402/base64
Encode or decode Base64. URL-safe variant supported.
1 creditUtils
curl "https://minia2a.uk/x402/base64?wallet=$WALLET&text=hello&mode=encode"
📅 Date Math
GET /x402/date-math
Add/subtract days, weeks, months. Date difference. Business days. Timezone conversion.
1 creditUtils
curl "https://minia2a.uk/x402/date-math?wallet=$WALLET&date=2026-07-31&op=add&amount=7&unit=days"
🔤 Text Stats
GET /x402/text-stats
Word count, character count, reading time, sentence count, keyword density.
1 creditUtils
curl -X POST "https://minia2a.uk/x402/text-stats?wallet=$WALLET" -H "content-type: application/json" -d '{"text":"Sample text to analyze."}'
🔗 URL Encode/Decode
GET /x402/url-codec
URL encode or decode any string. Handles full RFC 3986.
1 creditUtils
curl "https://minia2a.uk/x402/url-codec?wallet=$WALLET&text=hello+world&mode=decode"
🧮 Math Eval
GET /x402/math
Evaluate mathematical expressions. Supports advanced functions, units, matrices.
1 creditUtils
curl "https://minia2a.uk/x402/math?wallet=$WALLET&expr=sqrt(144)+log2(1024)"
📋 CSV → JSON
GET /x402/csv-json
Convert CSV data to JSON. Auto-detects delimiter. Handles quoted fields and escaping.
1 creditUtils
curl -X POST "https://minia2a.uk/x402/csv-json?wallet=$WALLET" -H "content-type: application/json" -d '{"csv":"name,age\\nAlice,30\\nBob,25"}'
📄 PDF Text Extract
GET /x402/pdf-text
Extract text from PDF files. Pass PDF URL, get clean text back.
1 creditUtils
curl "https://minia2a.uk/x402/pdf-text?wallet=$WALLET&url=https://example.com/document.pdf"
🗣️ Language Detect
GET /x402/language-detect
Detect language from text. Returns ISO 639-1 code + confidence score. 100+ languages.
1 creditUtils
curl "https://minia2a.uk/x402/language-detect?wallet=$WALLET&text=Bonjour+le+monde"
📊 Markdown → Table
GET /x402/markdown-table
Convert JSON data to formatted Markdown tables. Align columns, handle nested objects.
1 creditUtils
curl -X POST "https://minia2a.uk/x402/markdown-table?wallet=$WALLET" -H "content-type: application/json" -d '{"data":[{"name":"BTC","price":88000},{"name":"ETH","price":4200}]}'
🎨 Color Tools
GET /x402/color
Convert hex/rgb/hsl. Generate palettes. Check contrast ratios for accessibility.
1 creditUtils
curl "https://minia2a.uk/x402/color?wallet=$WALLET&hex=3b82f6"
🎲 Random Generator
GET /x402/random
Generate random numbers, strings, UUIDs. Range, length, charset configurable.
1 creditUtils
curl "https://minia2a.uk/x402/random?wallet=$WALLET&type=string&length=32"
📝 Markdown → HTML
GET /x402/markdown
Render Markdown to HTML. GitHub Flavored Markdown with tables, task lists, syntax highlighting.
1 creditUtils
curl -X POST "https://minia2a.uk/x402/markdown?wallet=$WALLET" -H "content-type: application/json" -d '{"text":"# Hello\\n\\n**bold** text"}'