Transactions
Get latest transactions
Transactions
Get latest transactions
Lists the latest transactions.
GET
/
apechain
/
v1
/
transactions
curl --request GET \
--url https://data-api.cloud.ormi.dev/apechain/v1/transactions
[
{
"block_hash": "0xaed45b642aeed86ae64adc2ff4d84c3768c994c58a403f4fe0fa8dc196a9f1a0",
"block_number": 12550750,
"block_timestamp": "2025-03-31T16:19:13Z",
"contract_address": "",
"cumulative_gas_used": "92182",
"effective_gas_price": "25420690000",
"from_address": "0x4b6d2597ad515d533227e60ca3dff78cf3db6f36",
"gas": "294708",
"gas_price": "26920690000",
"gas_used": "92182",
"input": "0x42842e0e0000000000000000000000004b6d2597ad515d533227e60ca3dff78cf3db6f36000000000000000000000000bfa907cb4718b2648c06c7cea7ed7984823733f300000000000000000000000000000000000000000000000000000000000003f2",
"l1_fee": null,
"l1_fee_scalar": null,
"l1_gas_price": null,
"l1_gas_used": null,
"max_fee_per_gas": "35817931500",
"max_priority_fee_per_gas": "1500000000",
"nonce": "2485",
"status": 1,
"to_address": "0x5cb92cadff2562673ba59c5f510c23df5633696f",
"transaction_hash": "0x0b7b21399aeaaeb058514f7da1f702ae0a825ef73b2219038b13400f84884d9a",
"transaction_index": 1,
"transaction_type": 2,
"value": "0"
},
{
"block_hash": "0xaed45b642aeed86ae64adc2ff4d84c3768c994c58a403f4fe0fa8dc196a9f1a0",
"block_number": 12550750,
"block_timestamp": "2025-03-31T16:19:13Z",
"contract_address": "",
"cumulative_gas_used": "0",
"effective_gas_price": "25420690000",
"from_address": "0x00000000000000000000000000000000000a4b05",
"gas": "0",
"gas_price": "0",
"gas_used": "0",
"input": "0x6bf6a42d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000…00000000000000000000000000000000000000000000000000000bf825e0000000000000000000000000000000000000000000000000000000000000002",
"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": "0",
"status": 1,
"to_address": "0x00000000000000000000000000000000000a4b05",
"transaction_hash": "0x99348a6a99f0ab183324faffa68ea7eeefd7b03f6b074c860b9fc6e97be0bf7e",
"transaction_index": 0,
"transaction_type": 106,
"value": "0"
},
"..."
]
Query Parameters
Page number
Required range:
x >= 0
Page size
Required range:
1 <= x <= 100
Response
200
application/json
Successful response
curl --request GET \
--url https://data-api.cloud.ormi.dev/apechain/v1/transactions
[
{
"block_hash": "0xaed45b642aeed86ae64adc2ff4d84c3768c994c58a403f4fe0fa8dc196a9f1a0",
"block_number": 12550750,
"block_timestamp": "2025-03-31T16:19:13Z",
"contract_address": "",
"cumulative_gas_used": "92182",
"effective_gas_price": "25420690000",
"from_address": "0x4b6d2597ad515d533227e60ca3dff78cf3db6f36",
"gas": "294708",
"gas_price": "26920690000",
"gas_used": "92182",
"input": "0x42842e0e0000000000000000000000004b6d2597ad515d533227e60ca3dff78cf3db6f36000000000000000000000000bfa907cb4718b2648c06c7cea7ed7984823733f300000000000000000000000000000000000000000000000000000000000003f2",
"l1_fee": null,
"l1_fee_scalar": null,
"l1_gas_price": null,
"l1_gas_used": null,
"max_fee_per_gas": "35817931500",
"max_priority_fee_per_gas": "1500000000",
"nonce": "2485",
"status": 1,
"to_address": "0x5cb92cadff2562673ba59c5f510c23df5633696f",
"transaction_hash": "0x0b7b21399aeaaeb058514f7da1f702ae0a825ef73b2219038b13400f84884d9a",
"transaction_index": 1,
"transaction_type": 2,
"value": "0"
},
{
"block_hash": "0xaed45b642aeed86ae64adc2ff4d84c3768c994c58a403f4fe0fa8dc196a9f1a0",
"block_number": 12550750,
"block_timestamp": "2025-03-31T16:19:13Z",
"contract_address": "",
"cumulative_gas_used": "0",
"effective_gas_price": "25420690000",
"from_address": "0x00000000000000000000000000000000000a4b05",
"gas": "0",
"gas_price": "0",
"gas_used": "0",
"input": "0x6bf6a42d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000…00000000000000000000000000000000000000000000000000000bf825e0000000000000000000000000000000000000000000000000000000000000002",
"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": "0",
"status": 1,
"to_address": "0x00000000000000000000000000000000000a4b05",
"transaction_hash": "0x99348a6a99f0ab183324faffa68ea7eeefd7b03f6b074c860b9fc6e97be0bf7e",
"transaction_index": 0,
"transaction_type": 106,
"value": "0"
},
"..."
]