get https://api.parsiq.net/tsunami///address//txs
Get transaction history for a wallet address
Authorization required to use this endpoint
To get your API key, follow the instruction here.
The Get Wallet Transactions endpoint retrieves historical transaction data for a particular wallet address
that must be specified. The range must be defined by block_number
, timestamp
, or block_hash
. Find more information on range parameters here.
The request demonstrated below will obtain all transactions made on the specified wallet address on Ethereum Mainnet. Be sure to replace YOUR_API_KEY
with your actual API key.
curl --request GET
--url 'https://api.parsiq.net/tsunami/eip155-1/v1/address/0x34Ea809d0297bd3fdBCc8Ce16A928aF958D56EBD/txs?block_number_start=1&block_number_end=latest' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY'
