Skip to main content

API

Marble's API module, which is used for Marble-specific functionality, like showing pre-built components. Example: get the user's addresses, show the user's wallet, show the funding modal, etc.

import { Marble } from "marble-sdk";

const marble = new Marble();
const api = marble.api;