Last updated on Jul 05, 2024

Support for Standard Solana API

Our service provides comprehensive support for all types of requests defined in the standard Solana API, including even those requests that are restricted in the public Solana RPC. For in-depth details regarding request types, syntax, and responses, please consult the official Solana documentation.

Code Example

curl https://solana-api.instantnodes.io/token-<your-api-key> \
-X POST \
-H “Content-Type: application/json” \
-d '{“id”: 1, “jsonrpc”: “2.0”, "method”: “getBlockProduction”}'

gRPC Geyser

grpcurl -H "x-token: <token>" -d '{"count": "12345"}' -import-path <path_to_proto_files> -proto geyser.proto solana-grpc-geyser.instantnodes.io:443 geyser.Geyser/Ping
{
  "count": 12345
}

© 2024 Best Architects L.L.C-FZ

© 2024 Best Architects L.L.C-FZ

© 2024 Best Architects L.L.C-FZ