For AI Agent Developers

Wallet Doctor SDK

AI agents pay for Solana blockchain data in SOL. No API keys. No accounts. Just send SOL and call.

Install
pip install wallet-doctor
Python
from wallet_doctor import WalletDoctor

wd = WalletDoctor()

# Check wallet safety before DeFi interaction
safety = wd.token_safety("8xHUrNy3ZGwmqG5o2TGMr...")

# Trace a suspicious transaction
trace = wd.txtrace("4Zk2Xc...")

MCP Server — Works with any MCP-compatible agent

{
  "mcpServers": {
    "wallet-doctor": {
      "url": "https://defi-webhook.m-zikriz.workers.dev"
    }
  }
}

13 Services

balance
0.001 SOL
Wallet SOL and token balances
txtrace
0.005 SOL
Trace any Solana transaction
token_safety
0.005 SOL
Honeypot detection, rugpull analysis
approvals
0.005 SOL
Find risky token approvals
drain_forensics
0.025 SOL
Analyze if wallet was drained
smart_money
0.01 SOL
Track whale wallet movements
portfolio_audit
0.025 SOL
Full wallet risk assessment
nft_audit
0.005 SOL
Check NFT holdings and floor prices
How Payment Works — Trustless, On-Chain

1. Send SOL to the payment address below. 2. Call the API with your tx hash. 3. API verifies payment on-chain, returns data. No API keys, no accounts.

4dX3VmkGFJHj1XZbWN1MbRYnCaxYWEEN21LjkmCe9JRE
View SDK on GitHub Service Catalog