Address Tagging
Group your platform's addresses into tags
Last updated
Group your platform's addresses into tags
Last updated
You can assign a tag to an address and use the tag for multiple use cases, including:
Filtering by tag in your web app's risk feed
Assigning rules to a specific tag
Comparing behaviours of individual addresses to others with their tag
Inspect the function name to learn more about how to use each spell!
Tag names are not case-sensitive
Addresses can only have one tag
POST
/tags/tag
Tags a group of addresses with a specific tag
api*
String
Your API key
tag*
String
The name of the user
addresses*
List[String]
Address hashes of the user
DELETE
/tags/tag
Untags a group of addresses
api*
String
Your API key
addresses*
List[String]
Address hashes of the user