Pre-configured collections to interact with 20+ blockchains & Alchemy endpoints.
You'll find 200+ ready-to-use requests across various blockchains (Ethereum, Solana, Bitcoin) and protocols.
We use Bruno - an open-source, git-based and fully offline API client.
| Collection | JSON-RPC | WebSocket | gRPC | REST API | GraphQL |
|---|---|---|---|---|---|
| alchemy | ✓ | N/A | N/A | ✓ | N/A |
| evm | ✓ | ✓ | N/A | N/A | N/A |
| aptos | N/A | N/A | ✓ | ✓ | ✓ |
| bitcoin | ✓ | N/A | N/A | N/A | N/A |
| solana | ✓ | ✓ | ✓ | N/A | N/A |
| sui | ✓ | N/A | ✓ | N/A | ✓ |
| zksync | ✓ | N/A | N/A | N/A | N/A |
Go to usebruno.com/downloads or use Homebrew:
brew install bruno- Clone the repository:
git clone https://github.com/alchemyplatform/collections.git- Open a collection in Bruno:
- Launch Bruno.
- Click Open Collection.
- Select a collection (e.g.
evm/,solana/,alchemy/).
- Add your API key:
- Open the collection in Bruno.
- Go to Environments tab.
- Create a Global environment to use across multiple collections.

- Add your Alchemy API key:
api_key: your-alchemy-api-key-here
- Start testing:
- Browse available requests.
- Click Send to execute.
- View responses and documentation
To get latest collections, navigate to your local collections directory and run:
git pullWe welcome contributions! This repo is maintained by Alchemy's Solutions Engineering team.
To add new blockchain methods or improve existing collections:
-
Fork the repository
-
Add your
.brufile:
- Place it in the appropriate collection folder (e.g.,
evm/eth/,solana/,alchemy/). - Follow the existing format with example parameters and documentation.
- Include inline docs describing the method, parameters, and use cases.
- Create a Pull Request:
- Provide a clear description of what you're adding or fixing.
- Include example usage if adding a new method.
- Reference any related issues.
- New methods - add missing RPC methods or API endpoints
- Better examples - improve parameter values with real-world use cases
- Documentation - enhance inline documentation in
.brufiles - Bug fixes - fix incorrect parameters or broken requests