/lightspeed
Submits a signed transaction with priority processing through the Lightspeed validator network. This endpoint provides accelerated transaction landing times through a tip-based priority system.
Requirements:
Transaction must include a system transfer instruction sending at least 0.0001 SOL (100,000 lamports) to one of the Lightspeed tip addresses
Must set
skipPreflight: truein the configuration optionsTransaction must be fully signed and serialized
Lightspeed Tip Addresses:
53PhM3UTdMQWu5t81wcd35AHGc5xpmHoRjem7GQPvXjA9tYF5yPDC1NP8s6diiB3kAX6ZZnva9DM3iDwJkBRarBB
Performance: Larger tips translate to faster transaction processing times. The minimum tip of 0.0001 SOL provides baseline priority, while tips higher than 0.001 SOL increase processing speed significantly.
Keep-Alive: Use the getHealth RPC call to maintain your connection to the Lightspeed endpoint.
Authorization header for API key authentication.
Example:
Authorization: your-api-key-here
JSON-RPC protocol version
2.0Possible values: Request identifier that will be returned in the response
1The RPC method name (always "sendTransaction" for Lightspeed)
sendTransactionPossible values: Successful Response
Unauthorized
Forbidden
Too Many Requests
Internal Server Error
Last updated