{
  "x402Version": 2,
  "id": 812,
  "slug": "812",
  "resource": "https://keyronne.com/api/chain-tx",
  "description": "Look up a transaction and its receipt on Ethereum, Base, Arbitrum, Optimism, Polygon, or BNB Chain: status (success/reverted/pending), from/to, value, block, nonce, gas used and price, log count, and any contract created. Public JSON-RPC, no API keys. POST a JSON body like: {\"chain\":\"base\",\"hash\":\"0xb498053e345acd227657ef2e3de7d9fd9b861d673368419c4b18cfaea20365c8\"}",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xB86F95EF5FA904318Ea9Df3b59AdCe099b478fC4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "3000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "chain": "base",
            "hash": "0xb498053e345acd227657ef2e3de7d9fd9b861d673368419c4b18cfaea20365c8"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "blockNumber": 48346708,
            "chain": "base",
            "from": "0xb5d0…",
            "gas": {
              "limit": 90000,
              "priceGwei": "0.005",
              "used": 46000
            },
            "status": "success",
            "to": "0x8335…",
            "value": {
              "eth": "0",
              "wei": "0"
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "body": {
                "properties": {
                  "chain": {
                    "enum": [
                      "ethereum",
                      "base",
                      "arbitrum",
                      "optimism",
                      "polygon",
                      "bsc"
                    ],
                    "type": "string"
                  },
                  "hash": {
                    "description": "Transaction hash (0x + 64 hex).",
                    "type": "string"
                  }
                },
                "required": [
                  "chain",
                  "hash"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "type": "object"
          },
          "output": {
            "properties": {
              "blockNumber": {
                "type": "integer"
              },
              "chain": {
                "type": "string"
              },
              "from": {
                "type": "string"
              },
              "gas": {
                "type": "object"
              },
              "hash": {
                "type": "string"
              },
              "logs": {
                "type": "integer"
              },
              "status": {
                "type": "string"
              },
              "to": {
                "type": "string"
              },
              "value": {
                "type": "object"
              }
            },
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "keyronne.com",
  "lastUpdated": "2026-09-08T08:28:53.612Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-08T08:28:53.383Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "keyronne.com",
    "manifest_name": "keyronne.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}