Unfortunately, this feature is not supported on mobile devices. For the best experience, please use a computer.

Kalp Wallet - Open-API (1.0.0)

Download OpenAPI description
Overview
Languages
Servers
Mock server
https://kalp-studio.redocly.app/_mock/untitled-1.yaml/
https://kalp-studio.redocly.app/{{HOST}}/
https://kalp-studio.redocly.app/{{base_url}}/

General Usage

Kalp Wallet OpenAPI provides an API that allows users to create and manage different types of wallets programmatically. The API supports the creation of self-custodial, MPC (Multi-Party Computation), and custodial wallets.

Request, Response & Error codes Copy

Authentication

Authentication

Authentication is handled via API key middleware guards. The API key ensures that the request is from a valid user with the correct permissions.

Steps to Authenticate

  1. Obtain API Key: Request an API key from the Kalp Wallet interface.

  2. Include API Key in Request: Use the API key in the headers of your API requests.

Example Authentication Header

Authorization: Bearer YOUR_API_KEY

FAQ

API Reference

Operations