filter_airdrops
Filter cryptocurrency airdrops by minimum value, status, blockchain, or search terms using advanced criteria from DeFiLlama data. Streamline tracking and analysis for efficient decision-making.
Instructions
Filtrar airdrops por critérios específicos
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chain | No | Filtrar por blockchain | |
minValue | No | Valor mínimo estimado do airdrop | |
searchTerm | No | Buscar por termo no nome ou descrição | |
status | No | Status do airdrop (Active, Ended, TBD, etc.) |
Input Schema (JSON Schema)
{
"properties": {
"chain": {
"description": "Filtrar por blockchain",
"type": "string"
},
"minValue": {
"description": "Valor mínimo estimado do airdrop",
"type": "number"
},
"searchTerm": {
"description": "Buscar por termo no nome ou descrição",
"type": "string"
},
"status": {
"description": "Status do airdrop (Active, Ended, TBD, etc.)",
"type": "string"
}
},
"type": "object"
}