Skip to content

Commit

Permalink
Added V2.1.0 Changes (docs.bitvavo.com)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeri-vv committed Aug 14, 2019
1 parent 2fdb7bb commit 9eb89e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ npm i bitvavo

## Rate Limiting

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.
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.
Since the remaining limit is returned in the header on each REST request, the remaining limit is tracked locally and can be requested through:
```
let limitRemaining = bitvavo.getRemainingLimit()
Expand Down

0 comments on commit 9eb89e0

Please sign in to comment.