RunGetMethod

Run Get Method

post

Run get method on smart contract.

Authorizations
Body
addressstringRequired

Contract address

methodany ofRequired

Method name or method id

stringOptional
or
integerOptional
seqnointegerOptional

Seqno of masterchain block at which moment the Get Method is to be executed

Responses
200
Successful Response
application/json
post
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
}
{
  "ok": true,
  "result": "text",
  "error": "text",
  "code": 1
}