Settlement-grade data
Transaction history, receipts and token discovery you can reconcile a ledger against.
Transaction, gas and pricing data accurate enough to settle and reconcile against, on the infrastructure that stays up when the network is busy.
Transaction history, receipts and token discovery you can reconcile a ledger against.
Live gas and price data, so a payment is quoted and broadcast at a fee that actually lands.
A 99.99% SLA on dedicated infrastructure, because a payment flow cannot wait for a provider to come back.
Install, authenticate, call. The whole sample runs as it is, against every network we support.
// 1. Install the SDK$ npm i @spectrumnodes/sdkimport { Spectrum } from "@spectrumnodes/sdk";// 2. Authenticate with your API keyconst spectrum = new Spectrum({ apiKey: process.env.SPECTRUM_API_KEY });// 3. Quote the fee, then price it in fiatconst gas = await spectrum.chain.getGas("ethereum");const price = await spectrum.price.get("ETH");
npm i @spectrumnodes/sdkEvery one of these is documented. Follow a card straight into its reference page.
Create a free account, grab an API key, and ship against production-grade infrastructure today.
No credit card required · Free tier included