{
  "x402Version": 2,
  "id": 41,
  "slug": "41",
  "resource": "https://api.onesource.io/api/chain/tx/:hash",
  "description": "Full Ethereum transaction details by hash via eth_getTransactionByHash - from, to, value, calldata, block",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "8000",
      "maxTimeoutSeconds": 3600
    },
    {
      "scheme": "batch-settlement",
      "network": "eip155:8453",
      "payTo": "0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "8000",
      "maxTimeoutSeconds": 3600
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "hash": "0x5c504ed432cb51138bcf09aa5e8a410dd4a1e204ef84bfed1be16dfba1b22060"
          },
          "queryParams": {
            "network": "ethereum"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "receipt": {
                "blockNumber": "0x133da1e",
                "gasUsed": "0x5208",
                "logs": [],
                "status": "0x1",
                "transactionHash": "0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f"
              },
              "transaction": {
                "blockNumber": "0x133da1e",
                "from": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
                "gas": "0x5208",
                "hash": "0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f",
                "nonce": "0x4d2",
                "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
                "value": "0x0"
              }
            },
            "meta": {
              "cost_usdc": "0.001",
              "endpoint": "/api/chain/tx/0x5c504ed432cb51138bcf09aa5e8a410dd4a1e204ef84bfed1be16dfba1b22060",
              "payment_chain": "base",
              "payment_token": "USDC",
              "request_id": "00000000abcdef01"
            }
          },
          "type": "json"
        }
      },
      "routeTemplate": "/api/chain/tx/:hash",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "hash": {
                    "pattern": "^0x[a-fA-F0-9]{64}$",
                    "type": "string"
                  }
                },
                "required": [
                  "hash"
                ],
                "type": "object"
              },
              "queryParams": {
                "properties": {
                  "network": {
                    "default": "ethereum",
                    "enum": [
                      "ethereum",
                      "sepolia",
                      "robinhood"
                    ],
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "data": {
                    "description": "Endpoint-specific response payload",
                    "properties": {
                      "receipt": {
                        "properties": {
                          "blockNumber": {
                            "type": "string"
                          },
                          "gasUsed": {
                            "type": "string"
                          },
                          "logs": {
                            "items": {},
                            "type": "array"
                          },
                          "status": {
                            "type": "string"
                          },
                          "transactionHash": {
                            "type": "string"
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      },
                      "transaction": {
                        "properties": {
                          "blockNumber": {
                            "type": "string"
                          },
                          "from": {
                            "type": "string"
                          },
                          "gas": {
                            "type": "string"
                          },
                          "hash": {
                            "type": "string"
                          },
                          "nonce": {
                            "type": "string"
                          },
                          "to": {
                            "type": "string"
                          },
                          "value": {
                            "type": "string"
                          }
                        },
                        "type": [
                          "object",
                          "null"
                        ]
                      }
                    },
                    "type": "object"
                  },
                  "error": {
                    "properties": {
                      "code": {
                        "type": "integer"
                      },
                      "message": {
                        "type": "string"
                      }
                    },
                    "type": [
                      "object",
                      "null"
                    ]
                  },
                  "meta": {
                    "properties": {
                      "cost_usdc": {
                        "type": "string"
                      },
                      "endpoint": {
                        "type": "string"
                      },
                      "payment_chain": {
                        "type": "string"
                      },
                      "payment_token": {
                        "type": "string"
                      },
                      "request_id": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "endpoint",
                      "request_id"
                    ],
                    "type": "object"
                  }
                },
                "required": [
                  "data",
                  "meta"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.onesource.io",
  "lastUpdated": "2026-09-18T13:42:33.687Z",
  "quality": {
    "calls30d": 776,
    "uniquePayers30d": 776,
    "lastCalledAt": "2026-09-18T13:42:33.559Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.onesource.io",
    "manifest_name": "api.onesource.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}