Skip to main content

API Reference

Commands (Sent to Iframe)

ADD_WALLETS

Adds wallets to the whitelist.
Wallet Formats:
  • String: "ABCD" or "ABCD:Label"
  • Object: { address: "ABCD", label: "Label" }
Example:

CLEAR_WALLETS

Removes all iframe-added wallets from the whitelist.
Example:

GET_WALLETS

Retrieves current whitelist.
Example:

Responses (Received from Iframe)