POST/v1/address-groups/{chainId}

Create Address Group

Create a new address group for the specified blockchain network. Address groups allow you to organize and categorize blockchain addresses for efficient monitoring and management.

Endpoint Details

POST

https://api.monitor.getfailsafe.com/server

https://api.monitor.getfailsafe.com/server/v1/address-groups/{chainId}

Request Body Schema

Address group information including unique identifier and name

"{\n  \"groupId\": \"string\",  // Required: Unique identifier for the group\n  \"name\": \"string\"      // Required: Human-readable name for the group\n}"