For the complete documentation index, see llms.txt. This page is also available as Markdown.

/lightspeed

A minimum tip of 0.001 SOL (1,000,000 lamports) is required for this endpoint.

Lightspeed Transactions

post
/

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:

  1. Transaction must include a system transfer instruction sending at least 0.001 SOL (1,000,000 lamports) to one of the Lightspeed tip addresses

  2. Must set skipPreflight: true in the configuration options

  3. Transaction must be fully signed and serialized

Lightspeed Tip Addresses:

  • svsMoWJBwLcs8JgfN8VaF111tAc199KpYeTKRwxRtip

Keep-Alive: Use the getHealth RPC call to maintain your connection to the Lightspeed endpoint.

Authorizations
AuthorizationstringRequired

Authorization header for API key authentication.

Example:

Authorization: your-api-key-here
Body
jsonrpcstring · enumRequired

JSON-RPC protocol version

Example: 2.0Possible values:
idone ofRequired

Request identifier that will be returned in the response

Example: 1
stringOptional
or
numberOptional
methodstring · enumRequired

The RPC method name (always "sendTransaction" for Lightspeed)

Example: sendTransactionPossible values:
Responses
200

Successful Response

application/json

RPC response containing the transaction signature or error information

jsonrpcstring · enumRequired

JSON-RPC protocol version

Example: 2.0Possible values:
idone ofRequired

Request identifier matching the original request

Example: 1
stringOptional
or
numberOptional
resultstringOptional

Transaction signature (base58 encoded) that uniquely identifies the submitted transaction. This signature can be used to track the transaction status and retrieve transaction details. Lightspeed transactions typically land faster than standard transactions.

Example: 2id3YC2jK9G5Wb2GmXYhqJqhb5S1n9mfK8ydGT6YWq9DJNWjPvAo1e5uDYKKxe8Y2k1Vp4nUJGHG9xEJT1m4F9GPattern: ^[1-9A-HJ-NP-Za-km-z]{87,88}$
post/

Last updated