GET
/
v1
/
allchains
/
transactions
/
Credit Cost: 0.25 per item.
Processing: Realtime

Base cost is 0.1 credits (e.g. requests that return with status 200 but no items).

Calls without logs cost 0.1 credits/item. The base cost is also 0.1 credits for requests that return with status 200 but no items.

Calls with-logs costs 0.2 credits/item.

Calls with-decoded-logs costs 0.25 credits/item.

Note - EVM only chains and addresses are supported.

Query Parameters

chains
string

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

addresses
string

Comma separated list of addresses for which transactions are fetched.

limit
integer

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

before
string

Pagination cursor pointing to fetch transactions before a certain point.

after
string

Pagination cursor pointing to fetch transactions after a certain point.

with-logs
boolean

Whether to include raw logs in the response.

with-decoded-logs
boolean

Whether to include decoded logs in the response.

quote-currency
string

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

200 - application/json
updated_at
string

Timestamp for when the data was last updated.

cursor_before
string

Pagination cursor pointing to the previous page.

cursor_after
string

Pagination cursor pointing to the next page.

quote_currency
string

The requested quote currency eg: USD.

items
object[]

List of transactions returned by the API.