Transactions
Get one transaction
Transactions
Get one transaction
Get a single transaction by transaction hash.
GET
/
apechain
/
v1
/
transaction
/
{txHash}
curl --request GET \
--url https://data-api.cloud.ormi.dev/apechain/v1/transaction/{txHash}
{
"block_hash": "0x913f54e7329b3291b2e57051efd54cf5bd0142225090101474feedc9fc8d6d1e",
"block_number": 11260237,
"block_timestamp": "2025-03-09T13:20:30Z",
"contract_address": "",
"cumulative_gas_used": "147289",
"effective_gas_price": "25420690000",
"from_address": "0x3f99ef93802b9d82725d3df9ec045868fe87ef12",
"gas": "1000000",
"gas_price": "25420690000",
"gas_used": "147289",
"input": "0xe49c826f000000000000000000000000624f9c03a1c8f5da87479006b63390243d08a7fe0000000000000000000000003c030fb2ac518d06e377b687ad4584b9ab26231d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001",
"l1_fee": null,
"l1_fee_scalar": null,
"l1_gas_price": null,
"l1_gas_used": null,
"max_fee_per_gas": "",
"max_priority_fee_per_gas": "",
"nonce": "945233",
"status": 1,
"to_address": "0x20237a1b513ea944ef621d90551c6b578dd14060",
"transaction_hash": "0x000007b2cd3d9794626a0618a3cc357e410bac4fe513a54aa88dd226f839040d",
"transaction_index": 1,
"transaction_type": 0,
"value": "0"
}
Path Parameters
Transaction hash.
Response
200 - application/json
OK
The response is of type object
.
curl --request GET \
--url https://data-api.cloud.ormi.dev/apechain/v1/transaction/{txHash}
{
"block_hash": "0x913f54e7329b3291b2e57051efd54cf5bd0142225090101474feedc9fc8d6d1e",
"block_number": 11260237,
"block_timestamp": "2025-03-09T13:20:30Z",
"contract_address": "",
"cumulative_gas_used": "147289",
"effective_gas_price": "25420690000",
"from_address": "0x3f99ef93802b9d82725d3df9ec045868fe87ef12",
"gas": "1000000",
"gas_price": "25420690000",
"gas_used": "147289",
"input": "0xe49c826f000000000000000000000000624f9c03a1c8f5da87479006b63390243d08a7fe0000000000000000000000003c030fb2ac518d06e377b687ad4584b9ab26231d00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001",
"l1_fee": null,
"l1_fee_scalar": null,
"l1_gas_price": null,
"l1_gas_used": null,
"max_fee_per_gas": "",
"max_priority_fee_per_gas": "",
"nonce": "945233",
"status": 1,
"to_address": "0x20237a1b513ea944ef621d90551c6b578dd14060",
"transaction_hash": "0x000007b2cd3d9794626a0618a3cc357e410bac4fe513a54aa88dd226f839040d",
"transaction_index": 1,
"transaction_type": 0,
"value": "0"
}