Solana Inner Instructions Analyzer is a paid API for AI agents from signalharness.ai, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-15).
Analyzes Solana transaction inner instructions to extract CPI (Cross-Program Invocation) structure, program inventory, and account references
Explore 330 pay-per-call x402 API services and 27 agent-native digital products, with Base USDC pricing, secure Polar checkout, and free discovery.
Returns a JSON analysis containing: CPI count (number of cross-program invocations), grouped instruction tree with parent-child relationships, resolved and unresolved account indexes, full program inventory (list of program IDs invoked), the analyzed network name, and any warnings (e.g. missing inner instructions). Also includes a receipt with payment and execution metadata.
POSThttps://signalharness.ai/api/agent/services/solana_inner_instructions_analyze/invokeChoose this endpoint when you have raw Solana inner instruction data and need structured analysis of CPI structure, program inventory, and account resolution without running a full Solana RPC node. Ideal for agents auditing smart contracts, debugging transaction failures, or mapping inter-program call graphs. Prefer this over manual RPC parsing when you need a clean JSON breakdown of the CPI tree in a single pay-per-call request.
| Field | Type | Description |
|---|---|---|
| request_json | string |
{
"type": "json",
"example": {
"replay": false,
"result": {
"warnings": [
"Does not infer missing inner instructions."
],
"service_id": "solana_inner_instructions_analyze",
"analysis_json": "{\"cpi_count\":1,\"groups\":[{\"children\":[{\"account_indexes\":[0],\"child_index\":0,\"program_id\":\"11111111111111111111111111111111\",\"program_id_index\":0,\"resolved_accounts\":[\"11111111111111111111111111111111\"]}],\"parent_instruction_index\":0}],\"program_inventory\":[\"11111111111111111111111111111111\"],\"unresolved\":[]}",
"evidence_scope": "caller_supplied_data",
"analyzed_network": "solana"
},
"status": "succeeded",
"receipt": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"usage": [],
"status": "succeeded",
"network": "eip155:8453",
"artifacts": [],
"endedAtMs": 0,
"latencyMs": 0,
"paymentId": "example-payment",
"receiptId": "example-receipt",
"requestId": "example-request",
"serviceId": "solana_inner_instructions_analyze",
"executionId": "example-execution",
"startedAtMs": 0,
"amountAtomic": "15000",
"resultSha256": "b5a88a24013c1eb4b7f8baf25fd67c5cfb8854dd4ff1af2fc14fe03d6be75b09",
"serviceVersion": "1.0.0",
"settlementReference": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
"artifacts": [],
"requestId": "example-request",
"executionId": "example-execution"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"