Skip to content

Commit

Permalink
chore: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwaller committed Sep 25, 2024
1 parent 180bfef commit 42f3790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/includes/_data_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Drift Data API provides public access to various APIs that Drift uses, offering information about markets, contracts, and tokenomics. This API allows developers and users to retrieve data related to the Drift protocol.

mainnet-beta: [https://data.api.drift.trade/](https://data.api.drift.trade/)
devnet: [https://master-data.drift.trade/](https://master-data.drift.trade/)
devnet: [https://master-data.drift.trade/](https://master-data.api.drift.trade/)

## Rate Limiting
To ensure fair usage and maintain system stability, the Drift Data API implements rate limiting. Users are restricted to a certain number of requests per minute. The exact limit may vary depending on the endpoint and overall system load. If you exceed the rate limit, you'll receive a 429 (Too Many Requests) response. It's recommended to implement exponential backoff in your applications to handle rate limiting gracefully.
Expand All @@ -15,7 +15,7 @@ The Drift Data API utilizes caching mechanisms to improve performance and reduce

Returns the contract information for each market

Example: [https://data.drift.trade/contracts](https://data.drift.trade/contracts)
Example: [https://data.api.drift.trade/contracts](https://data.api.drift.trade/contracts)


## `GET /DRIFT/`
Expand Down

0 comments on commit 42f3790

Please sign in to comment.