Call
Executes a new message call immediately without creating a transaction on the block chain.
https://api.atoverse.info/api
?module=proxy
&action=atos_call
&to=0x94c9aCf3C64b32CEBD603a94d660c2E5d512B78f
&data=0x893d20e8
&apikey=YourApiKeyToken
Request
Query Parameters
Parameter | Description |
---|---|
to | the string representing the address to interact with |
data | the hash of the method signature and encoded parameters |
Response
Sample response
{
"code":200,
"msg":"ok",
"data":"0x0000000000000000000000008aece236f055815fc56489e81ce37dfbda61d436"
}