Overview
The Triton proxy provides pay-per-request access to a Solana RPC node operated by Triton. Query balances, transactions, blocks, and any other Solana RPC method. No account or API key required.| Proxy URL | https://triton.api.corbits.dev |
| Proxy ID | 9 |
| Default price | $0.01 per request |
| Pricing scheme | Exact |
Quick start
Install the payment SDK and query a Solana account balance:Common RPC methods
| Method | Description |
|---|---|
getBalance | Get the SOL balance for an account |
getBlockHeight | Get the current block height |
getTransaction | Get transaction details by signature |
getAccountInfo | Get account data and metadata |
getSlot | Get the current slot |
getLatestBlockhash | Get the latest blockhash |
getTokenAccountsByOwner | Get SPL token accounts for a wallet |
sendTransaction | Submit a signed transaction |
This proxy supports the full Solana JSON-RPC API. All standard RPC methods are available through the proxy URL.
Discover this merchant
Query the Discovery API to get live details about this proxy:Notes
- Requests use the standard Solana JSON-RPC format — a POST with
jsonrpc,method, andparamsfields. - All requests go to the root proxy URL (no path). The RPC method is specified in the request body.
- Payment is handled at the proxy layer via x402 — the
@faremeter/ridesSDK manages the challenge/response cycle automatically.