mirror of
https://github.com/FlipsideCrypto/gitbook.git
synced 2026-02-06 10:47:06 +00:00
GITBOOK-409: change request with no subject merged in GitBook
This commit is contained in:
parent
ca518c997b
commit
d1a786b5f4
@ -236,6 +236,7 @@
|
||||
* [Getting Started](flipside-api/get-started/README.md)
|
||||
* [Python SDK](flipside-api/get-started/python.md)
|
||||
* [API](flipside-api/get-started/rest-api.md)
|
||||
* [🚦 Rate Limits](flipside-api/get-started/rate-limits.md)
|
||||
* [🏗 JS/TS SDK](flipside-api/get-started/js-ts-sdk.md)
|
||||
* [🏗 R SDK](flipside-api/get-started/r-sdk.md)
|
||||
* [Archive](flipside-api/get-started/archive/README.md)
|
||||
|
||||
@ -167,9 +167,7 @@ record_count = query_result_set.run_stats.record_count
|
||||
print(f"This query took ${elapsed_seconds} seconds to run and returned {record_count} records from the database.")
|
||||
```
|
||||
|
||||
### 🚦 Rate Limits
|
||||
|
||||
There is no rate limit per API Key, however, every query execution second, above the free tier will be billed.
|
||||
|
||||
### 🙈 Error Handling
|
||||
|
||||
|
||||
3
flipside-api/get-started/rate-limits.md
Normal file
3
flipside-api/get-started/rate-limits.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 🚦 Rate Limits
|
||||
|
||||
Every account has a limit of 15 concurrent query runs. This means you cannot run more than 15 queries at the same time across all your API keys. This rate limit is in place to protect query spamming (_whether accidental or intentional_) for the benefit of all API/SDK users. _Need a higher concurrency limit? Reach out to us directly and we can work with you._ 
|
||||
Loading…
Reference in New Issue
Block a user