PerformanceBlog
Tempo MCP serverGive agents search and read tools for Tempo docs
Skip to content
LogoLogo

Activities

A readable feed of what an account did onchain.

List address activities

GET/v1/addresses/{address}/activities

Get a human-readable feed of what an address has been doing onchain, including payments sent and received, swaps, approvals, and more.

Path Parameters

addressRequired
string

Account address whose activity you want to list.

Example0xbe058e1c4df8a4366a387bf595b284246a93039e

Query Parameters

chainId

Which Tempo network to query. Use the alias mainnet or testnet, or a numeric chain id. Defaults to mainnet when omitted.

cursor
string

Opaque keyset cursor from a previous response (nextCursor); pass it back verbatim to fetch the next page. Omit for the first (head) page.

ExampleWzIzNDU2Nzg5LDBd
group
boolean

Set to true to fold consecutive items signed by the same access key on the same UTC day into group entries. Defaults to false, which returns every item separately.

Exampletrue
limit
integer·min 5·max 200·default 10

How many items to return per page (5–200, default 10).

Example10
logs
boolean

Set to true to attach each item’s full transaction log set (decoded when possible) as a top-level events array, so no co-located log is hidden. Defaults to false. unknown items always include it.

Exampletrue

Responses

List transaction activities

GET/v1/transactions/{transactionHash}/activities

Get a human-readable list of what happened on one transaction onchain, including payments, swaps, approvals, and more.

Path Parameters

transactionHashRequired
string

A 32-byte hash, 0x-prefixed and returned in lowercase, that identifies the transaction whose activity you want to list.

Example0x4845ae2098724ab26a5d89370dce5124d044be6a5acc164afc348662de67d474

Query Parameters

chainId

Which Tempo network to query. Use the alias mainnet or testnet, or a numeric chain id. Defaults to mainnet when omitted.

logs
boolean

Set to true to attach each item’s full transaction log set (decoded when possible) as a top-level events array, so no co-located log is hidden. Defaults to false. unknown items always include it.

Exampletrue

Responses