v1.4.0

Release Date

July 25th 2025 08:00 in UTC

Note

What's new

  • cryptoPaymentInfo filed of Webhook has been added when payment status is CONFIRMED

{
    "paymentId": "",
    "status": "CONFIRMED",
    "cryptoPaymentInfo": { // added when status: CONFIRMED
        "paymentTxHash": "0x.."
    }
}  
  • Method to retrieve fungible token balance has been added

walletProvider.getErc20TokenBalance(contractAddress, walletAddress)

If you have not yet completed domain verification for using the Bitget Wallet, please refer to this guide.

We always recommend using the latest version of the Mini Dapp SDK to ensure security and compatibility.

Last updated