Run get method on smart contract.
Contract address
Method name or method id
Array of stack elements: [['num',3], ['cell', cell_object], ['slice', slice_object]]
[['num',3], ['cell', cell_object], ['slice', slice_object]]
Seqno of masterchain block at which moment the Get Method is to be executed
POST /runGetMethod HTTP/1.1 Host: ton.nownodes.io X-API-Key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 57 { "address": "text", "method": "text", "stack": [ [] ], "seqno": 1 }
Successful Response
{ "ok": true, "result": "text", "error": "text", "code": 1 }