Fetch paginated transactions for up to 10 EVM addresses and 10 EVM chains with one API call. Useful for building Activity Feeds.
0.1
credits (e.g. requests that return with status 200
but no items).Calls without logs cost 0.1
credits/item.Calls with-logs
costs 0.2
credits/item.Calls with-decoded-logs
costs 0.25
credits/item.The following tracing features each cost 0.05
per transaction that they are available for:with-internal
- includes internal transfers/transactions.with-state
- includes all transaction state changes with before and after values.with-input-data
- includes the transaction’s input data such as the Method ID.eth-mainnet
demo.eth
) are not supported.Bearer authentication header of the form: Bearer <token>
, where <token>
is your GoldRush API Key.
Comma separated list of chain names or IDs to retrieve transactions from. Defaults to all foundational chains.
Comma separated list of addresses for which transactions are fetched.
Number of transactions to return per page, up to the default max of 100 items.
Pagination cursor pointing to fetch transactions before a certain point.
Pagination cursor pointing to fetch transactions after a certain point.
Whether to include raw logs in the response.
Whether to include decoded logs in the response.
Whether to include internal transfers/transactions.
Whether to include all transaction state changes with before and after values.
Whether to include the transaction's input data such as the Method ID.
The currency to convert. Supports USD
, CAD
, EUR
, SGD
, INR
, JPY
, VND
, CNY
, KRW
, RUB
, TRY
, NGN
, ARS
, AUD
, CHF
, GBP
, BTC
and ETH
.
Successful response
The response is of type object
.