search_wire
Latest Monexus Terminal wire items (paid, $0.001/req or pass). Args: category: optional beat filter, e.g. geopolitics, business, tech, crypto, sports, science. query: optional full-text search string. limit: max items to return (1-100).
Parameters3
| category | string | optional | |
| query | string | optional | |
| limit | integer | optional |
Raw schema
{
"type": "object",
"properties": {
"category": {
"default": "",
"title": "Category",
"type": "string"
},
"query": {
"default": "",
"title": "Query",
"type": "string"
},
"limit": {
"default": 25,
"title": "Limit",
"type": "integer"
}
},
"title": "search_wireArguments"
}