Skip to main content
The current API version 2026-07-02 is in beta and is only 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:
EnvironmentBase URL
Developmenthttps://dev.go.simplytokenized.com/_api
Staginghttps://stage.go.floris3.com/_api
Livehttps://go.floris3.com/_api
Use development when integrating against the beta version 2026-07-02. Staging and live use their respective Asset Manager tenants and credentials for that environment.

API surfaces

This documentation covers two integrator-facing surfaces:
SurfaceDescription
APIREST endpoints under /_api for offerings, orders, accounts, and wallets
Outbound webhooksEvent notifications POSTed to your HTTPS endpoint when resources change

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.