API Documentation
API Reference
Overview of the Tokn Ledger API endpoints
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:
Base URL
For local development:
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.