fuse_get_balance
ActiveTool of Fuse Network
declared in 0.1.0
Returns the native FUSE balance for an address, or an ERC-20 token balance when `tokenAddress` is supplied.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"address"
],
"properties": {
"address": {
"type": "string",
"description": "EOA or contract address to query (0x-prefixed, EIP-55 or lowercase)."
},
"tokenAddress": {
"type": "string",
"description": "Optional ERC-20 token address. Omit to fetch the native FUSE balance."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Fuse Network
1/7 registries