All Services — Copy, Paste, Call

Each command below is the free-trial form — your wallet in the query string plus the two signature headers. ?wallet= on its own returns 400 missing X-Wallet-Signature header. Paid calls need no wallet param at all: call the endpoint, read the 402 challenge, pay the listed price in USDC.

🦾 New: 5 APIs Your AI Agent Should Call Today — build a DeFi agent in 10 minutes with copy-paste code.
👇 Set these three, then copy any command below. No registration needed for trials — the signature is what identifies your wallet.
export WALLET=0xYOUR_WALLET # the wallet your agent controls export TS=$(date +%s) # unix seconds, must be within ±5 min export SIG=0xYOUR_SIGNATURE # EIP-191 signature of "minia2a trial:$WALLET:$SERVICE:$TS"
No wallet yet? Register here → (5 free trial calls, 60 seconds)

⛽ Multi-Chain Gas Prices

GET /x402/gas
Ethereum, Base, Arbitrum and Optimism current gas fees. Returns the gas price in gwei.
FREE$0.50DeFi
curl "https://minia2a.uk/x402/gas?wallet=$WALLET" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🕐 UTC Time & Timezone

GET /x402/time
Current UTC time, Unix timestamp, timezone conversion utilities.
FREE$0.10Utils
curl "https://minia2a.uk/x402/time?wallet=$WALLET" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🔐 Token Security Audit

GET /x402/token-security
Honeypot check, rug pull risk, owner control analysis, holder concentration. Pass any ERC-20 address.
$0.02DeFi
curl "https://minia2a.uk/x402/token-security?wallet=$WALLET&address=0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

💱 DEX Token Price

GET /x402/dex-price
Live price from decentralized exchanges. Pass chain + token address.
$0.01DeFi
curl "https://minia2a.uk/x402/dex-price?wallet=$WALLET&chain=base&address=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

📊 Funding Rate

GET /x402/funding-rate
Perpetual futures funding rates across major exchanges. For arbitrage & basis trading agents.
$0.01DeFi
curl "https://minia2a.uk/x402/funding-rate?wallet=$WALLET" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🔮 Polymarket Data

GET /x402/polymarket
Live prediction market prices, volumes, and event data from Polymarket.
$0.50DeFi
curl "https://minia2a.uk/x402/polymarket?wallet=$WALLET" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🏦 Wallet Intel

GET /x402/wallet-intel
Wallet age, activity level, token holdings, DeFi protocols used. On-chain reputation.
$0.50DeFi
curl "https://minia2a.uk/x402/wallet-intel?wallet=$WALLET&address=0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🔄 Swap Safety Check

GET /x402/swap-safety
Check a token swap for MEV risk, slippage, sandwich attack potential before executing.
$0.05DeFi
curl "https://minia2a.uk/x402/swap-safety?wallet=$WALLET&chain=base&tokenIn=0x...&tokenOut=0x..." \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

📈 Trading Signal

GET /x402/trading-signal
Technical analysis signals: RSI, MACD, moving averages, support/resistance levels.
$0.03DeFi
curl "https://minia2a.uk/x402/trading-signal?wallet=$WALLET&symbol=ETH" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

💰 Price Oracle

GET /x402/price-oracle
Aggregated price feed across CEX + DEX. Best for agents needing reliable price data.
$0.03DeFi
curl "https://minia2a.uk/x402/price-oracle?wallet=$WALLET&symbol=BTC" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🔗 Chain Info

GET /x402/chain-info
Chain ID, RPC endpoints, native currency, block explorer URLs. Multi-chain reference.
$0.005DeFi
curl "https://minia2a.uk/x402/chain-info?wallet=$WALLET&chain=base" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🏷️ ENS Resolve

GET /x402/ens-resolve
Resolve .eth names to addresses & reverse-resolve addresses to ENS names.
$0.002DeFi
curl "https://minia2a.uk/x402/ens-resolve?wallet=$WALLET&name=vitalik.eth" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🔍 Token Search

