What's node1?
Welcome to node1
The Premium Solana Transaction Acceleration Service. Built by traders, for traders.
As active Solana traders ourselves, we've personally felt the frustration of transaction delays and execution failures. Our team doesn't just understand Solana transactions - we operate several of the top-performing arbitrage bots on the network.
This hands-on expertise means we've mastered the art and science of transaction execution, optimization, and timing. We built node1 after experiencing these pain points firsthand – not just to solve our own challenges, but to empower the entire trading community with the same advantages we developed for our own operations.
We leverage this specialized knowledge to ensure your trades land with exceptional speed and reliability. Let us handle the technical complexities of transaction delivery so you can focus on what matters most - making better trading decisions.
From traders, for traders (从交易者,为交易者) - that's the node1 promise.
Quickstart
staked_conn
The usage of the staked_conn interface is similar to the RPC interface, primarily providing the sendTransaction method, which directly connects to our validator node.
When calling the sendTransaction method of staked_conn, please note the following:
- Minimum tip 0.002, tps rate 5
- You need to transfer an amount greater than or equal to 0.002 SOL to any of the
following accounts:
- node1PqAa3BWWzUnTHVbw8NJHC874zn9ngAkXjgWEej
- node1UzzTxAAeBTpfZkQPJXBAqixsbdth11ba1NXLBG
- node1Qm1bV4fwYnCurP8otJ9s5yrkPq7SPZ5uhj3Tsv
- node1PUber6SFmSQgvf2ECmXsHP5o3boRSGhvJyPMX1
- node1AyMbeqiVN6eoQzEAwCA6Pk826hrdqdAHR7cdJ3
- node1YtWCoTwwVYTFLfS19zquRQzYX332hs1HEuRBjC
- The higher the tip you give, the higher the success rate of going on chain
Example for cmd: curl
curl -X POST "https://ny.node1.me" \
-H "Content-Type: application/json" \
-H "api-key: $APIKEY" \
-d '{
"jsonrpc": "2.0",
"id": "1",
"method": "sendTransaction",
"params": [
"",
{ "encoding": "base64" }
]
}'
For better performance and faster speeds, you can test and select the most suitable IP to use:
- NY https://ny.node1.me
- AMS https://ams.node1.me
- Frankfurt https://fra.node1.me
Keeping Your TCP Connection Alive
🔄 How Do I Keep the Connection Alive?
To keep your TCP connection to our server alive and avoid reconnecting, you can periodically send a simple request to the /ping endpoint.
Strategy
We recommend using the /ping endpoint:
GET /ping
This endpoint is lightweight, fast, and designed specifically to help maintain your connection.
Suggested Interval
Send a request to /ping every 60 seconds to keep the connection alive reliably.
Example
while true; do
curl -s https://ny.node1.me/ping > /dev/null
sleep 60
done
⚠️ Notes
- This is not a health check — it's just a way to prevent idle disconnects
- Avoid pinging more often than needed
Contact
If you want to create a free account, contact sales, or have any inquiries, please contact us via Discord or TG:
Discord username: node1_me