Overview

This page will help you get started with the Krayon API and SDK.

Krayon provides a simple and robust API to manage cryptocurrencies, create secure MPC-based wallets, sign transactions and manage your entire portfolio in one place.

API
The Rest API set enables you to manage different wallets and maintain your digital assets over several interfaces.
You can perform a wide range of actions including sending and signing transactions and reporting the status, checking wallet balances, inviting users to an organization, and much more.

Authentication
You can sign up to Krayon at app.krayondigital.com. Once you’ve created an account for your organization you will be able to generate a new API token. From the settings page go to “Generate API Token” and follow the instructions. To connect to our APIs, you need to provide the Access Token in the HTTP Headers.

More Information:
Web App Authentication

Environments
Krayon provides two separate environments - one for development and one for production. For security reasons, all Krayon API requests are made using TLS 1.2 and higher over HTTPS.

Test Environment
The examples on our website are run in the test environment. The test environment is entirely separate from the production environment and there is no overlap with either data or accounts. Once you have created an account you will get access to our test environment and everything you need to work with the API.

Production Environment - TBD
The production environment is currently under construction. This environment is planned to be connected to the Main Networks of all Blockchain Networks which we support.

Digital Asset Support
Krayon supports various Blockchains as well as the protocols built on top of those Blockchains. We are continuously working to provide support for more digital assets on our platform.

ProtocolStatus
Ethereum - ETH and ERC20 TokensLive
Goerli - ETH and ERC20 TokensLive
Polygon - ETH and ERC20 TokensLive
Mumbai - ETH and ERC20 TokensLive

Krayon Digital API allows you to:

Create MPC-based wallets for different networks.
List all MPC-based wallets.
List wallet assets, balances and transactions.
Access Public Keys of addresses.
Create and sign transactions.
Monitor transaction status.