Exchange Integration

Connect your exchange with our KleverChain. For that, you need to deploy a node, integrate it with Klever's blockchain and you may also test this integration.

Nodes deployment

Deploy a KleverChain node to start the integration with an exchange

The first step to integrating an exchange with our KleverChain is connecting to its network by deploying a KleverChain node.

Running a node will provide a faster and more reliable access to all the chain updates as well as broadcasting transactions onto the blockchain. You can use a third-party node to interact with the blockchain, however.

Refer to this How to run a node section to get started with the node deployment.

Nodes Integration

To interact with Klever's blockchain, reading, fetching and uploading data, we provide a set of API calls.

There you can find their documentation pages:

KleverChain Proxy API

KleverChain Node API

Custom integration

Generate Adresses

To generate addresses, you may refer to How to create a wallet session

Transfer Assets

To create transactions, you can use the endpoints directly, or use KleverChain SDK (if using javascript).

Read transactions

To read the recent transactions, you'll need to use transaction list endpoint, and use the queries that are relevant for your search (Ex: filter by asset, date, receiver/sender address, etc.)

Testing

Test the integration with KleverChain

We recommend testing both on testnet, and then on mainnet nodes, before launching and app.

Throughout all the stages of development, you can use the testnet to test the logic of your application and the integration with the chain. The main advantage is that in the testnet you can request test KLV for free.

The mainnet is where the application will be actually running, so it is recommended to test the flow in the production environment as well.

Testnet

Mainnet

Was this page helpful?