This guide assumes you already have an Alchemy Crypto.org account and access to our .
1. 🔑 Create an Alchemy App
2. ✍ Make a request
1.Create an Alchemy App
To use Alchemy's products, you need an API key to authenticate your requests.
You can create API keys . To make a new key, click on the "Create App" button circled below:
Fill in the details under "Create App" to get your new key. There are two options for networks: Mainnet and Croeseid (the API methods for both are the same).
NOTE: Tendermint has two forms of RPC protocols:
URI/HTTP: a REST like interface
JSONRPC/HTTP: can be POST'd to the root RPC endpoint via HTTP.
Here is an example you can run from the command line to retrieve the block at height 1:
We've created an API key called your-api-key so you can easily copy, paste, and test these sample requests. However, you should replace your-api-key with your actual unique API key when developing.