One integration, every chain
The same call shape works across mainnets, L2s and the long-tail networks most providers never support.
Balances, portfolios, NFTs, token prices and name resolution across 200+ networks, from one typed API. Integrate once instead of maintaining a provider per chain.
The same call shape works across mainnets, L2s and the long-tail networks most providers never support.
Balances, token metadata, NFTs and prices arrive already joined, so you are not reconciling three feeds yourself.
Geo-distributed bare-metal nodes with a 99.99% uptime SLA, so a balance refresh does not stall the UI.
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. One call, every chain: balances, tokens and pricesconst portfolio = await spectrum.portfolio.get({ address, chains: ["ethereum", "base"] });
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