Search recipes
Search the recipe library using natural language via the knowledge hub. Optionally filter results by chain or token.
Headers
Body
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 Wallet UUID. When provided, active pacts that reference each matched recipe are embedded as matching_pacts in each result item.
Response
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.