Transactions
Get earliest wallet transactions
Transactions
Get earliest wallet transactions
Lists the earliest transactions involving an address.
GET
/
apechain
/
v1
/
earliest
/
{walletAddress}
/
transactions
curl --request GET \
--url https://data-api.cloud.ormi.dev/apechain/v1/earliest/{walletAddress}/transactions
[
{
"block_hash": "0x326e74eb8577526bd05e1bff545d12be073a5f19a0cf52cb5ada6049abc9facc",
"block_number": 4327701,
"block_timestamp": "2024-11-15T13:32:14Z",
"contract_address": "",
"cumulative_gas_used": "44802",
"effective_gas_price": "25420690000",
"from_address": "0xf2e0085c5a3a867a4f03fc7c24824f30841c586c",
"gas": "267780",
"gas_price": "45420690000",
"gas_used": "44802",
"input": "0x",
"l1_fee": null,
"l1_fee_scalar": null,
"l1_gas_price": null,
"l1_gas_used": null,
"max_fee_per_gas": "45420690000",
"max_priority_fee_per_gas": "45420690000",
"nonce": "562",
"status": 1,
"to_address": "0x00000000000f7e000644657dc9417b185962645a",
"transaction_hash": "0x67c4fb876a799164d9a954a33f9e6290c985d257d26da754027de76afb551be7",
"transaction_index": 1,
"transaction_type": 2,
"value": "1000000000000000000"
},
{
"block_hash": "0x91ec77da3493157a2cf74ce07dfc7c28587f4778b2572966a5b69f99e2e4baf3",
"block_number": 4328107,
"block_timestamp": "2024-11-15T13:43:12Z",
"contract_address": "",
"cumulative_gas_used": "54190",
"effective_gas_price": "25420690000",
"from_address": "0xf2e0085c5a3a867a4f03fc7c24824f30841c586c",
"gas": "54993",
"gas_price": "25420690000",
"gas_used": "54190",
"input": "0xca5eb5e1000000000000000000000000f2e0085c5a3a867a4f03fc7c24824f30841c586c",
"l1_fee": null,
"l1_fee_scalar": null,
"l1_gas_price": null,
"l1_gas_used": null,
"max_fee_per_gas": "25420690000",
"max_priority_fee_per_gas": "25420690000",
"nonce": "563",
"status": 1,
"to_address": "0x00000000000f7e000644657dc9417b185962645a",
"transaction_hash": "0x48b150c007435c6bc5864f6e1978a9fbd92d76b92800a1f3c1ba47d39253fd9d",
"transaction_index": 1,
"transaction_type": 2,
"value": "0"
}
]
Path Parameters
A wallet address.
Response
200 - application/json
OK
curl --request GET \
--url https://data-api.cloud.ormi.dev/apechain/v1/earliest/{walletAddress}/transactions
[
{
"block_hash": "0x326e74eb8577526bd05e1bff545d12be073a5f19a0cf52cb5ada6049abc9facc",
"block_number": 4327701,
"block_timestamp": "2024-11-15T13:32:14Z",
"contract_address": "",
"cumulative_gas_used": "44802",
"effective_gas_price": "25420690000",
"from_address": "0xf2e0085c5a3a867a4f03fc7c24824f30841c586c",
"gas": "267780",
"gas_price": "45420690000",
"gas_used": "44802",
"input": "0x",
"l1_fee": null,
"l1_fee_scalar": null,
"l1_gas_price": null,
"l1_gas_used": null,
"max_fee_per_gas": "45420690000",
"max_priority_fee_per_gas": "45420690000",
"nonce": "562",
"status": 1,
"to_address": "0x00000000000f7e000644657dc9417b185962645a",
"transaction_hash": "0x67c4fb876a799164d9a954a33f9e6290c985d257d26da754027de76afb551be7",
"transaction_index": 1,
"transaction_type": 2,
"value": "1000000000000000000"
},
{
"block_hash": "0x91ec77da3493157a2cf74ce07dfc7c28587f4778b2572966a5b69f99e2e4baf3",
"block_number": 4328107,
"block_timestamp": "2024-11-15T13:43:12Z",
"contract_address": "",
"cumulative_gas_used": "54190",
"effective_gas_price": "25420690000",
"from_address": "0xf2e0085c5a3a867a4f03fc7c24824f30841c586c",
"gas": "54993",
"gas_price": "25420690000",
"gas_used": "54190",
"input": "0xca5eb5e1000000000000000000000000f2e0085c5a3a867a4f03fc7c24824f30841c586c",
"l1_fee": null,
"l1_fee_scalar": null,
"l1_gas_price": null,
"l1_gas_used": null,
"max_fee_per_gas": "25420690000",
"max_priority_fee_per_gas": "25420690000",
"nonce": "563",
"status": 1,
"to_address": "0x00000000000f7e000644657dc9417b185962645a",
"transaction_hash": "0x48b150c007435c6bc5864f6e1978a9fbd92d76b92800a1f3c1ba47d39253fd9d",
"transaction_index": 1,
"transaction_type": 2,
"value": "0"
}
]