L / / rowan.hale+2’s Mar 14 changes #12 Draft
Request a review

Ship on the Lodestar platform

Guides, references and recipes for teams building against our public API — written by the people who maintain it.

API reference

Browse, test and implement every endpoint from the browser.

Guides

Step-by-step walkthroughs for auth, webhooks and pagination.

Add field
New card

Your first call in 5 minutes

Create a workspace token, install the client and read a single record. Nothing else is required to get a 200 back.

index.js
// Install the client first
import { Lodestar } from "@lodestar/sdk";

const ls = new Lodestar(process.env.LS_TOKEN);
const page = await ls.pages.get("pg_4f27a");