Base Deposit Transaction Inspector is a paid API for AI agents from signalharness.ai, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-13).
Analyzes and decodes Base L2 deposit transactions (type 0x7e, OP Stack) from caller-supplied raw transaction data, returning structured fields and consistency warnings.
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 structured analysis JSON containing decoded transaction fields (from, to, sourceHash, mint, gasLimit, value, isDeposit, isSystemTransaction), the detected network context (chain IDs, protocol family, fee model, deposit transaction type), a list of consistency warnings, the analyzed network name, and an evidence scope indicator noting that analysis is based on caller-supplied data only.
POSThttps://signalharness.ai/api/agent/services/base_deposit_transaction_inspect/invokeUse this endpoint when you need to quickly decode and inspect the structured fields of a Base L2 deposit transaction (OP Stack type 0x7e) from raw transaction data, and want to surface consistency warnings without running a full node. It is particularly useful for debugging, auditing, or understanding deposit transactions on Base mainnet (chain 8453) or Base Sepolia (chain 84532). Do not use if you need proof of L1 event derivation, inclusion, or finality.
| Field | Type | Description |
|---|---|---|
| request_json | string |
{
"type": "json",
"example": {
"replay": false,
"result": {
"warnings": [
"Does not prove the L1 event, derivation, inclusion, or finality."
],
"service_id": "base_deposit_transaction_inspect",
"analysis_json": "{\"consistency_warnings\":[],\"from\":\"0x0000000000000000000000000000000000000001\",\"gas_limit\":\"21000\",\"is_deposit\":true,\"is_system_transaction\":false,\"mint\":\"0\",\"network_context\":{\"accepted_chain_ids\":[\"8453\",\"84532\"],\"deposit_transaction_type\":\"0x7e\",\"fee_model\":\"L2 execution plus caller-supplied L1 data/operator components\",\"protocol_family\":\"OP Stack\"},\"source_hash\":\"0x1111111111111111111111111111111111111111111111111111111111111111\",\"to\":\"0x0000000000000000000000000000000000000002\",\"type\":\"0x7e\",\"value\":\"0\"}",
"evidence_scope": "caller_supplied_data",
"analyzed_network": "base"
},
"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": "base_deposit_transaction_inspect",
"executionId": "example-execution",
"startedAtMs": 0,
"amountAtomic": "15000",
"resultSha256": "d022cf660b79e990e083e0de31441c49257748e58477829aa16e5c73340d6d6f",
"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"