Build low-level custom instructions for your supertransaction
/v1/instructions/build
endpoint enables direct control over contract interactions by specifying exact function calls. Users provide ABI signatures and arguments to generate MEE instructions with specific callData.
Parameter | Type | Description |
---|---|---|
functionSignature | string | Function signature (e.g., function transfer(address to, uint256 amount) ) |
args | array | Function arguments, can include runtime balance objects |
to | string | Target contract address |
chainId | number | Chain ID for execution |
value | string | Optional: Native token value in wei (default “0”) |
gasLimit | string | Optional: Gas limit for the transaction |