SOLANA TRANSACTION DELIVERY

Built your trade? Give it a route.

Submit signed Solana transactions through regional endpoints on dedicated infrastructure. Start with HTTP; scale your throughput as your strategy grows.

Start free · 5 TPS

SUBMISSION / NOT A MARKET DATA FEED

Your signed transaction

BASE64 + RAIDEN TIP

Bolt regional endpoint

HTTP / HTTPS · QUIC ON REQUEST

Solana network → track confirmation in your application.

A returned signature is not a guarantee of inclusion.

01 / FROM STRATEGY TO SUBMISSION

Sign. Submit. Verify.

01

Build and sign

Build the transaction in your own application. Include the required Raiden tip transfer before signing.

02

Send through Bolt

Choose a regional endpoint and authenticate with your API key. Use JSON-RPC or the binary submission endpoint.

03

Check the outcome

Track the transaction signature and confirmation. Submission speed and on-chain inclusion are different measurements.

04 / BUILT FOR YOUR WORKFLOW

Close to the chain. Simple to connect.

Choose a nearby edge region. Connect with familiar protocols. Keep your attention on the strategy you are building.

01

Create your account

02

Choose your product and region

03

Connect your application

Open the documentation ↗

BOLT / HTTP

sendTransaction

curl -X POST \
  https://fra.bolt.raiden.wtf/api/v1/sendTransaction \
  -H "Content-Type: application/json" \
  -H "api-x-token: YOUR_API_KEY" \
  -d '{"jsonrpc":"2.0","id":1,
       "method":"sendTransaction",
       "params":["BASE64_TX_DATA"]}'

Submit a signed transaction with the required tip. See the docs for the complete integration.

BOLT EDGE LOCATIONS

Stream coverage varies by product.

FRA

Frankfurt

AMS

Amsterdam

LND

London

NYC

New York

TYO

Tokyo

03 / THROUGHPUT THAT FITS

Start free. Add capacity.

Free

$0

5 TPS

Community support

Get started

Tier 1

$49

10 TPS

Email support

Get started

Tier 2

$199

20 TPS

Priority support

Get started

Tier 3

$499

Custom

Dedicated support

Get started

Prices per month. All plans include five regions. Minimum tip: 0.001 SOL per transaction, plus Solana network fees. Subscription price does not include tips or network fees.

Before your first send.

01

Does free mean no fees?

The free plan has no subscription charge. Each transaction still needs the minimum Raiden tip and applicable network fees.

02

Can I use QUIC?

QUIC access is enabled on request. Contact the Raiden team before integrating; HTTP and HTTPS are the standard starting point.

03

Where is my API key?

Find your key in the dashboard connection settings. Keep it server-side and use the api-x-token request header.

Your next transaction starts here.

Create your free account