ToolAssay

Look up a transaction by hash on base, ethereum, arbitrum, optimism, polygon, bs

Look up a transaction by hash on base, ethereum, arbitrum, optimism, polygon, bsc: status (success/reverted/pending), block and timestamp, from/to, value, gas used, fee in native coin and USD, method selector, created contract, and decoded ERC-20 transfers with token symbols and amounts. Transaction and receipt in one call.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.01listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://dt0ur.online/api/onchain/tx

CategoryMarket data
Provider hostdt0ur.online
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "chain": "base",
    "hash": "0xbd2b9153f647df47169f5819e4571b84f0012954b862e549eb94f1b6cc8c8656"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "chain": {
              "default": "base",
              "description": "EVM chain: base, ethereum, arbitrum, optimism, polygon, bsc (default base)",
              "enum": [
                "base",
                "ethereum",
                "arbitrum",
                "optimism",
                "polygon",
                "bsc"
              ],
              "type": "string"
            },
            "hash": {
              "description": "Transaction hash (0x + 64 hex)",
              "type": "string"
            }
          },
          "required": [
            "hash"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON