T402 API Reference - v2.8.0
Website
Documentation
GitHub
Preparing search index...
mcp/src
executeGetBalance
Function executeGetBalance
executeGetBalance
(
input
:
{
network
?:
|
"base"
|
"ethereum"
|
"arbitrum"
|
"optimism"
|
"polygon"
|
"avalanche"
|
"ink"
|
"berachain"
|
"unichain"
;
address
?:
string
;
}
,
rpcUrls
?:
Partial
<
Record
<
SupportedNetwork
,
string
>
>
,
)
:
Promise
<
ChainBalance
>
Execute getBalance tool
Parameters
input
:
{
network
?:
|
"base"
|
"ethereum"
|
"arbitrum"
|
"optimism"
|
"polygon"
|
"avalanche"
|
"ink"
|
"berachain"
|
"unichain"
;
address
?:
string
;
}
Optional
rpcUrls
:
Partial
<
Record
<
SupportedNetwork
,
string
>
>
Returns
Promise
<
ChainBalance
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Website
Documentation
GitHub
T402 API Reference - v2.8.0
Loading...
Execute getBalance tool