GET
/
{chainName}
/
v1
/
bulk
/
transactions
/
{walletAddress}
/
{timeBucket}

Path Parameters

walletAddress
string
required

The requested address.

timeBucket
integer
required

The 0-indexed 15-minute time bucket.

chainName
string
required

Name of the blockchain (e.g., ethereum, polygon, bsc)

Response

200 - application/json
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