Skip to main content
The current API version 2026-07-02 is in beta and is available on the development environment. Request and response shapes may change before a stable release. Beta responses include ST-Api-Version-Beta: true. See Versioning for details.
The Simply Tokenized API lets integrators and partners programmatically access offerings, orders, accounts, wallets, and transactions for a tenant.

Base URLs

All API routes are served under the /api prefix: Use development when integrating against the beta version 2026-07-02. Live uses its respective Asset Manager tenant and credentials for that environment.

API surfaces

This documentation covers two integrator-facing surfaces:

Resource model

Authenticate once, then work with two resource trees: offerings & orders on the left, accounts & related records on the right.
API resource model: auth branches to offerings/orders/webhooks and accounts/wallets/transactions/benefiting

Getting credentials

API credentials (client_id / client_secret) are created in the Asset Manager dashboard under Administration → API Access → Tokens. Each credential is scoped to one or more resource categories (OFFERINGS, ACCOUNT, ORDER, WALLET).

Next steps

Quickstart

Authenticate and make your first API call.

Authentication

Learn about tokens, scopes, and headers.

Units and decimals

Convert token amounts to smallest-unit strings for orders and balances.

API Reference

Browse all endpoints with schemas and examples.

Webhooks

Receive real-time event notifications.