Developer Questions

Ask a Question
ANSWERED

Xumm app account api balance

Is there any api endpoint of getting the Xumm app wallet balance?.

ANSWERED

If i install package xumm-xapp-sdk for next js project getting local storage error.

I'm implemeting xapp using next js application. In that i'm trying to consume xapp sdk to open browser from my xapp. If i install and use xumm-xapp-sdk i'm getting local storage not found error. If i use script url not getting any error (). But i wanted to use xumm-xapp-sdk by installing package. Could you please help me on this why i'm getting local storage error and how to resolve it.

ANSWERED

Customize popup in XUMM

Is it possible to customize popup styles displaying on XUMM (Navigating to browser using xapp.openBrowser) ?

ANSWERED

Connecting to the SDK from Unity

Hi there

ANSWERED

Connect XUMM Wallet

How to connect with XUMM Wallet in my custom application by Scanning QR through the XUMM app with button click

ANSWERED

Connecting XUMM as an OpenID Connect provider on AWS Cognito

I'm trying to use xumm as an OpenID connect provider using AWS cognito. I’m hoping someone can provide some guidance on my integration

ANSWERED

"Not enough liquidity to send this payment"

I'm building a web app where users can send me IOU tokens that I created. I'm testing it on the mainnet and every wallet I use to send the token gives the error "Not enough liquidity to send this payment". I'm trying to send 1 token and have confirmed the sending wallets has several tokens. I have not seen this on the testnet. What am I missing? Is there any way around this?

ANSWERED

BLOG or Support FAQ about user sign in payload?

I am building an app and using a sign in payload to identify the user and acquire their rAddress.

ANSWERED

Trying to test Sign In flow on local environment (localhost), will it not work?

I've got XummPkce installed locally, and the metatag inserted to my application. Its running on 127.0.0.1:5173, so I'm assuming this won't work as it doesn't match my application's production URL. Is this correct? Or should I still be able to get it working locally?

ANSWERED

How can i receive wallet address in xapp.

I want to receive wallet address of xapp user while using my custom xapp. How to do this. Please help on this.