T402 API Reference - v2.8.0
Website
Documentation
GitHub
Preparing search index...
mcp/src
executePay
Function executePay
executePay
(
input
:
{
to
?:
string
;
amount
?:
string
;
token
?:
"USDT"
|
"USDC"
|
"USDT0"
;
network
?:
|
"base"
|
"ethereum"
|
"arbitrum"
|
"optimism"
|
"polygon"
|
"avalanche"
|
"ink"
|
"berachain"
|
"unichain"
;
memo
?:
string
;
confirmed
?:
boolean
;
}
,
options
:
PayOptions
,
)
:
Promise
<
|
PaymentResult
|
{
needsConfirmation
:
true
;
summary
:
string
;
details
:
Record
<
string
,
string
>
;
}
,
>
Execute pay tool
Parameters
input
:
{
to
?:
string
;
amount
?:
string
;
token
?:
"USDT"
|
"USDC"
|
"USDT0"
;
network
?:
|
"base"
|
"ethereum"
|
"arbitrum"
|
"optimism"
|
"polygon"
|
"avalanche"
|
"ink"
|
"berachain"
|
"unichain"
;
memo
?:
string
;
confirmed
?:
boolean
;
}
options
:
PayOptions
Returns
Promise
<
|
PaymentResult
|
{
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 pay tool