Skip to content

0xFFFForge/wallet-xray.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

wallet-xray

On-chain wallet profiler for OpenClaw. Profile any EVM address in seconds.

Setup

pip install requests web3

Set your API key:

# Required (free at etherscan.io/apis)
export ETHERSCAN_API_KEY=your_key

# Optional (richer token/NFT data)
export ALCHEMY_API_KEY=your_key

Or create a .env file in the skill directory:

ETHERSCAN_API_KEY=your_key
ALCHEMY_API_KEY=your_key

Usage

# Profile an address (free, ETH mainnet)
python wallet_xray.py 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045

# Check license status
python wallet_xray.py --status

Pro Features

Unlock multi-chain, batch queries, full tokens, NFTs, and JSON export.

# Multi-chain
python wallet_xray.py --chain base 0xAddress
python wallet_xray.py --chain arb 0xAddress

# Batch
python wallet_xray.py 0xAddr1 0xAddr2 0xAddr3

# JSON output
python wallet_xray.py --json 0xAddress

Activate Pro ($20)

Send 20 USDT or USDC to 0xaa3bF13aFa6F8C9B2b3dF0C72C4123364C3b4f83 on any supported chain (ETH / Base / ARB / OP / BSC), then:

python wallet_xray.py --activate 0xYourWalletAddress

The script verifies payment on-chain and unlocks Pro permanently.

Supported Chains

Chain Key Native
Ethereum eth ETH
Base base ETH
Arbitrum arb ETH
Optimism op ETH
BSC bsc BNB

What You Get

Feature Free Pro
ETH mainnet Yes Yes
Other chains No Yes
Tokens shown Top 5 All
NFTs No Yes
Batch addresses No Yes
JSON export No Yes

Built by 0xForge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages