What is the Gas Station API?
The Altude Gas Station API lets you build Solana applications without managing gas fees, RPC nodes, or fee-payer accounts. You send signed transactions; Altude validates, sponsors, and relays them to the network. Authentication uses API keys in theX-API-Key header. Each key selects a tenant, cluster, and RPC configuration — there is no environment or index parameter to manage.
Base URL: https://api.altude.so/api
Authentication: X-API-Key: YOUR_API_KEY
Get started
Set up authentication and make your first API call.
Account operations
Create accounts, read balances, and fetch transaction history.
Transaction operations
Submit single and batch sponsored transactions.
How to use this reference
- Sign up for an account and get your API key.
- Follow the getting-started guide to authenticate and make your first call.
- Explore the endpoint reference in the sidebar for request/response schemas and live examples.