/api/v3/addressInformation RPC Method
查詢參數
地址
字串
必填
載入中...
use_v2
布林值
載入中...
退貨
平衡
字串
載入中...
程式碼
字串
載入中...
資料
字串
載入中...
frozen_hash
字串
載入中...
last_transaction_hash
字串
載入中...
last_transaction_lt
字串
載入中...
狀態
字串
載入中...
請求
1curl --location 'https://docs-demo.ton-mainnet.quiknode.pro/api/v3/addressInformation?address=EQDtFpEwcFAEcRe5mLVh2N6C0x-_hJEM7W61_JLnSF74p4q2' \2--header 'accept: application/json'
1curl --location 'https://docs-demo.ton-mainnet.quiknode.pro/api/v3/addressInformation?address=EQDtFpEwcFAEcRe5mLVh2N6C0x-_hJEM7W61_JLnSF74p4q2' \2--header 'accept: application/json'
1const myHeaders = new Headers();2myHeaders.追加("accept", "application/json");34const requestOptions = {5method: "GET",6headers: myHeaders,7redirect: "follow"8};910fetch("https://docs-demo.ton-mainnet.quiknode.pro/api/v3/addressInformation?address=EQDtFpEwcFAEcRe5mLVh2N6C0x-_hJEM7W61_JLnSF74p4q2", requestOptions)
1const myHeaders = new Headers();2myHeaders.追加("accept", "application/json");34const requestOptions = {5method: "GET",6headers: myHeaders,7redirect: "follow"8};910fetch("https://docs-demo.ton-mainnet.quiknode.pro/api/v3/addressInformation?address=EQDtFpEwcFAEcRe5mLVh2N6C0x-_hJEM7W61_JLnSF74p4q2", requestOptions)
1匯入 請求23url = "https://docs-demo.ton-mainnet.quiknode.pro/api/v3/addressInformation?address=EQDtFpEwcFAEcRe5mLVh2N6C0x-_hJEM7W61_JLnSF74p4q2"45有效載荷 = {}6標題 = {7'accept': 'application/json'8}910response = requests.request("GET", url, headers=headers, data=payload)
1匯入 請求23url = "https://docs-demo.ton-mainnet.quiknode.pro/api/v3/addressInformation?address=EQDtFpEwcFAEcRe5mLVh2N6C0x-_hJEM7W61_JLnSF74p4q2"45有效載荷 = {}6標題 = {7'accept': 'application/json'8}910response = requests.request("GET", url, headers=headers, data=payload)
1需要 "uri"2需要 "net/http"34url = URI("https://docs-demo.ton-mainnet.quiknode.pro/api/v3/addressInformation?address=EQDtFpEwcFAEcRe5mLVh2N6C0x-_hJEM7W61_JLnSF74p4q2")56http = Net::HTTP.new(url.host, url.port);7請求 = 淨::HTTP::Get.new(url)8請求["接受"] = "application/json"910response = http.request(request)
1需要 "uri"2需要 "net/http"34url = URI("https://docs-demo.ton-mainnet.quiknode.pro/api/v3/addressInformation?address=EQDtFpEwcFAEcRe5mLVh2N6C0x-_hJEM7W61_JLnSF74p4q2")56http = Net::HTTP.new(url.host, url.port);7請求 = 淨::HTTP::Get.new(url)8請求["接受"] = "application/json"910response = http.request(request)