Methods

get

Execute get method for account

Path parameters
account_idstringRequired

account ID

Example: 0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621
method_namestringRequired

contract get method name

Example: get_wallet_address
Query parameters
argsstring[]Optional

Supported values: "NaN" for NaN type, "Null" for Null type, 10-base digits for tiny int type (Example: 100500), 0x-prefixed hex digits for int257 (Example: 0xfa01d78381ae32), all forms of addresses for slice type (Example: 0:6e731f2e28b73539a7f85ac47ca104d5840b229351189977bb6151d36b5e3f5e), single-root base64-encoded BOC for cell (Example: "te6ccgEBAQEAAgAAAA=="), single-root hex-encoded BOC for slice (Example: b5ee9c72010101010002000000)

Example: ["0:9a33970f617bcd71acf2cd28357c067aa31859c02820d8f01d74c88063a8f4d8"]
Responses
200
method execution result
application/json
get
GET /v2/blockchain/accounts/{account_id}/methods/{method_name} HTTP/1.1
Host: ton-open-api.nownodes.io
Accept: */*
{
  "success": true,
  "exit_code": 0,
  "stack": [
    {
      "type": "cell",
      "cell": "te6cckEBAQEAJAAAQ4ARPeUceMlv4l12d6jdLpIzzbAV6amYXNZeZK2aicQdC/Apj8aJ",
      "slice": "",
      "num": "",
      "tuple": []
    }
  ],
  "decoded": null
}