Solana SOL Transfer Instruction Decoder is a paid API for AI agents from signalharness.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).
Decodes and analyzes a Solana SOL transfer instruction from a raw transaction JSON, extracting source, destination, amount, program ID, and structural validity.
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 object containing the decoded transfer fields: source and destination account addresses, lamports amount, program ID, instruction variant (e.g. 'transfer'), structural validity flag, authority, account indexes, resolved accounts, and any warnings (e.g. that the result does not prove execution or current balances). Also includes the analyzed network (solana), evidence scope, and service metadata.
POSThttps://signalharness.ai/api/agent/services/solana_sol_transfer_decode/invokeChoose this endpoint when you need to programmatically decode and inspect a Solana SOL (system program) transfer instruction from raw transaction JSON without making any on-chain calls. It is ideal for transaction auditing, pre-signing verification, or building explorers where you have the raw instruction data and need structured field extraction. It does not verify execution or current balances, so prefer it for static analysis rather than confirming a transfer actually occurred.
| Field | Type | Description |
|---|---|---|
| request_json | string |
{
"type": "json",
"example": {
"replay": false,
"result": {
"warnings": [
"Does not prove execution or current balances."
],
"service_id": "solana_sol_transfer_decode",
"analysis_json": "{\"account_indexes\":[],\"authority\":null,\"destination\":\"TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA\",\"lamports\":\"1000\",\"program_id\":\"11111111111111111111111111111111\",\"resolved_accounts\":[],\"source\":\"11111111111111111111111111111111\",\"structurally_valid\":true,\"variant\":\"transfer\"}",
"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_sol_transfer_decode",
"executionId": "example-execution",
"startedAtMs": 0,
"amountAtomic": "10000",
"resultSha256": "4421eedfab8ed3396824da17b6a7ae876407868cc6ef1eb4ba9620b0885700a1",
"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"