Search the recipe library using natural language via the knowledge hub. Optionally filter results by chain or token.
Documentation Index
Fetch the complete documentation index at: https://cobo.com/products/agentic-wallet/manual/llms.txt
Use this file to discover all available pages before exploring further.
Request payload for recipe knowledge-base search.
Natural language search query (optional)
Search source (only 'knowledge' is supported)
knowledge Max results for knowledge search
Filter recipes by chain symbol (e.g. 'ethereum', 'solana', 'bitcoin')
Filter recipes by token symbol (e.g. 'ETH', 'USDT', 'BTC')
List of keywords for filtering documents during keyword search
Search type: 'vector', 'keyword', or 'hybrid'
vector, keyword, hybrid Successful Response
Unified search response envelope.
Pagination metadata for list responses.
Supports both legacy offset-based and cursor-based pagination.
Cursor fields (has_more, after, before) are populated for
cursor-paginated endpoints. Legacy fields (offset, limit) are
populated when the caller uses the deprecated offset parameter.