From 12d88e884661491137f91362e766f3d9271ce79a Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 5 Apr 2021 12:08:39 -0700 Subject: [PATCH] Adding info about rate limits. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8c93760..9774025 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,11 @@ installation. `docker-compose up` +## Rate Limits +The rate limits for [api.fullstack.cash](https://api.fullstack.cash) are controlled by a JWT token. You can increase your rate limits by [purchasing a JWT token](https://https://fullstack.cash). If you're using bch-js, [check the readme for instructions on increasing rate limits](https://github.com/Permissionless-Software-Foundation/bch-js#api-key). For interacting with bch-api directly, you can then include the JWT token in the HTTP header like this: + +- `Authorization: Token ` + ## Support Have questions? Need help? Join our community support [Telegram channel](https://t.me/bch_js_toolkit)