{"uid":"cap_1VGtx1iJz7cTo0CiW-omk","slug":"oblique-markets-base-transaction-status-2fc8c0cb","name":"Oblique Markets Base Transaction Status","description":"Use when an agent needs base tx status. Returns Return Base transaction success or revert state, block number, confirmations, gas used, and effective gas price for a transaction hash. $0.003.","url":"https://api.oblique.markets/api/v1/paid/base-tx-status","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"type":"object","required":["hash"],"properties":{"hash":{"type":"string","description":"Transaction hash, 0x-prefixed 64 hex chars"}}}},"additionalProperties":false},"output":{"type":"object","properties":{"as_of":{"type":"string"},"found":{"type":"boolean"},"status":{"type":"string"},"gas_used":{"type":"integer"},"block_number":{"type":"integer"},"confirmations":{"type":"integer"},"effective_gas_price_wei":{"type":"string"}}}}},"responseSchema":{"type":"json","example":{"as_of":"2026-08-10T12:00:00.000Z","found":true,"status":"success","gas_used":64522,"block_number":33712501,"confirmations":340,"effective_gas_price_wei":"5842310"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.003","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.003/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_CEoIN4oOp4Gc-f02NZm2_","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.003","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns success/reverted status, block number, confirmation count, gas used, and effective gas price for a Base mainnet transaction by hash","exampleAgentPrompt":"Can you check whether this Base mainnet transaction went through — 0x3a1b2c4d5e6f7890abcdef1234567890abcdef1234567890abcdef1234567890ab — and tell me how many confirmations it has and how much gas it used?","exampleUseCases":[{"title":"Confirming a payment settled on Base","prompt":"I just sent a USDC payment on Base with hash 0x3a1b2c4d5e6f7890abcdef1234567890abcdef1234567890abcdef1234567890ab — can you confirm it succeeded and tell me how many confirmations it has?"},{"title":"Debugging a reverted smart contract call","prompt":"My contract call on Base might have reverted — the tx hash is 0xaabbccdd1234567890aabbccdd1234567890aabbccdd1234567890aabbccdd1234. Can you tell me if it succeeded or reverted, and what gas was used?"},{"title":"Auditing gas costs for a Base transaction","prompt":"Can you pull up the gas used and the effective gas price for this Base mainnet transaction: 0xdeadbeef1234567890abcdef1234567890abcdef1234567890abcdef12345678?"}],"resultDescription":"Returns the transaction's success or reverted status, the block number it was included in, the number of confirmations since that block, the gas used, and the effective gas price — all fetched live from redundant Base mainnet public RPCs.","failureModes":["Invalid or malformed transaction hash returns a 400-level error","Transaction hash not yet indexed (pending or very recent) may return not-found","Network issues with all redundant RPCs simultaneously could cause timeouts","Incorrect hash format (not 0x-prefixed 64 hex chars) rejected by input schema validation"],"whenToPreferThis":"Use this endpoint when you need authoritative, live on-chain transaction status for a Base mainnet transaction — specifically when you need confirmation count, gas details, or success/revert status. Prefer this over a generic Ethereum RPC call when you want a simple, pay-per-call REST interface without running your own node, and when Base mainnet (not Ethereum mainnet or other L2s) is the target chain.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T12:51:52.607Z","isFirstParty":false}