Skip to content

Commit

Permalink
docs.renegade.fi: Document external match rate limits
Browse files Browse the repository at this point in the history
  • Loading branch information
joeykraut committed Jan 9, 2025
1 parent a1d094d commit c323362
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs.renegade.fi/docs/technical-reference/typescript-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -1099,6 +1099,15 @@ An error may be thrown if:
- the provided `quote` mint does not exist in the token mapping
- neither `baseAmount` nor `quoteAmount` is provided
- the API request authorization is incorrect / missing
- rate limits have been exceeded, see below

### External Match Rate Limits

The rate limits for the external match endpoints are as follows:
- **Quote**: 100 requests per minute
- **Assemble**: 5 _unsettled_ bundles per minute. That is, if an assembled bundle is submitted on-chain, the rate limiter will reset.
If an assembled match is not settled on-chain, the rate limiter will remove one token from the per-minute allowance.


## External Key Management

Expand Down

0 comments on commit c323362

Please sign in to comment.