Token parse
Mint addresses and UI amounts from postTokenBalances.
{
"txHash": "…",
"tokens": [
{ "mint": "EPjF…", "amount": 1.5 }
]
}
Query parsed Solana transactions and handle Alchemy webhook events — with USDC transfer verification built in.
Paste a transaction signature or click Try example — no wallet, no setup.
{ "hint": "Click an example or paste a signature" }
Mint addresses and UI amounts from postTokenBalances.
{
"txHash": "…",
"tokens": [
{ "mint": "EPjF…", "amount": 1.5 }
]
}
Alchemy payloads checked against your wallet + USDC mint.
POST /webhook
→ USDC to SOLANA_ADDR?
→ amount matches?
Flag suspicious outbound transfers before settlement.
{
"risk": "high",
"findings": ["Large outbound USDC", …]
}
Fetch parsed token balances for any transaction signature via GET /query/:txHash.
Receive Alchemy webhook payloads at POST /webhook and verify USDC transfers to your wallet.
Built on @solana/web3.js with configurable RPC endpoint (devnet or mainnet).