内置保障的USDC收益率Quicknode Earn 现已推出 USDC 收益产品,该产品内置了由 OpenCover 承保的协议风险保障。Base 上有六个受保障的金库。
阅读公告通过 SOC 2 II 类认证 · ISO 27001
Stellar builders need more than basic RPC. Quicknode runs the full surface: the Horizon REST API and the Soroban smart-contract RPC, plus real-time Streams, all from one dashboard.
Query, subscribe, and stream Stellar data with low latency. From a single call to real-time delivery, you get the right interface for the job.
Six ways to access Stellar data, from a single Horizon call to Soroban contracts and real-time Streams. Pick the interface, ship faster.
Query accounts, balances, payments, trades, and transaction history over the Horizon REST API on mainnet and testnet.
Point the Stellar SDK at a Quicknode Stellar endpoint and read accounts, submit payments, and invoke Soroban contracts. Horizon REST and Soroban RPC on private low-latency infrastructure.
Point the Stellar SDK or CLI at a Quicknode Stellar endpoint. Horizon queries and Soroban calls carry over.
The Horizon REST API for payments and history, plus the Soroban RPC for smart contracts, on one endpoint.
Docs, guides, and runnable sample apps for every Stellar workload. Clone, customize, and ship.
Full reference for the Stellar Horizon REST API and the Soroban smart-contract RPC, with account, payment, and contract examples.
Set up backfill and real-time Stellar data delivered to your own datastore and API with Quicknode Streams.
From your first Stellar endpoint to mission-critical production workloads, Quicknode scales with you. Get started in minutes.
Spin up your Stellar endpoint and ship. The free tier covers prototyping and small production loads, no credit card required.
Dedicated Stellar infrastructure, contractual SLAs, priority support, and procurement-ready terms for wallets, exchanges, trading firms, and high-volume protocols.
常见问题解答
还有疑问吗? 请联系客服,Quicknode (equipe )将帮助您找到答案。
The Stellar toolchain you already know works unchanged on Quicknode. The Stellar SDK, the Stellar CLI, and Soroban tooling all point at a Quicknode endpoint.
Backfill and real-time Stellar data delivered to your datastore with guaranteed reliability.
事件驱动型警报,确保送达。可订阅特定地址、事件类型或链上条件。
Deploy and invoke Soroban smart contracts, and read contract state, over the Soroban JSON-RPC.
Query order books, trades, and strict-send and strict-receive payment paths over the Horizon REST API to power payments, remittances, and DEX apps.
Query Soroban contract events with getEvents over the Soroban RPC to track invocations, transfers, and state changes.
// Query Stellar with the SDKimport { Horizon } from "@stellar/stellar-sdk";const server = new Horizon.Server(QUICKNODE_STELLAR_URL);const account = await server.loadAccount(publicKey);console.log(account.balances);// Horizon REST and Soroban RPC over one endpoint.
Runnable sample apps and starter kits across Quicknode-supported chains, including Stellar. Clone one and ship.
“我们的用户只需分享一个链接 pay3.so/@username,收款方就能直接付款。无需地址,没有跨链混淆,也不用发‘钱到账了吗?’之类的消息。收款方只会看到‘已收到款项’。Quicknode Streams 正是让这一功能在四条链上同时实现的关键,而我们现在正将这一基础设施扩展至商户端,且无需重新构建任何内容。”Varun,pay3创始人兼首席执行官