GET
/
apechain
/
v1
/
recent
/
{walletAddress}
/
transactions
curl --request GET \
  --url https://data-api.cloud.ormi.dev/apechain/v1/recent/{walletAddress}/transactions
[
  {
    "block_hash": "0x83e850fb4e1a77da8981fe6fb1085cc65c5d7ddba7710c181749f200188b4a4d",
    "block_number": 1240257,
    "block_timestamp": "2024-10-23T23:08:33Z",
    "contract_address": "",
    "cumulative_gas_used": "127832",
    "effective_gas_price": "25420690000",
    "from_address": "0xd81724134f98b1c2258742436c4f0c8f58e0a9d3",
    "gas": "47086",
    "gas_price": "25420690000",
    "gas_used": "46698",
    "input": "0xa22cb465000000000000000000000000fbf166299d3c012de9efec0240d12756c1f4c0fc0000000000000000000000000000000000000000000000000000000000000001",
    "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": "686",
    "status": 1,
    "to_address": "0xcf9a9600d50874244ed6085773379a75cd60d72c",
    "transaction_hash": "0x4d9b6b49bc39f496014bd1d224e7e9890a2caddbf87868c327487d92faf293b9",
    "transaction_index": 3,
    "transaction_type": 2,
    "value": "0"
  },
  {
    "block_hash": "0x0ce069abd80f114d8e5a75fbf002a5f86e222b005fdf00cc94fbedd4803cb7da",
    "block_number": 1209441,
    "block_timestamp": "2024-10-23T20:59:35Z",
    "contract_address": "",
    "cumulative_gas_used": "46697",
    "effective_gas_price": "25420690000",
    "from_address": "0xa8726385981a81a5b9ec0c20062ea97a755ff256",
    "gas": "70629",
    "gas_price": "30504828000",
    "gas_used": "46697",
    "input": "0xa22cb4650000000000000000000000002052f8a2ff46283b30084e5d84c89a2fdbe7f74b0000000000000000000000000000000000000000000000000000000000000001",
    "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": "42",
    "status": 1,
    "to_address": "0xcf9a9600d50874244ed6085773379a75cd60d72c",
    "transaction_hash": "0xe9f1abdc91d761aae59263aa90b436921b212b9efb3cc89385d04586ab14b4f4",
    "transaction_index": 1,
    "transaction_type": 0,
    "value": "0"
  },
  "..."
]

Path Parameters

walletAddress
string
required

A wallet address.

Response

200 - application/json
OK
block_hash
string
required
block_number
integer
required
block_timestamp
string
required
decoded
string
required
from_address
string
required
gas
string
required
gas_price
string
required
input
string
required
max_fee_per_gas
string
required
max_priority_fee_per_gas
string
required
nonce
string
required
to_address
string
required
transaction_hash
string
required
transaction_index
integer
required
transaction_type
integer
required
value
string
required