Endpoints
Fast Landing
Submit transactions to Solana through Stellium fast tx landing service
Authentication
All API calls require an API key passed as a query parameter api-key
.
Request Format
We use the standard Solana sendTransaction
JSON-RPC format:
Parameters
Parameter | Type | Description |
---|---|---|
base64_encoded_tx | string | The transaction encoded in base64 format |
encoding | string | Must be ‘base64’ |
Response
Important Notes
- Each transaction must include a system transfer instruction to one of the Stellium tip addresses with a minimum tip of 0.001 SOL
- Rate limits apply based on your subscription tier
- For optimal transaction landing, alternate between different tip addresses for consecutive transactions