/api/v1/public/plansGETdata/meta envelope as the other list endpoints but accepts no pagination parameters and always returns one complete page. Free is not listed because it is not purchasable; see the plan summary in the API description for what the free public tier allows.pro or premium.0000per_page. It is at least 1, even when nothing matched.curl -X GET "https://api.dev.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 } }