Get transaction summary for address
Used to fetch the earliest and latest transactions, and the transaction count for a wallet. Also enriched with gas expenditure details and total ERC20 token transfers count.
Credit Cost
Processing
- Base cost is
1
credit. - Using
with-gas
is an additional1
credit. - Using
with-transfer-count
is an additional3
credits.
Authorizations
Bearer authentication header of the form: Bearer <token>
, where <token>
is your GoldRush API Key.
Path Parameters
The chain name eg: eth-mainnet
.
The requested address. Passing in an ENS
, RNS
, Lens Handle
, or an Unstoppable Domain
resolves automatically.
Query Parameters
The currency to convert. Supports USD
, CAD
, EUR
, SGD
, INR
, JPY
, VND
, CNY
, KRW
, RUB
, TRY
, NGN
, ARS
, AUD
, CHF
, and GBP
.
Include gas summary details. Response times may be impacted for wallets with large number of transactions.
Represents the total count of ERC-20 token movement events, including Transfer
, Deposit
and Withdraw
. Response times may be impacted for wallets with large number of transactions.
Response
The response is of type object
.