Developers
Build on TesseractX
PulseChain's first composable NFT marketplace — now programmable. Read NFTs and collections, resolve composable bundles, stream on-chain activity, and sign listings from your own app.
import { TesseractX } from "@tesseractx/sdk";
const tx = new TesseractX({ apiKey: process.env.TESSERACTX_API_KEY });
const nft = await tx.nfts.get("0xContract", "42");
const bundle = await tx.composables.resolve(nft.id);jsDocs & SDK
Quickstart, SDK reference and REST API.
OpenAPI Access
Subscribe, get a key and manage your plan.
OpenComposables
ERC-6551 / 404 / 5773 composability reference.
OpenReal-time listings, offers and transfer streams over webhooks.
Typed SDK with EIP-712 order signing helpers built in.
First-class composables: resolve, equip and bundle nested assets.