back to marketplace
Developer

CPI Call Analyzer

Analyze cross-program invocation patterns for any deployed Solana program. Maps instruction flow, tracks CPI depth, and detects recursive call patterns.

Per call
0.004 USDC
Total calls
1,890
Rating
★ 4.5
Publisher
2mFx…6tNr

Methods

analyzeProgram()getCPITree()getStats()

Try it

0.004 USDC / call

Integration

curl -X POST https://tools.example.com/cpi-analyzer \
  -H "x-payment-signature: <tx_sig>" \
  -H "x-caller-pubkey: <your_pubkey>" \
  -H "Content-Type: application/json" \
  -d '{ "method": "analyzeProgram", "params": { "programId": "JUP6LkMUe1MjxCPUv2uVbS6bRkaJaiJR9sWNo6v4FWEL" } }'