Skip to content

Commit

Permalink
README: Add rate limits docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joeykraut committed Jan 9, 2025
1 parent 6bc3531 commit 8631905
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,12 @@ When assembled into a bundle (returned from `AssembleExternalQuote` or `GetExter

See example [`02_external_quote_validation`](examples/02_external_quote_validation/main.go) for an example of using these fields to validate a quote before submitting it.

## Rate Limits
The rate limits for 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.

## Supported Tokens
Renegade supports a specific set of tokens for external matches. These can be found at:
- [Testnet (Arbitrum Sepolia)](https://github.com/renegade-fi/token-mappings/blob/main/testnet.json)
Expand Down

0 comments on commit 8631905

Please sign in to comment.