Transaction status by hash on Base or Ethereum
Transaction status by hash on Base or Ethereum: pending / confirmed / failed, block, confirmations, gas used, fee paid, created contract and explorer link.
Answeringour last check, 2026-09-27
1 of 1checks answered this week
1204 msmedian answer time
$0.004listed price per call
$0.004price 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://api.vextorium.com/estado-tx-pago
| Category | Market data |
|---|---|
| Provider host | api.vextorium.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 0 from 0 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-27 | valid payment request | 402 | $0.004 | 1204 ms |
Example input (from the provider)
{
"body": {
"hash": "0x6b3a0f6c5d9b0a0e3c2f1e4d5c6b7a8f9e0d1c2b3a4f5e6d7c8b9a0f1e2d3c4b",
"red": "base"
},
"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": {
"hash": {
"description": "Transaction hash (0x + 64 hex)",
"type": "string"
},
"red": {
"enum": [
"base",
"ethereum"
],
"type": "string"
}
},
"required": [
"hash"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"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"
}