Get API key
Get endpoint URL
Make multiple RPC calls in batch
Make a single RPC call Uses zero-copy operations, early returns, and minimal branching
Get a signature for a given address and message.
The base-58 encoded account address (required).
Optional
options: { Optional configuration object:
Optional
before?: stringOptional
commitment?: stringOptional
limit?: numberOptional
minOptional
until?: stringThe signature info array.
Get client statistics
Name
SynapseClient
Description
The core client for interacting with the Synapse RPC Gateway. This class handles all low-level communication with the gateway, including request serialization, response deserialization, and error handling.
Author
SteveTheHead
Author
0xArmorer