Authorizations
API Key required to access Supertransaction API. Example: mee_2w3mXCuyt4xVXDRCZ5k5Lhgs
Body
application/json
Body
Request to build composable instructions from ABI signature and arguments
Function signature string (e.g., "function approve(address spender, uint256 amount)")
Example:
"function transfer(address to, uint256 amount)"
Target contract address
Example:
"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"
Chain ID where the transaction will be executed
Example:
8453
Native token value in wei
Example:
"0"
Gas limit for the transaction
Example:
"50000"
Response
200
Array of MEE instructions ready for execution