Create an account
Sign up at solami.fast with your email address. No credit card required for the Free plan.
Get an API key
Go to Dashboard → API Keys and create a key for the service you need.
RPC Key
JSON-RPC requests and WebSocket subscriptions.
gRPC Key
Yellowstone gRPC streaming for accounts, transactions, and blocks.
SWQoS Key
Stake-weighted transaction landing for higher success rates.
Endpoints
| Service | URL |
|---|---|
| RPC | https://rpc.solami.fast/sol?api_key=YOUR_KEY |
| WebSocket | wss://rpc.solami.fast/ws/sol?api_key=YOUR_KEY |
| gRPC | https://grpc.solami.fast?api_key=YOUR_KEY |
| REST API | https://api.solami.fast |
Each service requires its own key type. An RPC Key works for the RPC and WebSocket endpoints. A gRPC Key works for the gRPC endpoint. A SWQoS Key is required for priority transaction landing.
Next steps
Authentication
Understand key types, how to pass keys, and rate limits by plan.
Sending transactions
Use SWQoS to land transactions with higher priority.
Streaming data
Subscribe to real-time updates via gRPC or WebSocket.
RPC reference
Browse all supported JSON-RPC methods.