Authorization
Use increased rate limits with our SDK
We currently allow up to 1k requests every 10 seconds. If you're looking for higher limits, please get in touch via Telegram, Discord, or X
Authorization
Requesting increased rate limits
If you need to obtain increased rate limits for our SDK, visit our Discord and open a ticket with your respective request.
In the request you should include your public Sui address, as well as the SDK calls you desire to have increased rate limits for as well as your anticipated rate limits. Here is a template body you can fill in for your ticket:
Getting started
Once you have been granted increased rate limits, you will then need to begin authorizing your requests in order to take advantage of these higher limits.
Signing with a private key
Below is an example flow of how you can authorize your requests.
Signing with a sui.keystore
sui.keystore
If you use a sui.keystore
file to store your private key, you can authorize your requests through the following flow.
Last updated