/api/v2/runGetMethodStd RPC Method
Körperparameter
Adresse
Zeichenkette
ERFORDERLICH
Wird geladen...
Methode
Zeichenkette
ERFORDERLICH
Wird geladen...
stack
Array
ERFORDERLICH
Wird geladen...
Rücksendungen
ok
boolesch
Wird geladen...
Ergebnis
Objekt
Wird geladen...
@type
Zeichenkette
Wird geladen...
Verbrauch
Ganzzahl
Wird geladen...
stack
Array
Wird geladen...
exit_code
Ganzzahl
Wird geladen...
@extra
Zeichenkette
Wird geladen...
Anfrage
1curl --location 'https://docs-demo.ton-mainnet.quiknode.pro/api/v2/runGetMethodStd' \2--header 'accept: application/json' \3--header 'Content-Type: application/json' \4--Daten '{5"address": "UQBP4mzpDIywL1SV-Wp9ZuBBlzprR9eXQgSYGEXiUEHm73vA",6"method": "seqno",7"stack": []8}'9
1curl --location 'https://docs-demo.ton-mainnet.quiknode.pro/api/v2/runGetMethodStd' \2--header 'accept: application/json' \3--header 'Content-Type: application/json' \4--Daten '{5"address": "UQBP4mzpDIywL1SV-Wp9ZuBBlzprR9eXQgSYGEXiUEHm73vA",6"method": "seqno",7"stack": []8}'9
1const myHeaders = new Headers();2myHeaders.anhängen("accept", "application/json");3myHeaders.anhängen("Content-Type", "application/json");45const raw = JSON.stringify({6"address": "UQBP4mzpDIywL1SV-Wp9ZuBBlzprR9eXQgSYGEXiUEHm73vA",7"method": "seqno",8"stack": []9});1011const requestOptions = {12Methode: „POST“,13Überschriften: myHeaders,14Körper: raw,15Weiterleitung: „follow“16};1718fetch("https://docs-demo.ton-mainnet.quiknode.pro/api/v2/runGetMethodStd", requestOptions)19.dann((Antwort) => Antwort.text())20.dann((Ergebnis) => Konsole.log(Ergebnis))21.catch((Fehler) => Konsole.Fehler(Fehler));22
1const myHeaders = new Headers();2myHeaders.anhängen("accept", "application/json");3myHeaders.anhängen("Content-Type", "application/json");45const raw = JSON.stringify({6"address": "UQBP4mzpDIywL1SV-Wp9ZuBBlzprR9eXQgSYGEXiUEHm73vA",7"method": "seqno",8"stack": []9});1011const requestOptions = {12Methode: „POST“,13Überschriften: myHeaders,14Körper: raw,15Weiterleitung: „follow“16};1718fetch("https://docs-demo.ton-mainnet.quiknode.pro/api/v2/runGetMethodStd", requestOptions)19.dann((Antwort) => Antwort.text())20.dann((Ergebnis) => Konsole.log(Ergebnis))21.catch((Fehler) => Konsole.Fehler(Fehler));22
1import Anfragen2import json34url = "https://docs-demo.ton-mainnet.quiknode.pro/api/v2/runGetMethodStd"56Nutzlast = json.dumps({7"address": "UQBP4mzpDIywL1SV-Wp9ZuBBlzprR9eXQgSYGEXiUEHm73vA",8"method": "seqno",9"stack": []10})11Überschriften = {12„akzeptieren“: 'application/json',13„Content-Type“: 'application/json'14}1516Antwort = Anfragen.Anfrage("POST", url, headers=headers, Daten=Nutzdaten)1718Drucken(Antwort.text)19
1import Anfragen2import json34url = "https://docs-demo.ton-mainnet.quiknode.pro/api/v2/runGetMethodStd"56Nutzlast = json.dumps({7"address": "UQBP4mzpDIywL1SV-Wp9ZuBBlzprR9eXQgSYGEXiUEHm73vA",8"method": "seqno",9"stack": []10})11Überschriften = {12„akzeptieren“: 'application/json',13„Content-Type“: 'application/json'14}1516Antwort = Anfragen.Anfrage("POST", url, headers=headers, Daten=Nutzdaten)1718Drucken(Antwort.text)19
1require "uri"2require "json"3require „net/http“45url = URI("https://docs-demo.ton-mainnet.quiknode.pro/api/v2/runGetMethodStd")67http = Net::HTTP.new(url.host, URL.Port)8http.use_ssl = true9Anfrage = Netto::HTTP::POST.new(URL)10Anfrage[„akzeptieren“] = „application/json“11Anfrage[„Content-Type“] = „application/json“12Anfrage.Inhalt = JSON.dump({13"address": "UQBP4mzpDIywL1SV-Wp9ZuBBlzprR9eXQgSYGEXiUEHm73vA",14"method": "seqno",15"stack": []16})1718Antwort = http.Anfrage(Anfrage)19gibt die Antwort aus.read_body20
1require "uri"2require "json"3require „net/http“45url = URI("https://docs-demo.ton-mainnet.quiknode.pro/api/v2/runGetMethodStd")67http = Net::HTTP.new(url.host, URL.Port)8http.use_ssl = true9Anfrage = Netto::HTTP::POST.new(URL)10Anfrage[„akzeptieren“] = „application/json“11Anfrage[„Content-Type“] = „application/json“12Anfrage.Inhalt = JSON.dump({13"address": "UQBP4mzpDIywL1SV-Wp9ZuBBlzprR9eXQgSYGEXiUEHm73vA",14"method": "seqno",15"stack": []16})1718Antwort = http.Anfrage(Anfrage)19gibt die Antwort aus.read_body20
Haben Sie noch kein Konto?
Erstellen Sie Ihren Quicknode-Endpunkt in Sekundenschnelle und legen Sie los
Kostenlos loslegen