Skip to content

Commit

Permalink
(BIDS-2471) api pricing page: change ratelimits
Browse files Browse the repository at this point in the history
  • Loading branch information
LuccaBitfly committed Sep 11, 2023
1 parent d7d21fd commit 6c20606
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions templates/payment/pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,15 +204,15 @@ <h1 class="card-title pricing-card-title">0€ <small class="text-muted">/ mo</s
<ul class="list-unstyled mt-3 mb-4">
<li>
Rate limit per minute:<br />
10
{{ formatAddCommas 20 }}
</li>
<li>
Requests per day:<br />
10,000
{{ formatAddCommas 30000 }}
</li>
<li>
Total requests per month:<br />
30,000
{{ formatAddCommas 120000 }}
</li>
</ul>
<a href="https://beaconcha.in/api/v1/docs/index.html" target="_blank" class="btn btn-lg btn-block btn-outline-primary">Get started</a>
Expand All @@ -227,15 +227,15 @@ <h1 class="card-title pricing-card-title">59€* <small class="text-muted">/ mo<
<ul class="list-unstyled mt-3 mb-4">
<li>
Rate limit per minute:<br />
100
{{ formatAddCommas 100 }}
</li>
<li>
Requests per day:<br />
100,000
{{ formatAddCommas 100000 }}
</li>
<li>
Total requests per month:<br />
500,000
{{ formatAddCommas 500000 }}
</li>
</ul>
{{ if .User.Authenticated }}
Expand Down Expand Up @@ -268,15 +268,15 @@ <h1 class="card-title pricing-card-title">99€* <small class="text-muted">/ mo<
<ul class="list-unstyled mt-3 mb-4">
<li>
Rate limit per minute:<br />
<strong>Unlimited</strong>
{{ formatAddCommas 600 }}
</li>
<li>
Requests per day:<br />
200,000
{{ formatAddCommas 200000 }}
</li>
<li>
Total requests per month:<br />
1,000,000
{{ formatAddCommas 1000000 }}
</li>
</ul>
{{ if .User.Authenticated }}
Expand Down Expand Up @@ -306,15 +306,15 @@ <h1 class="card-title pricing-card-title">399€* <small class="text-muted">/ mo
<ul class="list-unstyled mt-3 mb-4">
<li>
Rate limit per minute:<br />
<strong>Unlimited</strong>
{{ formatAddCommas 1200 }}
</li>
<li>
Requests per day:<br />
<strong>Unlimited</strong>
</li>
<li>
Total requests per month:<br />
4,000,000
{{ formatAddCommas 4000000 }}
</li>
</ul>
{{ if .User.Authenticated }}
Expand Down

0 comments on commit 6c20606

Please sign in to comment.