Low-cost Blockchain Money Map transaction status check for AI agents
Low-cost Blockchain Money Map transaction status check for AI agents.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
410 msmedian answer time
$0.01listed price per call
$0.01price 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.blockchainmoneymap.com/api/x402/tx-status
| Category | Everything else |
|---|---|
| Provider host | api.blockchainmoneymap.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 410 ms |
Example input (from the provider)
{
"body": {
"chain": "base",
"notes": "Explain whether this public transaction settled cleanly.",
"transactionHash": "0xbd847f7f40e946e53f053e23fe60e0b19a16121e181843b8c4fe65716d9f4ea3"
},
"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": "ethereum",
"enum": [
"ethereum",
"base",
"polygon",
"arbitrum",
"optimism"
],
"type": "string"
},
"hash": {
"description": "Alias for transactionHash.",
"type": "string"
},
"notes": {
"maxLength": 1200,
"type": "string"
},
"transactionHash": {
"description": "Public EVM transaction hash.",
"type": "string"
}
},
"required": [
"transactionHash"
],
"type": "object"
},
"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": {
"properties": {
"metadata": {
"type": "object"
},
"ok": {
"type": "boolean"
},
"pricePaid": {
"type": "object"
},
"result": {
"properties": {
"blockNumber": {
"type": [
"string",
"null"
]
},
"confirmations": {
"type": [
"number",
"null"
]
},
"explorerUrl": {
"type": [
"string",
"null"
]
},
"finality": {
"type": "string"
},
"status": {
"type": "string"
},
"transactionHash": {
"type": "string"
}
},
"type": "object"
},
"tool": {
"type": "string"
}
},
"type": "object"
},
"type": {
"enum": [
"json"
],
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}