← oblique.markets · all endpoints

GET /api/v1/paid/base-tx-status — $0.003 per call

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.

Price$0.003 per call (3000 atomic USDC, scheme exact)
Categorychain-data
Railsx402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo
Canonical URLhttps://api.oblique.markets/api/v1/paid/base-tx-status

Try it

curl -i https://api.oblique.markets/api/v1/paid/base-tx-status
# → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)

Input schema

{
 "type": "object",
 "properties": {
  "hash": {
   "type": "string",
   "description": "Transaction hash, 0x-prefixed 64 hex chars",
   "pattern": "^0x[0-9a-fA-F]{64}$"
  }
 },
 "required": [
  "hash"
 ]
}

Example output

{
 "found": true,
 "status": "success",
 "block_number": 33712501,
 "confirmations": 340,
 "gas_used": 64522,
 "effective_gas_price_wei": "5842310",
 "as_of": "2026-08-10T12:00:00.000Z"
}

Clients

Worked TypeScript/Python clients and MCP configs: oblique-markets/oblique-examples · Agent Skills: oblique-markets/skills

Pay per call with x402 (USDC on Base or Solana) or MPP (pathUSD on Tempo). No accounts. Machine doors: /.well-known/x402.json · /openapi.json · /llms-full.txt · MCP · humans: remote.observer