GET /x402/token-search
Search tokens by name, symbol, or address. Returns contract addresses across chains.
$0.05DeFi
curl "https://minia2a.uk/x402/token-search?wallet=$WALLET&q=USDC" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

📋 ABI Lookup

GET /x402/abi-lookup
Fetch verified contract ABIs from block explorers. Essential for contract interaction agents.
$0.10DeFi
curl "https://minia2a.uk/x402/abi-lookup?wallet=$WALLET&chain=base&address=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🔗 Chain Registry

GET /x402/chain-registry
Official chain IDs, RPCs, explorers, native tokens for 100+ EVM chains.
$0.001DeFi
curl "https://minia2a.uk/x402/chain-registry?wallet=$WALLET" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

📊 DeFi Directory

GET /x402/defi-directory
Curated directory of DeFi protocols, their contracts, TVL, and chains supported.
$0.01DeFi
curl "https://minia2a.uk/x402/defi-directory?wallet=$WALLET" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🌐 Web Scrape

GET /x402/web-scrape
Fetch and parse any webpage. Returns clean text, title, meta tags. JavaScript-rendered pages supported.
$0.50Web
curl "https://minia2a.uk/x402/web-scrape?wallet=$WALLET&url=https://example.com" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🔍 Web Retrieve (AI Search)

GET /x402/web-retrieve
AI-powered web search & retrieval. Ask a question, get researched answer with sources.
$0.05Web
curl "https://minia2a.uk/x402/web-retrieve?wallet=$WALLET&q=latest+ethereum+upgrade" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

📝 Text Scrape (Readability)

GET /x402/text-scrape
Extract clean article text from any URL. Strips ads, nav, sidebars — just the content.
$0.50Web
curl "https://minia2a.uk/x402/text-scrape?wallet=$WALLET&url=https://example.com/article" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🔎 Domain Intel

GET /x402/domain-intel
Domain age, registrar, SSL status, redirects, security headers. Phishing detection.
$0.01Security
curl "https://minia2a.uk/x402/domain-intel?wallet=$WALLET&domain=example.com" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

📧 Email Verify

GET /x402/email-verify
SMTP-level email verification. Check if an email address exists, is disposable, or will bounce.
$0.01Data
curl "https://minia2a.uk/x402/email-verify?wallet=$WALLET&email=test%40example.com" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🔍 DNS Lookup

GET /x402/dns
A, AAAA, MX, TXT, NS, CNAME records. Full DNS resolution for any domain.
$0.001Data
curl "https://minia2a.uk/x402/dns?wallet=$WALLET&domain=example.com" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🇺🇳 Country Info

GET /x402/country
Country data: capital, currency, languages, timezone, population, flag. ISO 3166 codes.
$0.001Data
curl "https://minia2a.uk/x402/country?wallet=$WALLET&code=JP" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

📊 Sentiment Analysis

GET /x402/sentiment
Analyze text sentiment: positive/negative/neutral with confidence scores. For social monitoring agents.
$0.01Data
curl "https://minia2a.uk/x402/sentiment?wallet=$WALLET&text=BTC+just+broke+100k+again" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🔍 Find (Multi-Engine Search)

GET /x402/find
Search across multiple engines. Returns structured results with titles, URLs, snippets.
$0.50Data
curl "https://minia2a.uk/x402/find?wallet=$WALLET&q=ethereum+ETF+approval" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

📝 Summarize Text

GET /x402/summarize
AI-powered text summarization. Pass long text, get concise summary back.
$0.02Utils
curl -X POST "https://minia2a.uk/x402/summarize?wallet=$WALLET" -H "content-type: application/json" -d '{"text":"Long article text here..."}' \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🔢 UUID Generator

GET /x402/uuid
Generate UUID v4, v1, v7. Deterministic UUIDs from namespace + name.
$0.10Utils
curl "https://minia2a.uk/x402/uuid?wallet=$WALLET" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

#️⃣ Hash Functions

