|
Monitor Docs
API ReferenceExpression Language

Getting Started

Quick setup and overview

Documentation

Guides & Tutorials

Learn expressions and advanced concepts

Expression Language

Examples

API Documentation

Complete API reference and endpoints

API Basics

Monitors

Contracts

Address Groups

Overview

Address group management

Create Group

Create new address group

List Groups

Get all address groups

Get Group

Get group details

Delete Group

Remove address group

Add Addresses

Add addresses to group

Remove Addresses

Remove addresses from group

Check Membership

Verify address membership

Find by Address

Find groups containing address

Group Info

Get group statistics

Address Group Endpoints

Create and manage address groups for organizing blockchain addresses across different networks. Group addresses by purpose, risk level, or any custom criteria to enhance your monitoring capabilities and streamline address management for your monitoring bots.

POST

Create Address Group

/v1/address-groups/{chainId}

Create a new address group for the specified blockchain

GET

List Address Groups

/v1/address-groups/{chainId}

Retrieve all address groups for the specified chain

GET

Get Address Group

/v1/address-groups/{chainId}/{groupId}

Get details of a specific address group

DELETE

Delete Address Group

/v1/address-groups/{chainId}/{groupId}

Delete an address group and all its associations

POST

Add Addresses

/v1/address-groups/{chainId}/{groupId}/addresses

Add multiple addresses to an existing group

DELETE

Remove Addresses

/v1/address-groups/{chainId}/{groupId}/addresses

Remove multiple addresses from a group

GET

Check Address Membership

/v1/address-groups/{chainId}/{groupId}/check/{address}

Check if an address is a member of a group

GET

Find Groups by Address

/v1/address-groups/find-by-address/{chainId}/{address}

Find all groups containing a specific address

GET

Get Group Info

/v1/address-groups/{chainId}/{groupId}/info

Get metadata and statistics about an address group