Transactions
call
Executes a new message call without creating a transaction on chain.
POST
Body
application/json
Available options:
2.0
Example:
"2.0"
The name of the method to be invoked.
Available options:
quai_call
Example:
"quai_call"
The transaction data to test execution for, the default block parameter.
Example:
[
{
"from": "0x02E4dD4F66E018fD2bddf57467D4bB359D72b705",
"to": "0x0864B3aab87584b337a92aB1fCfCcf6dad2463Db",
"gas": "0x5208",
"value": "0x10F2C",
"data": "0x"
},
"latest"
]
A unique identifier for the request.
Example:
1
Was this page helpful?