diff --git a/api-reference/introduction.mdx b/api-reference/introduction.mdx index 7e79185..757a6d1 100644 --- a/api-reference/introduction.mdx +++ b/api-reference/introduction.mdx @@ -8,3 +8,13 @@ Please go to [LP Agent Portal](https://portal.lpagent.io/) to get an API key. ## Authentication All API endpoints are authenticated using the `x-api-key` header. + +## Premium endpoints + +The following endpoints require a **Premium** or **Enterprise** API key plan. **Free** API key plan cannot access these routes. + +| Tag | Method | Endpoint | +| ----- | ------ | --------------------------- | +| Pools | `GET` | `/pools/{poolId}/top-lpers` | + +To upgrade, manage your API key and billing in the [LP Agent Portal](https://portal.lpagent.io/). diff --git a/snippets/EnterprisePlan.jsx b/snippets/EnterprisePlan.jsx index b216412..eb94356 100644 --- a/snippets/EnterprisePlan.jsx +++ b/snippets/EnterprisePlan.jsx @@ -45,7 +45,7 @@ export const EnterprisePlan = () => { > {[ { icon: "⚡", text: "20 RPM" }, - { icon: "🔌", text: "Access to full REST API" }, + { icon: "💎", text: "Premium API endpoints" }, ].map((feature, index) => (
{ > {[ { icon: "⚡", text: "5 RPM" }, - { icon: "🔌", text: "Access to full REST API" }, + { icon: "🔌", text: "Limited API endpoints" }, ].map((feature, index) => (
{ > {[ { icon: "⚡", text: "10 RPM" }, - { icon: "🔌", text: "Access to full REST API" }, + { icon: "💎", text: "Premium API endpoints" }, ].map((feature, index) => (