Skip to main content

Tokn Ledger Endpoints

View the OpenAPI specification file

Authentication

All API endpoints require an api_key to be sent in the header. Make sure to include this in every request:
curl -H "api_key: YOUR_API_KEY_HERE" ...

Base URL

For local development: http://localhost:4000 For production: // TODO: publish prod env.

API Endpoints

The Tokn Ledger API provides endpoints for managing assets, projects, wallets, and transactions. Here’s an overview of the main resources:

Assets

Create, list, and manage digital assets

Projects

Organize your digital economy with projects

Wallets

Manage customer and system wallets

Transactions

Process asset transfers between wallets
For detailed information on each endpoint, including request/response formats and examples, please refer to the specific resource pages linked above.