Developer Docs

Build with Podium

Podium is a suite of modular primitives to orchestrate orders, drive intent, unify rewards, and settle payments across applications. Get started in minutes with our SDK.

Full API Reference

Explore all 64+ endpoints with interactive examples and detailed schemas.

API Docs

Quick Example

app.ts
import { createPodiumClient } from '@podiumcommerce/node-sdk'

// Initialize with your API key
const client = createPodiumClient({
  apiKey: 'podium_live_your-api-key'
})

// List products
const products = await client.product.list({ page: 1 })

Key Concepts

Products

Browse and purchase items from the marketplace with tokenized checkout.

Users

Manage user accounts, wallets, orders, and NFT holdings.

Merchants

Creator profiles, product management, payouts, and analytics.