Deron Reynolds
New member
- Joined
- Jul 4, 2026
- Messages
- 1
- Points
- 0
Hey guys,
I've been working on a personal python script lately and wanted to ask your opinion.
Basically, I needed to bulk-check a bunch of wallets for a project (both EVM and Solana) and couldn't find a decent tool that pulls everything (tokens, DeFi, staking, app balances like Hyperliquid/Blur) without getting instantly blocked by Cloudflare or Jupiter's Turnstile captchas. So I just coded my own.
Right now, it does two simple things:
1. EVM: Scans addresses via DeBank, bypasses Cloudflare, grabs tokens + defi + app balances, and exports them to Excel/CSV etc.
2. Solana: Scans Solana addresses via Jupiter portfolio API, handles the Turnstile captchas under the hood, splits the balance into wallet/lending/staking/lp, and ranks them by USD value.
Of course, it only uses public addresses, no private keys or seed phrases needed.
I'm wondering if anyone else here actually needs something like this? I'm thinking of maybe hosting it as a simple web service or just selling it as a script.
Is it even worth trying to sell? If yes, how should I price it? Like pay-per-use or just a flat monthly subscription? Or is the market already saturated and I shouldn't bother?
If anyone wants me to run a test on a few of your wallets for free just to see how the data looks, let me know here or PM me.
Let me know what you think. Thanks!
I've been working on a personal python script lately and wanted to ask your opinion.
Basically, I needed to bulk-check a bunch of wallets for a project (both EVM and Solana) and couldn't find a decent tool that pulls everything (tokens, DeFi, staking, app balances like Hyperliquid/Blur) without getting instantly blocked by Cloudflare or Jupiter's Turnstile captchas. So I just coded my own.
Right now, it does two simple things:
1. EVM: Scans addresses via DeBank, bypasses Cloudflare, grabs tokens + defi + app balances, and exports them to Excel/CSV etc.
2. Solana: Scans Solana addresses via Jupiter portfolio API, handles the Turnstile captchas under the hood, splits the balance into wallet/lending/staking/lp, and ranks them by USD value.
Of course, it only uses public addresses, no private keys or seed phrases needed.
I'm wondering if anyone else here actually needs something like this? I'm thinking of maybe hosting it as a simple web service or just selling it as a script.
Is it even worth trying to sell? If yes, how should I price it? Like pay-per-use or just a flat monthly subscription? Or is the market already saturated and I shouldn't bother?
If anyone wants me to run a test on a few of your wallets for free just to see how the data looks, let me know here or PM me.
Let me know what you think. Thanks!