From 9510d010a2a7014b4e2590dd51a67ca536404f59 Mon Sep 17 00:00:00 2001 From: binhnguyen2501 Date: Sat, 4 Apr 2026 14:24:51 +0700 Subject: [PATCH 1/4] chore:add-permission-open-api --- api-reference/introduction.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/api-reference/introduction.mdx b/api-reference/introduction.mdx index 7e79185..d20ceee 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 and Enterprise 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/). From 94a1cd1409653b526f8dd1d0fd619dc829e0235b Mon Sep 17 00:00:00 2001 From: binhnguyen2501 Date: Mon, 6 Apr 2026 10:15:57 +0700 Subject: [PATCH 2/4] chore: update typo --- snippets/EnterprisePlan.jsx | 2 +- snippets/FreePlan.jsx | 2 +- snippets/PremiumPlan.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/snippets/EnterprisePlan.jsx b/snippets/EnterprisePlan.jsx index b216412..36b32ad 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) => (
Date: Mon, 6 Apr 2026 11:09:57 +0700 Subject: [PATCH 3/4] chore: update icon --- snippets/EnterprisePlan.jsx | 2 +- snippets/PremiumPlan.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/EnterprisePlan.jsx b/snippets/EnterprisePlan.jsx index 36b32ad..eb94356 100644 --- a/snippets/EnterprisePlan.jsx +++ b/snippets/EnterprisePlan.jsx @@ -45,7 +45,7 @@ export const EnterprisePlan = () => { > {[ { icon: "⚡", text: "20 RPM" }, - { icon: "🔌", text: "Premium API endpoints" }, + { icon: "💎", text: "Premium API endpoints" }, ].map((feature, index) => (
{ > {[ { icon: "⚡", text: "10 RPM" }, - { icon: "🔌", text: "Premium API endpoints" }, + { icon: "💎", text: "Premium API endpoints" }, ].map((feature, index) => (
Date: Mon, 6 Apr 2026 12:12:45 +0700 Subject: [PATCH 4/4] chore: update typo --- api-reference/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/introduction.mdx b/api-reference/introduction.mdx index d20ceee..757a6d1 100644 --- a/api-reference/introduction.mdx +++ b/api-reference/introduction.mdx @@ -9,7 +9,7 @@ Please go to [LP Agent Portal](https://portal.lpagent.io/) to get an API key. All API endpoints are authenticated using the `x-api-key` header. -## Premium and Enterprise endpoints +## Premium endpoints The following endpoints require a **Premium** or **Enterprise** API key plan. **Free** API key plan cannot access these routes.