Prerequisites
- An Altude API key — sign up at altude.so to get one.
- Node.js 18 or newer.
Install the SDK
Initialize the client
init() calls GET /api/transaction/config with your API key. The response provides the RPC endpoint, short-lived JWT, fee payer address, and selected cluster. The SDK uses only these values — it never falls back to a public Solana RPC.
Check a balance
Send a sponsored transaction
Provide a local signer and callsend(). Altude attaches the fee payer and relays the transaction — your user’s wallet is never charged for gas.
Next steps
TypeScript SDK overview
Full guide: installation, client setup, and all available operations.
API reference
Direct REST API documentation for all Gas Station endpoints.