Amsterdam
The gRPC ports speak plaintext HTTP/2. Configure your client for an insecure (non-TLS) channel:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Hostnames, ports and protocols.
| Service | URL | Protocol |
|---|---|---|
| RPC | http://ams.rpc.sodae.io:8899 | JSON-RPC 2.0, HTTP POST |
| Yellowstone gRPC | http://ams.rpc.sodae.io:10201 | gRPC over HTTP/2 |
| Preplay Shreds | http://ams.rpc.sodae.io:10301 | gRPC over HTTP/2 |
GeyserGrpcClient::build_from_shared("http://ams.rpc.sodae.io:10201")?
new Client("http://ams.rpc.sodae.io:10201", token, {});
grpc.NewClient("ams.rpc.sodae.io:10201",
grpc.WithTransportCredentials(insecure.NewCredentials()))