
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
nephyr-wallets
Advanced tools
Smart money tracking for prediction markets — discover, score, and analyze top wallets
Smart money tracking for prediction markets. Discover, score, and analyze top Polymarket wallets.
pip install nephyr-wallets
# With all extras:
pip install "nephyr-wallets[all]"
import asyncio
from nephyr_wallets import get_top_wallets, analyze_wallet, compare_wallets
async def main():
# Get top 50 wallets
wallets = await get_top_wallets(limit=50, window="all")
# Deep analysis of a specific wallet
analysis = await analyze_wallet("0x...")
print(analysis.score.total_score)
print(analysis.category_performance)
print(analysis.monthly_returns)
# Compare multiple wallets
comparison = await compare_wallets(["0x...", "0x..."])
asyncio.run(main())
S(w) = α·log10(1 + PnL/1000) + β·(1 - CoV) + γ·(1 - entropy/log2(6)) − δ·max_drawdown
Default weights: α=0.4 (PnL), β=0.3 (consistency), γ=0.2 (specialization), δ=0.1 (drawdown penalty)
uvicorn api.app:app --reload
Endpoints:
GET /v1/leaderboard — top walletsGET /v1/wallet/{address}/score — wallet scoreGET /v1/wallet/{address}/analysis — deep analysisGET /v1/wallet/{address}/trades — trade historyPOST /v1/compare — compare multiple walletsGET /v1/health — health checknephyr-wallets-mcp
Tools: get_top_wallets, score_wallet, analyze_wallet, get_wallet_trades, compare_wallets
| Tier | Details |
|---|---|
| Free | Top 10 wallets, delayed 1 hour, 50 calls/day |
| Paid | $29/month — real-time, 50 wallets, unlimited calls |
| Agent-to-agent | $0.01/query |
FAQs
Smart money tracking for prediction markets — discover, score, and analyze top wallets
We found that nephyr-wallets demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.