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
1. Build deeplink URL
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 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 |
Binance Smart Chain | bnb |
Polygon | matic |
Arbitrum | arb |
base | base |
Optimism | optimism |
Tron | trx |
Doge | doge |
Dash | dash |
Dash | dash |
Morph Holesky | morph |
Linea | linea |
Sui | suinet |
Ripple | xrp |
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