T402 API Reference - v2.8.0
Website
Documentation
GitHub
Preparing search index...
mcp/src
executeSmartPay
Function executeSmartPay
executeSmartPay
(
input
:
{
url
?:
string
;
maxBridgeFee
?:
string
;
preferredNetwork
?:
string
;
confirmed
?:
boolean
;
}
,
wdk
:
T402WDK
,
)
:
Promise
<
|
SmartPayResult
|
{
needsConfirmation
:
true
;
summary
:
string
;
details
:
Record
<
string
,
string
>
;
}
,
>
Execute t402/smartPay tool
Parameters
input
:
{
url
?:
string
;
maxBridgeFee
?:
string
;
preferredNetwork
?:
string
;
confirmed
?:
boolean
;
}
wdk
:
T402WDK
Returns
Promise
<
|
SmartPayResult
|
{
needsConfirmation
:
true
;
summary
:
string
;
details
:
Record
<
string
,
string
>
;
}
,
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Website
Documentation
GitHub
T402 API Reference - v2.8.0
Loading...
Execute t402/smartPay tool