GET /x402/hash
SHA-256, Keccak-256, MD5, Blake2b. Hash text or verify against known hash.
$0.50Utils
curl "https://minia2a.uk/x402/hash?wallet=$WALLET&text=hello+world&algo=sha256" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🔐 JWT Decode

GET /x402/jwt-decode
Decode and inspect JWT tokens. Shows header, payload, expiration status.
$0.50Utils
curl "https://minia2a.uk/x402/jwt-decode?wallet=$WALLET&token=eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjMifQ.xxx" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

📐 Base64 Encode/Decode

GET /x402/base64
Encode or decode Base64. URL-safe variant supported.
$0.50Utils
curl "https://minia2a.uk/x402/base64?wallet=$WALLET&text=hello&mode=encode" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

📅 Date Math

GET /x402/date-math
Add/subtract days, weeks, months. Date difference. Business days. Timezone conversion.
$0.001Utils
curl "https://minia2a.uk/x402/date-math?wallet=$WALLET&date=2026-07-31&op=add&amount=7&unit=days" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🔤 Text Stats

GET /x402/text-stats
Word count, character count, reading time, sentence count, keyword density.
$0.50Utils
curl -X POST "https://minia2a.uk/x402/text-stats?wallet=$WALLET" -H "content-type: application/json" -d '{"text":"Sample text to analyze."}' \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🔗 URL Encode/Decode

GET /x402/url-codec
URL encode or decode any string. Handles full RFC 3986.
$0.50Utils
curl "https://minia2a.uk/x402/url-codec?wallet=$WALLET&text=hello+world&mode=decode" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🧮 Math Eval

GET /x402/math
Evaluate mathematical expressions. Supports advanced functions, units, matrices.
$0.001Utils
curl "https://minia2a.uk/x402/math?wallet=$WALLET&expr=sqrt(144)+log2(1024)" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

📋 CSV → JSON

GET /x402/csv-json
Convert CSV data to JSON. Auto-detects delimiter. Handles quoted fields and escaping.
$0.10Utils
curl -X POST "https://minia2a.uk/x402/csv-json?wallet=$WALLET" -H "content-type: application/json" -d '{"csv":"name,age\\nAlice,30\\nBob,25"}' \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

📄 PDF Text Extract

GET /x402/pdf-text
Extract text from PDF files. Pass PDF URL, get clean text back.
$0.02Utils
curl "https://minia2a.uk/x402/pdf-text?wallet=$WALLET&url=https://example.com/document.pdf" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🗣️ Language Detect

GET /x402/language-detect
Detect language from text. Returns ISO 639-1 code + confidence score. 100+ languages.
$0.001Utils
curl "https://minia2a.uk/x402/language-detect?wallet=$WALLET&text=Bonjour+le+monde" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

📊 Markdown → Table

GET /x402/markdown-table
Convert JSON data to formatted Markdown tables. Align columns, handle nested objects.
$0.10Utils
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}]}' \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🎨 Color Tools

GET /x402/color
Convert hex/rgb/hsl. Generate palettes. Check contrast ratios for accessibility.
$0.50Utils
curl "https://minia2a.uk/x402/color?wallet=$WALLET&hex=3b82f6" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🎲 Random Generator

GET /x402/random
Generate random numbers, strings, UUIDs. Range, length, charset configurable.
$0.10Utils
curl "https://minia2a.uk/x402/random?wallet=$WALLET&type=string&length=32" \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

📝 Markdown → HTML

GET /x402/markdown
Render Markdown to HTML. GitHub Flavored Markdown with tables, task lists, syntax highlighting.
$0.001Utils
curl -X POST "https://minia2a.uk/x402/markdown?wallet=$WALLET" -H "content-type: application/json" -d '{"text":"# Hello\\n\\n**bold** text"}' \
  -H "X-Wallet-Signature: $SIG" -H "X-Trial-Timestamp: $TS"

🎁 Don't have a wallet yet?

Register in 60 seconds. Get 5 free trial calls. No KYC. No MetaMask. Auto-generated wallet.

Get 5 Free Trials →

Already registered? Check your balance → · Live stats (JSON) →