API Reference

Complete REST API documentation with endpoint details, request/response schemas, and code examples

The Minka Ledger API is a RESTful interface for managing financial infrastructure — ledgers, wallets, intents, signers, and more. All operations use JSON request/response bodies and require proper authentication.

Base URL

https://{ledger-host}/api/v2

Authentication

Most endpoints require a signed request or a bearer token. See Securing the Ledger for details on signers, circles, and access policies.

Resources

Browse endpoints by resource type:

OpenAPI Specification

Download the full OpenAPI 3.1 specification for use with Postman, SDK generators, or other tooling.

Download openapi.yaml

Common Patterns

Every resource in the API follows the same record structure. Understanding these patterns once helps you work with any resource:

On this page