---
title: "Track Every Transaction on a NEAR Wallet"
description: "Can you monitor example.near and notify me whenever there is a new transaction? Check NearBlocks every 30 seconds and explain each activity in plain English."
canonical: "https://hub.ironclaw.com/usecases/track-every-transaction-on-a-near-wallet"
markdown: "https://hub.ironclaw.com/usecases/track-every-transaction-on-a-near-wallet.md"
type: "use-case"
categories: ["Web 3 / Crypto","Research"]
author: "IronHub community"
---

# Track Every Transaction on a NEAR Wallet

## Example Prompt

> Can you monitor example.near and notify me whenever there is a new transaction? Check NearBlocks every 30 seconds and explain each activity in plain English.

## What the Agent Does

The agent continuously monitors the specified NEAR wallet using blockchain explorer and indexing APIs. Every 30 seconds it checks for new transactions, token transfers, staking actions, NFT activity, contract interactions, and account changes. When new activity is detected, it generates a human-readable explanation of what happened and sends an alert through the user's preferred channel (Telegram, Discord, email, etc.). NearBlocks provides account transaction and action APIs that can be queried for wallet activity, making this type of monitoring workflow possible.

![Image](https://github.com/user-attachments/assets/26163d6d-0383-4852-9020-30c64f63c939)

## Skills and Tools

- NearBlocks API

## Categories

- Web 3 / Crypto
- Research

## Links

- [HTML page](https://hub.ironclaw.com/usecases/track-every-transaction-on-a-near-wallet)

