Download

arrow_down

Build

arrow_down

More

arrow_down
activityactivityactivityactivity
  • themelight
  • languageIcon

  • menu
Skip to Content
En Docs
Reference
Invoke Transfer

Invoke Transfer

Both dapps integrated within Bitget Wallet and third-party dapps can utilize deeplinks with proper parameters to directly trigger the wallet app’s payment interface on mobile devices.

Invocation Steps

Example Link:
bitkeep://tranfer?chain=matic&contract=0xc2132d05d31c914a87c6611c10748aeb04b58e8f &to=0xB8755c28eC7FA297f39ccaDEA1a52AcF39C2d2ea&amount=10.5

For a native coin:
bitkeep://tranfer?chain=matic&contract= &to=0xB8755c28eC7FA297f39ccaDEA1a52AcF39C2d2ea&amount=10.5

Parameter Description

Parameter Type Required Description
chain string1️⃣ Chain for initiating the transaction
contract string Token contract address, if the token is a native token, it should be an empty string
to string Recipient address
amount string Transaction amount

Note1️⃣: Click to download to view all supported chains:Download JSON
The chain parameter values mainly support the following chains, and the corresponding relationships are as follows:

Chain Name chain Parameter Value
Bitcoin btc
Solana sol
Ton ton
Ethereum eth
Polygon matic
Arbitrum arbitrum
Base base
Optimism optimism
Tron trx
Doge doge
Dash dash
Morph Holesky morph
Linea linea
Sui suinet
Aptos apt
Near near
Cosmos atom
Merlin Chain merlin
Mantle mnt
Fantom ftm
World Chain evm#480
Avalanche-C avax_c
Avalanche-X avax_x

2.Launch Bitget Wallet APP transfer page

Install the @bitget-wallet/utils plugin and call the transfer method to launch the Bitget Wallet APP transfer page. For detailed instructions, please refer to the following link: https://www.npmjs.com/package/@bitget-wallet/utils

Last updated on