Skip to content

Commit d91d45a

Browse files
authored
rate limit request (#1056)
1 parent 799e044 commit d91d45a

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

docs/offerings/virtual-currency.mdx

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ To avoid service interruptions, we recommend implementing retry logic. If you hi
5858

5959
For more information on handling rate limits and using the Retry-After header, please refer to our [API documentation](https://www.revenuecat.com/docs/api-v2#tag/Rate-Limit).
6060

61+
:::info Need more?
62+
If you anticipate needing higher rate limits, please [contact our support team](https://app.revenuecat.com/settings/support) with details about your use case and anticipated request usage.
63+
:::
64+
6165
### Limitations
6266

6367
The maximum amount of a single virtual currency that a customer can own must be between zero and two billion (2,000,000,000). Negative balances are not supported.
@@ -105,15 +109,15 @@ import fetchVCBalancesKMP from "@site/code_blocks/virtual-currency/vc-balance-sd
105109

106110
Fetching virtual currency balances is supported in the following SDK versions:
107111

108-
| SDK | Supported Versions |
109-
| ---------------- | -------------------------- |
110-
| iOS SDK | 5.32.0+ |
111-
| Android SDK | 9.1.0+ |
112-
| React Native SDK | 9.1.0+ |
113-
| Flutter SDK | 9.1.0+ |
114-
| Capacitor SDK | 11.1.0+ |
115-
| Unity SDK | 8.1.0+ |
116-
| KMP SDK | 2.1.0+16.2.0+ |
112+
| SDK | Supported Versions |
113+
| ---------------- | ------------------ |
114+
| iOS SDK | 5.32.0+ |
115+
| Android SDK | 9.1.0+ |
116+
| React Native SDK | 9.1.0+ |
117+
| Flutter SDK | 9.1.0+ |
118+
| Capacitor SDK | 11.1.0+ |
119+
| Unity SDK | 8.1.0+ |
120+
| KMP SDK | 2.1.0+16.2.0+ |
117121

118122
You can use the `virtualCurrencies()` function to retrieve a customer's balance. The function returns a `VirtualCurrencies` object, which includes the customer's balances along with each virtual currency's metadata.
119123

@@ -149,10 +153,10 @@ You can use the `virtualCurrencies()` function to retrieve a customer's balance.
149153
title: "Capacitor",
150154
content: fetchVCBalancesCapacitor,
151155
},
152-
{
153-
type: "unity",
154-
content: fetchVCBalancesUnity,
155-
name: "Unity"
156+
{
157+
type: "unity",
158+
content: fetchVCBalancesUnity,
159+
name: "Unity",
156160
},
157161
{
158162
type: "kotlin",

0 commit comments

Comments
 (0)