> ## Documentation Index
> Fetch the complete documentation index at: https://blitzz.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Self Hosting

> Self Host Blitzz API on your own infrastructure

<Info>
  **Prerequisites**:

  * a Yellowstone gRPC Connection. We recommend [Shyft.to](https://shyft.to/)
  * An RPC Node with atleast 20 Requests Per Second limit (More Recommended for Higher Workloads)
  * A Linux Machine to host on. Atleast 2 CPU Cores + 4 GB Ram recommended
</Info>

## Download

You can download the binaries for Blitzz API from this Github repo [Here](https://github.com/BL1TZZ-0X/bl1tzz-self-hosted-api/releases/tag/Blitzz).

<Warning>
  **Only Local Trades:** The Self hosted version of Blitzz API only supports Local Transactions. Blitzz Mode is not present. Other features like the Data Websocket and Metadata endpoint are present without any limits.
</Warning>

## Running

The binary accepts the gRPC Endpoint, gRPC x-token and the RPC url as command line arguments

```bash theme={null}
./blitzz-api --endpoint https://your-grpc-endpoint.com --x-token 012 (add a random token if not required) --rpc-url https://your-rpc-url.com
```
