onyx_solana_wallet_activity
InactiveTool of onyx-paid-mcp
Recent on-chain activity for any Solana wallet. Returns the last N signatures (default 25, max 100) with slot, block_time, status, fee, and best-effort program/action classification (swap, transfer, stake, NFT). Designed for whale-watching, copy-trading, and risk-monitoring agents that need a sub-second feed without managing their own RPC. Cheaper than Helius webhooks ($25/mo) and Birdeye wallet-portfolio ($0.002 + API key). x402-direct, no signup. (price: $0.002 USDC, tier: metered)
Parameters schema
{
"type": "object",
"required": [
"wallet"
],
"properties": {
"limit": {
"type": "integer",
"default": 25,
"description": "Number of recent signatures (1-100, default 25)"
},
"wallet": {
"type": "string",
"description": "base58-encoded Solana wallet address"
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries