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