Skip to content

Commit 66d6f7b

Browse files
committed
Added V2.1.0 Changes (docs.bitvavo.com)
1 parent 5da0194 commit 66d6f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pip install python-bitvavo-api
4848

4949
## Rate Limiting
5050

51-
Bitvavo uses a weight based rate limiting system, with an allowed limit of 1000 per IP or API key each minute. Please inspect each endpoint in the [documentation](https://docs.bitvavo.com/) to see the weight. Failure to respect the rate limit will result in an IP or API key ban.
51+
Bitvavo uses a weight based rate limiting system, with an allowed limit of 1000 per IP or API key each minute. Please inspect each endpoint in the [Bitvavo API documentation](https://docs.bitvavo.com/) to see the weight. Failure to respect the rate limit will result in an IP or API key ban.
5252
Since the remaining limit is returned in the header on each REST request, the remaining limit is tracked locally and can be requested through:
5353
```
5454
limit = bitvavo.getRemainingLimit()

0 commit comments

Comments
 (0)