fuse_send_erc20
ActiveTool of Fuse Network
declared in 0.1.0
Submits a signed `ERC20.transfer(to, amount)` from the server's signer. Decimals are auto-fetched from the token; use `unit: "base"` to skip scaling.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"tokenAddress",
"to",
"amount"
],
"properties": {
"to": {
"type": "string",
"description": "Recipient address."
},
"unit": {
"enum": [
"display",
"base"
],
"type": "string"
},
"amount": {
"type": "string",
"description": "Amount to transfer. Default unit is the token's display unit (decimals auto-detected); pass `unit: \"base\"` to send raw base units."
},
"tokenAddress": {
"type": "string",
"description": "ERC-20 token contract address."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Fuse Network
1/7 registries