Skip to content
We're currently creating a lot of content. Sign up to get notified when it's ready.

Overview

This section contains the API reference for the Qatium SDK. The SDK is a library that lets you build extensions on the Qatium platform.

In order to install the package, you can use npm:

Terminal window
npm install @qatium/sdk

Inside plugins you can use the sdk object directly as a global variable:

sdk.network.getAssets()

Another way of using the SDK is using the browser console. It can be found in window.qatium:

window.qatium.network.getAssets()