v1

latestOpenAPI 3.1.0MIT2026-07-1716328.3 KB
Transactions

Get transactions by address

Retrieves native currency transfers and smart contract interactions (calls, internal txs) for an address.

get/get_transactions_by_address

Query parameters

chain_idstring required

The ID of the blockchain

addressstring required

Address which either sender or receiver of the transaction

age_fromstring date-time required

Start date and time (ISO 8601 format)

age_tostring date-time

End date and time (ISO 8601 format)

methodsstring

A method signature to filter transactions by

cursorstring

The pagination cursor from a previous response to get the next page of results

Response

List of transactions

data_descriptionstring[] nullable

Optional list of strings explaining the structure or fields of the data payload

notesstring[] nullable

Optional list of important warnings or contextual notes, such as data truncation alerts

instructionsstring[] nullable

Optional list of suggested follow-up actions for an AI agent