Commonly used to fetch the transactions involving an address including the decoded log events in a paginated fashion.
This endpoint returns paginated transactions, starting with the earliest transactions on page 0. For the most recent transactions, refer to the Get recent transactions for address (v3) endpoint.
Requests that return status 200 and no data cost 0.1 credits.
Enabling no-logs
reduces request cost to 0.05 per item.
Related guides
Bearer authentication header of the form: Bearer <token>
, where <token>
is your GoldRush API Key.
The chain name eg: eth-mainnet
.
The requested address. Passing in an ENS
, RNS
, Lens Handle
, or an Unstoppable Domain
resolves automatically.
The requested page, 0-indexed.
The currency to convert. Supports USD
, CAD
, EUR
, SGD
, INR
, JPY
, VND
, CNY
, KRW
, RUB
, TRY
, NGN
, ARS
, AUD
, CHF
, and GBP
.
Omit log events.
Sort the transactions in ascending chronological order. By default, it's set to false
and returns transactions in descending chronological order.
Successful response
The response is of type object
.