Skip to main content
Solami gives you full Solana JSON-RPC access through globally distributed, staked nodes. Every request goes through infrastructure co-located with validators, so you get low latency and reliable transaction landing without managing your own nodes.

Endpoint

https://rpc.solami.fast/sol?api_key=YOUR_API_KEY
Replace YOUR_API_KEY with your key from the Dashboard. If you don’t have a key yet, see API Keys.

Features

  • Full Solana JSON-RPC spec — all standard methods supported
  • Staked connections for priority transaction processing
  • Global distribution across AMS, FRA, and NYC
  • Sub-5ms latency from co-located infrastructure
  • 99.99% uptime SLA

Usage

curl "https://rpc.solami.fast/sol?api_key=YOUR_API_KEY" \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "getBalance",
    "params": ["YOUR_WALLET_ADDRESS"]
  }'

Rate limits

Your plan determines how many requests you can make per second.
PlanRequests/secsendTransaction/sec
Free51
Dev505
Pro20020
Ultra50050
Shared Metal2,000200
Dedicated nodes have no RPS limits. See Dedicated Nodes if you need unlimited throughput.

Supported methods

All standard Solana JSON-RPC methods are supported, including:
  • getBalance, getAccountInfo, getMultipleAccounts
  • getTransaction, getSignaturesForAddress
  • sendTransaction, simulateTransaction
  • getSlot, getBlockHeight, getLatestBlockhash
  • getTokenAccountsByOwner, getTokenSupply
  • Jito bundle simulation
See the API reference for the full method list with request and response schemas.

Next steps

Send transactions

Land transactions faster with SWQoS routing.

WebSocket

Subscribe to real-time account and slot updates.

gRPC streams

Stream blocks, transactions, and account changes with zero missed events.

Plans

Compare plans and rate limits.