Skip to main content
The Midaz REST API gives you programmatic access to the ledger. It uses standard HTTP methods and status codes.

Key features


  • RESTful design: The API follows REST principles for a predictable structure.
  • JSON format: The documented API uses JSON for requests and responses.
  • Versioning: Explicit version prefixes keep changes backward-compatible.
The API exposes the core Midaz resources: organizations, ledgers, accounts, assets, portfolios, transactions, and operations. Each resource has its own endpoints.
For technical details on the available endpoints, see the API Reference.