Activities
A readable feed of what an account did onchain.
List address activities
/v1/addresses/{address}/activitiesGet a human-readable feed of what an address has been doing onchain, including payments sent and received, swaps, approvals, and more.
Path Parameters
Query Parameters
Which Tempo network to query. Use the alias mainnet or testnet, or a numeric chain id. Defaults to mainnet when omitted.
stringmainnettestnetnumberstringOpaque keyset cursor from a previous response (nextCursor); pass it back verbatim to fetch the next page. Omit for the first (head) page.
booleanSet 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.
integer·min 5·max 200·default 10How many items to return per page (5–200, default 10).
Responses
integerHow many requests you may make in the current time window. Not sent on cached responses or 402 payment challenges.
integerHow many requests you have left in the current window before you are rate-limited. Not sent on cached responses or 402 payment challenges.
integerWhen the current window resets, as a Unix timestamp in seconds. Not sent on cached responses or 402 payment challenges.
stringWhich quota this request counted against (e.g. data:read). Not sent on cached responses or 402 payment challenges.
stringA unique id for this request, returned on every response (and as requestId in error bodies). Include it when contacting support so we can find your request.
Activity feed entries for the address.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectTransfer details, using the /transfers shape plus feed-only fields such as direction and signer.
stringMPP service name matched from the transfer memo, when Tempo recognizes the fingerprint.
integer·min 0·max 9007199254740991Block number where this transfer was included.
objectToken and amount delivered to the recipient when it differs from the source token — a cross-token transfer routed through the DEX. Omitted for a same-token transfer.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringThe address’s side of the transfer: in means received, and out means sent.
inoutstringText memo attached to the transfer, when one was provided.
stringAddress that received the transfer.
stringAddress that sent the transfer.
For outbound transfers, who signed it: self or the access-key address. Omitted for inbound transfers.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount that moved in the transfer.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
string <date-time>Block timestamp for the transfer.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA token mint activity.
stringAddress that received the transfer.
objectToken and amount that were minted.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA token burn activity.
stringAddress whose token balance was burned.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount that were burned.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectSwap inferred from token transfers through the DEX precompile. This feed entry is a summary, so per-fill details, route, and rate are not included.
objectToken the address received in the swap.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken the address sent into the swap.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA token allowance approval activity.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and allowance amount approved for spending.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA payment-channel session close activity.
objectToken refunded to the address when the session closed, if any.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn access key was created for the account.
stringAccount this access key was authorized for.
integer·min -9007199254740991·max 9007199254740991Access-key expiration time as a Unix timestamp.
stringPublic key for the authorized access key.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn access key was revoked from the account.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA new TIP-20 token was created.
stringContract address of the new TIP-20 token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA compliance burn of funds the receive policy blocked, distinct from a normal burn.
stringAddress whose blocked balance was burned by policy.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount that were burned.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA payment channel was opened and funded.
stringAddress that receives payments from the channel.
stringAddress that funds the channel.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and deposit amount locked into the channel.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA payment channel deposit was topped up.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount added to the channel deposit.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn incremental payment-channel settlement to the payee.
stringAddress that received the settled payment.
stringAddress that funded the channel.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount paid out in this settlement.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA payment channel was closed, paying out the payee and refunding the payer.
stringAddress that receives payments from the channel.
stringAddress that funded the channel.
objectToken and amount refunded to the payer on close, if any.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and final amount paid out to the payee on close, if any.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA pending payment-channel close request was cancelled.
stringAddress that receives payments from the channel.
stringAddress that funds the channel.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA limit order was placed on the stablecoin DEX.
stringOrder side: bid buys the base token, ask sells it.
bidaskWho signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount escrowed for the order.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA DEX order was cancelled.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAccrued validator fees were distributed.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount of fees distributed.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA fee-AMM rebalance swap between a validator and user token.
objectToken and amount received from the fee AMM.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount sent into the fee AMM.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA token reward pool was funded.
stringAddress that funded the reward pool.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount added to the reward pool.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA holder redirected where their token rewards are paid.
stringHolder whose rewards were redirected.
stringAddress that now receives the holder’s rewards.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn access key’s per-token spending limit was updated.
stringAccount the access key belongs to.
stringPublic key of the access key whose limit changed.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and new spending limit set for the access key.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA resting DEX order was filled by a taker.
stringMaker whose resting order was filled.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA flip order was rotated to the opposite side after filling.
integer·min -9007199254740991·max 9007199254740991Price tick the flipped order was placed at.
stringMaker the order belongs to.
stringSide of the flipped order: bid buys the base token, ask sells it.
bidaskWho signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount the flipped order rests with.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA new trading pair was created on the stablecoin DEX.
stringBase token of the new trading pair.
stringQuote token of the new trading pair.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-20 token was paused or unpaused.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-20 token’s supply cap was changed.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringNew maximum total supply, in the token’s smallest unit.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-20 token’s transfer policy was changed.
stringIdentifier of the transfer policy now linked to the token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-20 token’s quote token was changed.
stringToken now used as the quote token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-20 token’s next quote token was queued.
stringToken queued to become the next quote token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-20 token’s logo URI was changed.
stringNew logo URL for the token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA role was granted to or revoked from an account.
stringAccount whose role membership changed.
booleanWhether the role was granted (true) or revoked (false).
stringAddress that made the role change.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA role’s admin role was changed.
stringAddress that changed the admin role.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn account’s fee-payment token was set.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringToken the user will pay fees in.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator’s fee-payout token was set.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringToken the validator will be paid fees in.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-403 compliance policy was created.
integer·min -9007199254740991·max 9007199254740991Numeric policy type.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-403 policy’s admin was changed.
stringNew admin of the policy.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn account’s whitelist status on a policy was changed.
stringAccount whose whitelist status changed.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn account’s blacklist status on a policy was changed.
stringAccount whose blacklist status changed.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-403 compound policy was created from sub-policies.
stringAddress that created the compound policy.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA master contract was registered in the address registry.
stringAddress of the registered master contract.
stringIdentifier of the master contract (a bytes4 selector).
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn account or access-key nonce was advanced.
stringAccount whose nonce advanced.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA key-authorization witness was recorded.
stringAccount the witness belongs to.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA key-authorization witness was consumed.
stringAccount the witness belonged to.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator was added to the validator set.
stringValidator fee recipient address.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator was deactivated.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator’s keys and endpoints were rotated.
stringAddress that rotated the validator.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator’s fee recipient was changed.
stringAddress that changed the fee recipient.
stringNew validator fee recipient.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator’s network endpoints were changed.
stringAddress that changed the endpoints.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator’s owner address was changed.
stringAddress that transferred ownership.
stringNew validator owner address.
stringPrevious validator owner address.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectContract ownership was transferred.
stringNew contract owner.
stringPrevious contract owner.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator was migrated.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator migration was skipped.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA network-identity rotation epoch was scheduled.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA contract was initialized.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA transaction the address sent or paid for that Tempo could not classify into a known activity type. The decoded and raw logs are surfaced in the top-level events array.
A group of consecutive activity items signed by the same access key.
objectGrouped activity entries folded together for readability.
Activity items included in this group.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectTransfer details, using the /transfers shape plus feed-only fields such as direction and signer.
stringMPP service name matched from the transfer memo, when Tempo recognizes the fingerprint.
integer·min 0·max 9007199254740991Block number where this transfer was included.
objectToken and amount delivered to the recipient when it differs from the source token — a cross-token transfer routed through the DEX. Omitted for a same-token transfer.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringThe address’s side of the transfer: in means received, and out means sent.
inoutstringText memo attached to the transfer, when one was provided.
stringAddress that received the transfer.
stringAddress that sent the transfer.
For outbound transfers, who signed it: self or the access-key address. Omitted for inbound transfers.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount that moved in the transfer.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
string <date-time>Block timestamp for the transfer.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA token mint activity.
stringAddress that received the transfer.
objectToken and amount that were minted.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA token burn activity.
stringAddress whose token balance was burned.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount that were burned.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectSwap inferred from token transfers through the DEX precompile. This feed entry is a summary, so per-fill details, route, and rate are not included.
objectToken the address received in the swap.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken the address sent into the swap.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA token allowance approval activity.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and allowance amount approved for spending.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA payment-channel session close activity.
objectToken refunded to the address when the session closed, if any.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn access key was created for the account.
stringAccount this access key was authorized for.
integer·min -9007199254740991·max 9007199254740991Access-key expiration time as a Unix timestamp.
stringPublic key for the authorized access key.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn access key was revoked from the account.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA new TIP-20 token was created.
stringContract address of the new TIP-20 token.
stringDisplay currency for the token, such as USD.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA compliance burn of funds the receive policy blocked, distinct from a normal burn.
stringAddress whose blocked balance was burned by policy.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount that were burned.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA payment channel was opened and funded.
stringAddress that receives payments from the channel.
stringAddress that funds the channel.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and deposit amount locked into the channel.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA payment channel deposit was topped up.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount added to the channel deposit.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn incremental payment-channel settlement to the payee.
stringAddress that received the settled payment.
stringAddress that funded the channel.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount paid out in this settlement.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA payment channel was closed, paying out the payee and refunding the payer.
stringAddress that receives payments from the channel.
stringAddress that funded the channel.
objectToken and amount refunded to the payer on close, if any.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and final amount paid out to the payee on close, if any.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA pending payment-channel close request was cancelled.
stringAddress that receives payments from the channel.
stringAddress that funds the channel.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA limit order was placed on the stablecoin DEX.
stringOrder side: bid buys the base token, ask sells it.
bidaskWho signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount escrowed for the order.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA DEX order was cancelled.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAccrued validator fees were distributed.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount of fees distributed.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA fee-AMM rebalance swap between a validator and user token.
objectToken and amount received from the fee AMM.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount sent into the fee AMM.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA token reward pool was funded.
stringAddress that funded the reward pool.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount added to the reward pool.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA holder redirected where their token rewards are paid.
stringHolder whose rewards were redirected.
stringAddress that now receives the holder’s rewards.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn access key’s per-token spending limit was updated.
stringAccount the access key belongs to.
stringPublic key of the access key whose limit changed.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and new spending limit set for the access key.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA resting DEX order was filled by a taker.
stringAmount filled, in the token’s smallest unit.
stringMaker whose resting order was filled.
booleanWhether the order was only partially filled.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA flip order was rotated to the opposite side after filling.
integer·min -9007199254740991·max 9007199254740991Price tick the flipped order was placed at.
stringMaker the order belongs to.
stringSide of the flipped order: bid buys the base token, ask sells it.
bidaskWho signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount the flipped order rests with.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA new trading pair was created on the stablecoin DEX.
stringBase token of the new trading pair.
stringQuote token of the new trading pair.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-20 token was paused or unpaused.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-20 token’s supply cap was changed.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringNew maximum total supply, in the token’s smallest unit.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-20 token’s transfer policy was changed.
stringIdentifier of the transfer policy now linked to the token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-20 token’s quote token was changed.
stringToken now used as the quote token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-20 token’s next quote token was queued.
stringToken queued to become the next quote token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-20 token’s logo URI was changed.
stringNew logo URL for the token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA role was granted to or revoked from an account.
stringAccount whose role membership changed.
booleanWhether the role was granted (true) or revoked (false).
stringIdentifier of the role (a bytes32 role hash).
stringAddress that made the role change.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA role’s admin role was changed.
stringIdentifier of the new admin role.
stringIdentifier of the role whose admin changed.
stringAddress that changed the admin role.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn account’s fee-payment token was set.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringToken the user will pay fees in.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator’s fee-payout token was set.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringToken the validator will be paid fees in.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-403 compliance policy was created.
integer·min -9007199254740991·max 9007199254740991Numeric policy type.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-403 policy’s admin was changed.
stringNew admin of the policy.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn account’s whitelist status on a policy was changed.
stringAccount whose whitelist status changed.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn account’s blacklist status on a policy was changed.
stringAccount whose blacklist status changed.
booleanWhether the account is now blacklisted.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-403 compound policy was created from sub-policies.
stringAddress that created the compound policy.
stringSub-policy applied to mint recipients.
stringIdentifier of the created compound policy.
stringSub-policy applied to recipients.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA master contract was registered in the address registry.
stringAddress of the registered master contract.
stringIdentifier of the master contract (a bytes4 selector).
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn account or access-key nonce was advanced.
stringAccount whose nonce advanced.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA key-authorization witness was recorded.
stringAccount the witness belongs to.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA key-authorization witness was consumed.
stringAccount the witness belonged to.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator was added to the validator set.
stringEgress network endpoint.
stringValidator fee recipient address.
stringIngress network endpoint.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator was deactivated.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator’s keys and endpoints were rotated.
stringAddress that rotated the validator.
stringIndex of the deactivated validator entry.
stringEgress network endpoint.
stringIngress network endpoint.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator’s fee recipient was changed.
stringAddress that changed the fee recipient.
stringNew validator fee recipient.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator’s network endpoints were changed.
stringAddress that changed the endpoints.
stringEgress network endpoint.
stringIngress network endpoint.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator’s owner address was changed.
stringAddress that transferred ownership.
stringNew validator owner address.
stringPrevious validator owner address.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectContract ownership was transferred.
stringNew contract owner.
stringPrevious contract owner.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator was migrated.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator migration was skipped.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA network-identity rotation epoch was scheduled.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA contract was initialized.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA transaction the address sent or paid for that Tempo could not classify into a known activity type. The decoded and raw logs are surfaced in the top-level events array.
stringThe shared perspective of the items in this group (see an item’s perspective).
incomingoutgoingstringStable group ID derived from the activity IDs inside the group.
string <date-time>Timestamp of the first item in the group, as an ISO 8601 string.
string·const GroupHuman-readable label for this entry, suitable for display in a feed.
objectWhat went wrong.
stringA short, stable code you can branch on in your code (e.g. token_not_found).
query_invalidparam_invalidbody_invalidaddress_invalidtoken_invalidobject[]A list of specific problems, when the error is about your request (e.g. invalid fields).
objectWhat went wrong.
stringA short, stable code you can branch on in your code (e.g. token_not_found).
api_key_missingapi_key_invalidunauthorizedobject[]A list of specific problems, when the error is about your request (e.g. invalid fields).
stringOn a 402 response, the payment challenge to satisfy. Use it to build the Authorization: Payment credential and retry the request.
integerHow many requests you may make in the current time window. Not sent on cached responses or 402 payment challenges.
integerHow many requests you have left in the current window before you are rate-limited. Not sent on cached responses or 402 payment challenges.
integerWhen the current window resets, as a Unix timestamp in seconds. Not sent on cached responses or 402 payment challenges.
stringWhich quota this request counted against (e.g. data:read). Not sent on cached responses or 402 payment challenges.
stringA unique id for this request, returned on every response (and as requestId in error bodies). Include it when contacting support so we can find your request.
integerHow many seconds to wait before trying again. Sent with 429 (rate-limited) responses.
objectWhat went wrong.
stringA short, stable code you can branch on in your code (e.g. token_not_found).
rate_limit_exceededpayment_requiredobject[]A list of specific problems, when the error is about your request (e.g. invalid fields).
objectWhat went wrong.
stringA short, stable code you can branch on in your code (e.g. token_not_found).
internal_errorobject[]A list of specific problems, when the error is about your request (e.g. invalid fields).
objectWhat went wrong.
stringA short, stable code you can branch on in your code (e.g. token_not_found).
upstream_errorobject[]A list of specific problems, when the error is about your request (e.g. invalid fields).
List transaction activities
/v1/transactions/{transactionHash}/activitiesGet a human-readable list of what happened on one transaction onchain, including payments, swaps, approvals, and more.
Path Parameters
Query Parameters
Which Tempo network to query. Use the alias mainnet or testnet, or a numeric chain id. Defaults to mainnet when omitted.
stringmainnettestnetnumberResponses
integerHow many requests you may make in the current time window. Not sent on cached responses or 402 payment challenges.
integerHow many requests you have left in the current window before you are rate-limited. Not sent on cached responses or 402 payment challenges.
integerWhen the current window resets, as a Unix timestamp in seconds. Not sent on cached responses or 402 payment challenges.
stringWhich quota this request counted against (e.g. data:read). Not sent on cached responses or 402 payment challenges.
stringA unique id for this request, returned on every response (and as requestId in error bodies). Include it when contacting support so we can find your request.
Activity items classified from the transaction.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectTransfer details, using the /transfers shape plus feed-only fields such as direction and signer.
stringMPP service name matched from the transfer memo, when Tempo recognizes the fingerprint.
integer·min 0·max 9007199254740991Block number where this transfer was included.
objectToken and amount delivered to the recipient when it differs from the source token — a cross-token transfer routed through the DEX. Omitted for a same-token transfer.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringThe address’s side of the transfer: in means received, and out means sent.
inoutstringText memo attached to the transfer, when one was provided.
stringAddress that received the transfer.
stringAddress that sent the transfer.
For outbound transfers, who signed it: self or the access-key address. Omitted for inbound transfers.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount that moved in the transfer.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
string <date-time>Block timestamp for the transfer.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA token mint activity.
stringAddress that received the transfer.
objectToken and amount that were minted.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA token burn activity.
stringAddress whose token balance was burned.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount that were burned.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectSwap inferred from token transfers through the DEX precompile. This feed entry is a summary, so per-fill details, route, and rate are not included.
objectToken the address received in the swap.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken the address sent into the swap.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA token allowance approval activity.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and allowance amount approved for spending.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA payment-channel session close activity.
objectToken refunded to the address when the session closed, if any.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn access key was created for the account.
stringAccount this access key was authorized for.
integer·min -9007199254740991·max 9007199254740991Access-key expiration time as a Unix timestamp.
stringPublic key for the authorized access key.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn access key was revoked from the account.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA new TIP-20 token was created.
stringContract address of the new TIP-20 token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA compliance burn of funds the receive policy blocked, distinct from a normal burn.
stringAddress whose blocked balance was burned by policy.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount that were burned.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA payment channel was opened and funded.
stringAddress that receives payments from the channel.
stringAddress that funds the channel.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and deposit amount locked into the channel.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA payment channel deposit was topped up.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount added to the channel deposit.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn incremental payment-channel settlement to the payee.
stringAddress that received the settled payment.
stringAddress that funded the channel.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount paid out in this settlement.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA payment channel was closed, paying out the payee and refunding the payer.
stringAddress that receives payments from the channel.
stringAddress that funded the channel.
objectToken and amount refunded to the payer on close, if any.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and final amount paid out to the payee on close, if any.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA pending payment-channel close request was cancelled.
stringAddress that receives payments from the channel.
stringAddress that funds the channel.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA limit order was placed on the stablecoin DEX.
stringOrder side: bid buys the base token, ask sells it.
bidaskWho signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount escrowed for the order.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA DEX order was cancelled.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAccrued validator fees were distributed.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount of fees distributed.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA fee-AMM rebalance swap between a validator and user token.
objectToken and amount received from the fee AMM.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount sent into the fee AMM.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA token reward pool was funded.
stringAddress that funded the reward pool.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount added to the reward pool.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA holder redirected where their token rewards are paid.
stringHolder whose rewards were redirected.
stringAddress that now receives the holder’s rewards.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn access key’s per-token spending limit was updated.
stringAccount the access key belongs to.
stringPublic key of the access key whose limit changed.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and new spending limit set for the access key.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA resting DEX order was filled by a taker.
stringMaker whose resting order was filled.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA flip order was rotated to the opposite side after filling.
integer·min -9007199254740991·max 9007199254740991Price tick the flipped order was placed at.
stringMaker the order belongs to.
stringSide of the flipped order: bid buys the base token, ask sells it.
bidaskWho signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
objectToken and amount the flipped order rests with.
stringThe TIP-20 token contract address on Tempo.
stringA non-negative whole number, given as a decimal string so very large token amounts keep full precision. Expressed in the smallest unit of the token.
stringThe currency label for this token, such as USD for USD-denominated stablecoins.
integer·min 0·max 9007199254740991The number of decimal places the token uses; Tempo stablecoins typically use 6.
stringA URL for the token’s logo image, when one is available.
stringThe short ticker symbol wallets and apps show for this token.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA new trading pair was created on the stablecoin DEX.
stringBase token of the new trading pair.
stringQuote token of the new trading pair.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-20 token was paused or unpaused.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-20 token’s supply cap was changed.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringNew maximum total supply, in the token’s smallest unit.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-20 token’s transfer policy was changed.
stringIdentifier of the transfer policy now linked to the token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-20 token’s quote token was changed.
stringToken now used as the quote token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-20 token’s next quote token was queued.
stringToken queued to become the next quote token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-20 token’s logo URI was changed.
stringNew logo URL for the token.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA role was granted to or revoked from an account.
stringAccount whose role membership changed.
booleanWhether the role was granted (true) or revoked (false).
stringAddress that made the role change.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA role’s admin role was changed.
stringAddress that changed the admin role.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn account’s fee-payment token was set.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringToken the user will pay fees in.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator’s fee-payout token was set.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringToken the validator will be paid fees in.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-403 compliance policy was created.
integer·min -9007199254740991·max 9007199254740991Numeric policy type.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-403 policy’s admin was changed.
stringNew admin of the policy.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn account’s whitelist status on a policy was changed.
stringAccount whose whitelist status changed.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn account’s blacklist status on a policy was changed.
stringAccount whose blacklist status changed.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA TIP-403 compound policy was created from sub-policies.
stringAddress that created the compound policy.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA master contract was registered in the address registry.
stringAddress of the registered master contract.
stringIdentifier of the master contract (a bytes4 selector).
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectAn account or access-key nonce was advanced.
stringAccount whose nonce advanced.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA key-authorization witness was recorded.
stringAccount the witness belongs to.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA key-authorization witness was consumed.
stringAccount the witness belonged to.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator was added to the validator set.
stringValidator fee recipient address.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator was deactivated.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator’s keys and endpoints were rotated.
stringAddress that rotated the validator.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator’s fee recipient was changed.
stringAddress that changed the fee recipient.
stringNew validator fee recipient.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator’s network endpoints were changed.
stringAddress that changed the endpoints.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator’s owner address was changed.
stringAddress that transferred ownership.
stringNew validator owner address.
stringPrevious validator owner address.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectContract ownership was transferred.
stringNew contract owner.
stringPrevious contract owner.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator was migrated.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA validator migration was skipped.
Who signed the activity: self, or the access-key address used to sign it.
string·const selfstringAn account address — the 0x-prefixed 20-byte identifier for a wallet or contract, returned in lowercase.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA network-identity rotation epoch was scheduled.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA contract was initialized.
stringYour role in the transaction: outgoing when you sent or paid for it, incoming when it happened to you (someone else initiated it). For a transfer, data.direction is the finer-grained token-flow view.
incomingoutgoingobject[]Every log in the transaction, decoded when possible, so nothing is hidden. Returned only when the request sets logs=true, except on unknown items where it is always present.
stringContract address that emitted the log.
objectDecoded event arguments keyed by parameter name, present when the log matched a known ABI. Integer values are decimal strings.
stringUnindexed log data as a hex string (0x when empty).
stringEvent name decoded from the viem/tempo ABIs, present when the log matched a known ABI.
integer·min 0·max 9007199254740991Log index for this log within the block.
stringHuman-readable label for the decoded event, present when the log matched a known ABI.
stringStable activity ID built from the transaction hash and log index (${transactionHash}-${logIndex}).
integer·min 0·max 9007199254740991Log index for this activity within the block.
string <date-time>Block timestamp as an ISO 8601 string.
stringHuman-readable label for the activity type, suitable for display in a feed. Past-tense, sentence case (e.g. Token transferred, Tokens swapped, Burn blocked).
stringTransaction hash for this activity.
objectA transaction the address sent or paid for that Tempo could not classify into a known activity type. The decoded and raw logs are surfaced in the top-level events array.
objectWhat went wrong.
stringA short, stable code you can branch on in your code (e.g. token_not_found).
query_invalidparam_invalidbody_invalidaddress_invalidtoken_invalidobject[]A list of specific problems, when the error is about your request (e.g. invalid fields).
objectWhat went wrong.
stringA short, stable code you can branch on in your code (e.g. token_not_found).
api_key_missingapi_key_invalidunauthorizedobject[]A list of specific problems, when the error is about your request (e.g. invalid fields).
stringOn a 402 response, the payment challenge to satisfy. Use it to build the Authorization: Payment credential and retry the request.
objectWhat went wrong.
stringA short, stable code you can branch on in your code (e.g. token_not_found).
transaction_not_foundobject[]A list of specific problems, when the error is about your request (e.g. invalid fields).
integerHow many requests you may make in the current time window. Not sent on cached responses or 402 payment challenges.
integerHow many requests you have left in the current window before you are rate-limited. Not sent on cached responses or 402 payment challenges.
integerWhen the current window resets, as a Unix timestamp in seconds. Not sent on cached responses or 402 payment challenges.
stringWhich quota this request counted against (e.g. data:read). Not sent on cached responses or 402 payment challenges.
stringA unique id for this request, returned on every response (and as requestId in error bodies). Include it when contacting support so we can find your request.
integerHow many seconds to wait before trying again. Sent with 429 (rate-limited) responses.
objectWhat went wrong.
stringA short, stable code you can branch on in your code (e.g. token_not_found).
rate_limit_exceededpayment_requiredobject[]A list of specific problems, when the error is about your request (e.g. invalid fields).
objectWhat went wrong.
stringA short, stable code you can branch on in your code (e.g. token_not_found).
internal_errorobject[]A list of specific problems, when the error is about your request (e.g. invalid fields).
objectWhat went wrong.
stringA short, stable code you can branch on in your code (e.g. token_not_found).
upstream_errorobject[]A list of specific problems, when the error is about your request (e.g. invalid fields).
Was this helpful?