build_transaction
Create unsigned blockchain transactions with gas estimates for sending tokens or native currency between addresses on supported networks.
Instructions
Build a transaction object ready for signing.
Args: from_address: Sender wallet address to_address: Recipient wallet address value: Amount to send (in token units or wei) chain: Blockchain network token_address: Optional ERC-20 token address (native token if not provided)
Returns: Unsigned transaction object with gas estimates.
Price: $0.15
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_address | Yes | ||
| to_address | Yes | ||
| value | Yes | ||
| chain | No | ethereum | |
| token_address | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |