-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,18 +16,18 @@ by placing the label **"Powered by TzKT API"** with a direct link to [tzkt.io](h | |
|
||
TzKT API is available for the following Tezos networks and on the following base URLs: | ||
|
||
- Mainnet: `https://api.tzkt.io/` ([check](https://api.tzkt.io/v1/head)) | ||
- Babylonnet: `https://api.babylon.tzkt.io/` ([check](https://api.babylon.tzkt.io/v1/head)) | ||
- Carthagenet: `https://api.carthage.tzkt.io/` ([check](https://api.carthage.tzkt.io/v1/head)) | ||
- Zeronet: `https://api.zeronet.tzkt.io/` ([check](https://api.zeronet.tzkt.io/v1/head)) | ||
- Mainnet: `https://api.tzkt.io/` ([view docs](https://api.tzkt.io)) | ||
- Babylonnet: `https://api.babylon.tzkt.io/` ([view docs](https://api.babylon.tzkt.io)) | ||
- Carthagenet: `https://api.carthage.tzkt.io/` ([view docs](https://api.carthage.tzkt.io)) | ||
- Zeronet: `https://api.zeronet.tzkt.io/` ([view docs](https://api.zeronet.tzkt.io)) | ||
|
||
### Staging environment | ||
|
||
We also provide a staging environment with the newest features and updates before deploying to production. | ||
This allows to test latest features and pre-update client applications in case of breaking changes | ||
so API may be used without the adverse consequences of operating in a production environment. | ||
|
||
Staging API: `https://staging.api.tzkt.io/` ([check](https://staging.api.tzkt.io/v1/head)) | ||
Staging API: `https://staging.api.tzkt.io/` ([view docs](https://staging.api.tzkt.io)) | ||
|
||
### Rate Limits | ||
|
||
|
@@ -41,4 +41,4 @@ Feel free to ask any questions about TzKT Explorer and Tezos in general. Our tea | |
- Email: [email protected] | ||
- Twitter: https://twitter.com/TezosBakingBad | ||
- Telegram: [tg://resolve?domain=baking_bad_chat](tg://resolve?domain=baking_bad_chat) | ||
- Slack: https://tezos-dev.slack.com/archives/CV5NX7F2L | ||
- Slack: https://tezos-dev.slack.com/archives/CV5NX7F2L |