1
1
# Deeplinking
2
2
3
+ All deeplink routes can be used with either ` https://link.trustwallet.com ` or ` trust:// ` .
4
+
5
+ The ` https://link.trustwallet.com ` domain will route the user to a download landing page where the user can download the app for iOS, Android, or web extension. If the user already has the app installed, they will get a pop-up deeplinking them to the actual route page in the app.
6
+
7
+ The ` trust:// ` URI will directly deeplink route the user to the corresponding in-app page and should be used in campaigns where it is known that all users clicking on the link already have the Trust Wallet app installed.
8
+
3
9
## DApp Browser
4
10
5
11
Open dapp browser with a specific url and network
6
12
7
13
- ` coin ` slip44 index
8
14
- ` url ` website url
9
15
10
- https://link.trustwallet.com/open_url?coin_id=60&url=https://compound.finance
16
+ ` https://link.trustwallet.com/open_url?coin_id=60&url=https://compound.finance `
11
17
12
18
## Assets
13
19
14
20
### Open coin
15
21
16
22
- ` asset ` asset in [ UAI format] ( /assets/universal_asset_id.md )
17
23
18
- https://link.trustwallet.com/open_coin?asset=c60
24
+ ` https://link.trustwallet.com/open_coin?asset=c60 `
19
25
20
26
### Add asset
21
27
22
28
Asset will be added to local storage and will show up on the wallet screen.
23
29
24
30
- ` asset ` asset in [ UAI format] ( /assets/universal_asset_id.md )
25
31
26
- https://link.trustwallet.com/add_asset?asset=c60_t0x514910771af9ca656af840dff83e8264ecf986ca
32
+ ` https://link.trustwallet.com/add_asset?asset=c60_t0x514910771af9ca656af840dff83e8264ecf986ca `
27
33
28
34
## Payment
29
35
@@ -32,7 +38,7 @@ https://link.trustwallet.com/add_asset?asset=c60_t0x514910771af9ca656af840dff83e
32
38
- ` code ` unique code
33
39
- ` provider ` provider url
34
40
35
- https://link.trustwallet.com/redeem?code=abc123
41
+ ` https://link.trustwallet.com/redeem?code=abc123 `
36
42
37
43
### Send Payment:
38
44
@@ -42,38 +48,38 @@ https://link.trustwallet.com/redeem?code=abc123
42
48
- ` memo ` Optional. Memo
43
49
- ` data ` Optional. Data
44
50
45
- https://link.trustwallet.com/send?asset=c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F&address=0x650b5e446edabad7eba7fa7bb2f6119b2630bfbb&amount=1&memo=test
51
+ ` https://link.trustwallet.com/send?asset=c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F&address=0x650b5e446edabad7eba7fa7bb2f6119b2630bfbb&amount=1&memo=test `
46
52
47
53
### Referral:
48
54
49
- https://link.trustwallet.com/referral
55
+ ` https://link.trustwallet.com/referral `
50
56
51
57
## Staking
52
58
53
59
### Stake details:
54
60
55
61
- ` coin ` slip44 index
56
62
57
- https://link.trustwallet.com/stake?coin=118
63
+ ` https://link.trustwallet.com/stake?coin=118 `
58
64
59
65
### Stake / Delegate:
60
66
61
67
- ` coin ` slip44 index
62
68
- ` id ` validator / delegator to be selected. Optional
63
69
64
- https://link.trustwallet.com/stake_delegate?coin=118&id=cosmosvaloper156gqf9837u7d4c4678yt3rl4ls9c5vuursrrzf
70
+ ` https://link.trustwallet.com/stake_delegate?coin=118&id=cosmosvaloper156gqf9837u7d4c4678yt3rl4ls9c5vuursrrzf `
65
71
66
72
### Unstake / Undelegate:
67
73
68
74
- ` coin ` slip44 index
69
75
70
- https://link.trustwallet.com/stake_undelegate?coin=118
76
+ ` https://link.trustwallet.com/stake_undelegate?coin=118 `
71
77
72
78
### Claim Rewards:
73
79
74
80
- ` coin ` slip44 index
75
81
76
- https://link.trustwallet.com/stake_claim_rewards?coin=118
82
+ ` https://link.trustwallet.com/stake_claim_rewards?coin=118 `
77
83
78
84
## Exchange
79
85
@@ -82,72 +88,54 @@ https://link.trustwallet.com/stake_claim_rewards?coin=118
82
88
- ` from ` asset in [ UAI format] ( /assets/universal_asset_id.md )
83
89
- ` to ` asset in [ UAI format] ( /assets/universal_asset_id.md )
84
90
85
- https://link.trustwallet.com/swap?from=c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F&to=c60
91
+ ` https://link.trustwallet.com/swap?from=c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F&to=c60 `
86
92
87
93
### Open Buy Crypto
88
94
89
95
- ` asset ` asset in [ UAI format] ( /assets/universal_asset_id.md )
90
96
91
- https://link.trustwallet.com/buy?asset=c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F
97
+ ` https://link.trustwallet.com/buy?asset=c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F `
92
98
93
99
### Open Sell Crypto
94
100
95
101
- ` asset ` asset in [ UAI format] ( /assets/universal_asset_id.md )
96
102
97
- https://link.trustwallet.com/sell?asset=c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F
103
+ ` https://link.trustwallet.com/sell?asset=c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F `
98
104
99
105
### Open Market Info
100
106
101
107
- ` asset ` asset in [ UAI format] ( /assets/universal_asset_id.md )
102
108
103
- https://link.trustwallet.com/market?asset=c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F
109
+ ` https://link.trustwallet.com/market?asset=c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F `
104
110
105
111
### Open Notifications
106
112
107
- https://link.trustwallet.com/notifications
113
+ ` https://link.trustwallet.com/notifications `
108
114
109
115
### Open Price alerts
110
116
111
- https://link.trustwallet.com/alerts
112
-
113
- #### Available domains links:
114
-
115
- - ` https://link.trustwallet.com `
116
- - ` trust:// `
117
-
118
- #### Definition
119
-
120
- slip44 index - https://github.com/trustwallet/wallet-core/blob/master/docs/registry.md
117
+ ` https://link.trustwallet.com/alerts `
121
118
122
119
## WalletConnect
123
120
124
121
### Connect to a WalletConnect session
125
122
126
- https://link.trustwallet.com/wc?uri=wc%3Aca1fccc0-f4d1-46c2-90b7-c07fce1c0cae%401%3Fbridge%3Dhttps%253A%252F%252Fbridge.walletconnect.org%26key%3Da413d90751839c7628873557c718fd73fcedc5e8e8c07cfecaefc0d3a178b1d8
127
-
128
- #### Available domains links:
129
-
130
- - ` https://link.trustwallet.com `
131
- - ` trust:// `
123
+ ` https://link.trustwallet.com/wc?uri=wc%3Aca1fccc0-f4d1-46c2-90b7-c07fce1c0cae%401%3Fbridge%3Dhttps%253A%252F%252Fbridge.walletconnect.org%26key%3Da413d90751839c7628873557c718fd73fcedc5e8e8c07cfecaefc0d3a178b1d8 `
132
124
133
125
## NFTs
134
126
135
127
Open NFTs tab.
136
128
137
129
` https://link.trustwallet.com/nfts `
138
130
139
- #### Available domains links:
140
-
141
- - ` https://link.trustwallet.com `
142
- - ` trust:// `
143
-
144
131
## Quest
145
132
146
133
Open the quest page.
147
134
148
135
` https://link.trustwallet.com/quest `
149
136
150
- #### Available domains links:
137
+ ## Launchpool
138
+
139
+ Open the Launchpool page.
151
140
152
- - ` https://link.trustwallet.com `
153
- - ` trust:// `
141
+ ` https://link.trustwallet.com/launchpool `
0 commit comments