Nolimitnodes supports the full Solana JSON-RPC API. All methods use the standard JSON-RPC 2.0 protocol over HTTPS.

Endpoint

POST https://api.nolimitnodes.com/solana_mainnet?apikey=YOUR_API_KEY

Common Parameters

commitment
string
The level of commitment for querying state. Options: finalized, confirmed, processed. Default varies by method.
encoding
string
Data encoding format. Options vary by method: base58, base64, base64+zstd, jsonParsed, json.
minContextSlot
integer
The minimum slot at which the request can be evaluated.