nonce, the gasPrice and gasLimit for your transaction. However, this only works for basic ETH or ERC-20 transactions.0xa9059cbb000000000000000000000000a346b347217d10b6a5925f870aa14e7695e4eabe000000000000000000000000000000000000000000000000000000001dcd6500assetSymbol to ETH. If you set the value to anything else it will failfromAddress to an address you own and can sign transactions forto address as the contract you want to call. NB: Don't confuse this field when using this mutation to send a basic ERC-20 transfer, as the to address is the recipient of the tokens.{
"from": "<Your Address>",
"to":"<Contract Address>",
"assetSymbol": "ETH",
"value": "0",
"data": "0xa9059cbb000000000000000000000000a346b347217d10b6a5925f870aa14e7695e4eabe000000000000000000000000000000000000000000000000000000001dcd6500"
}