get_marketplace_bots
List bots published to the marketplace.
Args:
domain: Filter by domain (e.g. "eth_usdc"). Omit for all domains.
sort: Sort order — "rating", "return", "subscribers", or "newest".
limit: Max results (default 20, max 100).
Returns JSON array of marketplace listings with: listing_id, bot_id,
title, description, domain, creator, monthly_price_usd, cached stats
(win_rate, return_bps, sharpe), subscriber_count, and avg_rating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | rating | |
| limit | No | ||
| domain | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |