/api/v1/public/plansGETpro or premium.0000total and total_pages reflect the server's counting ceiling rather than the exact matched count: the real set is at least total large. Render such totals as a lower bound (for example "10,000+"). Omitted when the count is exact. A sorted markets search that fills the 10,000-candidate ceiling sets this flag.curl -X GET "https://api.adjacent.markets/api/v1/public/plans"
{ "data": [ { "id": "pro", "monthly_price_usd": 50, "seats": 5, "rpm": 30, "daily": 20000 }, { "id": "premium", "monthly_price_usd": 250, "seats": 10, "rpm": 180, "daily": 150000 } ], "meta": { "total": 2, "page": 1, "per_page": 2, "total_pages": 1, "has_next": false, "has_prev": false } }