feat: Add /trending tool for popular tokens
This commit is contained in:
@@ -66,6 +66,17 @@ TOOL_REGISTRY = {
|
||||
"example": "search PEPE\nsearch 0x1234... --chain bsc",
|
||||
},
|
||||
},
|
||||
{
|
||||
"name": "trending",
|
||||
"description": "Popular tokens",
|
||||
"category": "AVE Cloud Skills",
|
||||
"command": "/trending",
|
||||
"details": {
|
||||
"description": "Get list of trending/popular tokens on BSC.",
|
||||
"usage": "trending [--chain bsc] [--limit 20]",
|
||||
"example": "trending --chain bsc\ntrending --limit 10",
|
||||
},
|
||||
},
|
||||
{
|
||||
"name": "risk",
|
||||
"description": "Honeypot detection",
|
||||
|
||||
Reference in New Issue
Block a user