latestOpenAPI 3.1.02026-08-0837114837.8 KB

c099830c76a0

get-allchains-transactions

Fetch paginated transactions for up to 10 EVM addresses and 10 EVM chains with one API call. Useful for building Activity Feeds.

get/v1/allchains/transactions/

Query parameters

chainsstring

Comma separated list of chain names or IDs to retrieve transactions from. Defaults to all foundational chains.

addressesstring

Comma separated list of addresses for which transactions are fetched.

limitinteger

Number of transactions to return per page, up to the default max of 100 items.

beforestring

Pagination cursor pointing to fetch transactions before a certain point.

afterstring

Pagination cursor pointing to fetch transactions after a certain point.

with-logsboolean

Whether to include raw logs in the response.

with-decoded-logsboolean

Whether to include decoded logs in the response.

quote-currencystring

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

Response

Successful response

updated_atstring date-time

Timestamp for when the data was last updated.

cursor_beforestring

Pagination cursor pointing to the previous page.

cursor_afterstring

Pagination cursor pointing to the next page.

quote_currencystring

The requested quote currency eg: USD.