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.

Packages

Installation

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

Terminal window
npm install @qatium/sdk

If using python, you should also install the PyPi dependency:

Terminal window
pip install qatiumsdk

Usage

Plugins

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

sdk.network.getAssets()

Browser

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

window.qatium.network.getAssets()