GET
/
v1
/
{chainName}
/
address
/
{walletAddress}
/
transactions_v3
/
page
/
{page}
/
Credit Cost: 0.1 per item.
Processing: Realtime

This endpoint returns paginated transactions, starting with the earliest transactions on page 0. For the most recent transactions, refer to the endpoint.

Requests that return status 200 and no data cost 0.1 credits.

Enabling no-logs reduces request cost to 0.05 per item.

Path Parameters

chainName
string
required

The chain name eg: eth-mainnet.

walletAddress
string
required

The requested address. Passing in an ENS, RNS, Lens Handle, or an Unstoppable Domain resolves automatically.

page
integer
required

The requested page, 0-indexed.

Query Parameters

quote-currency
string

The currency to convert. Supports USD, CAD, EUR, SGD, INR, JPY, VND, CNY, KRW, RUB, TRY, NGN, ARS, AUD, CHF, and GBP.

no-logs
boolean

Omit log events.

block-signed-at-asc
boolean

Sort the transactions in ascending chronological order. By default, it's set to false and returns transactions in descending chronological order.

Response

200 - application/json
address
string

The requested address.

updated_at
string

The timestamp when the response was generated. Useful to show data staleness to users.

quote_currency
string

The requested quote currency eg: USD.

chain_id
integer

The requested chain ID eg: 1.

chain_name
string

The requested chain name eg: eth-mainnet.

current_page
integer

The current page of the response.

links
object
items
object[]

List of response items.