Skip to main content

v1/{chainName}/address/{walletAddress}/transactions_summary/ REST API Endpoint - GoldRush Wallet API

Loading...

Updated on
May 12, 2025

v1/{chainName}/address/{walletAddress}/transactions_summary/ REST API Endpoint - GoldRush Wallet API

Path Parameters

chainName
string
REQUIRED
Loading...
walletAddress
string
REQUIRED
Loading...

Query Parameters

quote-currency
string
Loading...
with-gas
boolean
Loading...

Returns

data
object
Loading...
updated_at
string
Loading...
address
string
Loading...
chain_id
integer
Loading...
chain_name
string
Loading...
items
array
Loading...
total_count
integer
Loading...
earliest_transaction
object
Loading...
block_signed_at
string
Loading...
tx_hash
string
Loading...
tx_detail_link
string
Loading...
latest_transaction
object
Loading...
block_signed_at
string
Loading...
tx_hash
string
Loading...
tx_detail_link
string
Loading...
gas_summary
object
Loading...
total_sent_count
integer
Loading...
total_fees_paid
string
Loading...
total_gas_quote
integer
Loading...
pretty_total_gas_quote
string
Loading...
average_gas_quote_per_tx
integer
Loading...
pretty_average_gas_quote_per_tx
string
Loading...
gas_metadata
object
Loading...
contract_decimals
integer
Loading...
contract_name
string
Loading...
contract_ticker_symbol
string
Loading...
contract_address
string
Loading...
supports_erc
array
Loading...
logo_url
string
Loading...
error
boolean
Loading...
error_message
string
Loading...
error_code
string
Loading...
Request
1
curl --location 'https://api.covalenthq.com/v1/eth-mainnet/address/0x00000000219ab540356cBB839Cbe05303d7705Fa/transactions_summary/' \
2
--header 'Content-Type: application/json' \
3
--header 'Authorization: Bearer YOUR_API_KEY'
Response
1
{
2
"data": {
3
"updated_at": "2025-04-29T21:17:47.930969862Z",
4
"address": "0x00000000219ab540356cbb839cbe05303d7705fa",
5
"chain_id": 1,
6
"chain_name": "eth-mainnet",
7
"items": [
8
{
9
"total_count": 865994,
10
"latest_transaction": {
11
"block_signed_at": "2025-04-29T20:26:11Z",
12
"tx_hash": "0xa0fe2ff2a766f10f54487aa3e57d0416e02dfcba863d531d30a3edb840d8ed76",
13
"tx_detail_link": "https://api.covalenthq.com/v1/eth-mainnet/transaction_v2/0xa0fe2ff2a766f10f54487aa3e57d0416e02dfcba863d531d30a3edb840d8ed76/"
14
},
15
"earliest_transaction": {
16
"block_signed_at": "2020-11-03T13:40:18Z",
17
"tx_hash": "0xf7651f26601196dce4a87cef996ea18762ebf5f31cec30c92b669c694083138e",
18
"tx_detail_link": "https://api.covalenthq.com/v1/eth-mainnet/transaction_v2/0xf7651f26601196dce4a87cef996ea18762ebf5f31cec30c92b669c694083138e/"
19
}
20
}
21
]
22
},
23
"error": false,
24
"error_message": null,
25
"error_code": null
26
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free