/wallet/getincomingviewingkey REST API Endpoint
Körperparameter
ak
Zeichenkette
ERFORDERLICH
Wird geladen...
nk
Zeichenkette
ERFORDERLICH
Wird geladen...
Rücksendungen
ivk
Wird geladen...
Anfrage
1curl https://docs-demo.tron-mainnet.quiknode.pro/wallet/getincomingviewingkey \2--header 'accept: application/json' \3--header 'content-type: application/json' \4--Daten '{5"ak": "72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d",6"nk": "da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a"7}8'
1curl https://docs-demo.tron-mainnet.quiknode.pro/wallet/getincomingviewingkey \2--header 'accept: application/json' \3--header 'content-type: application/json' \4--Daten '{5"ak": "72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d",6"nk": "da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a"7}8'
1const url = 'https://docs-demo.tron-mainnet.quiknode.pro/wallet/getincomingviewingkey';23const Daten = {4ak: "72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d",5nk: "da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a"6};78abrufen(url, {9Methode: 'POST',10headers: {11„akzeptieren“: 'application/json',12'content-type': 'application/json'13},14Körper: JSON.stringify(data)15})16.dann(Antwort => Antwort.json())17.dann(Daten => Konsole.log(Daten))18.catch(Fehler => Konsole.Fehler(Fehler));19
1const url = 'https://docs-demo.tron-mainnet.quiknode.pro/wallet/getincomingviewingkey';23const Daten = {4ak: "72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d",5nk: "da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a"6};78abrufen(url, {9Methode: 'POST',10headers: {11„akzeptieren“: 'application/json',12'content-type': 'application/json'13},14Körper: JSON.stringify(data)15})16.dann(Antwort => Antwort.json())17.dann(Daten => Konsole.log(Daten))18.catch(Fehler => Konsole.Fehler(Fehler));19
1import Anfragen23url = "https://docs-demo.tron-mainnet.quiknode.pro/wallet/getincomingviewingkey"45Daten = {6'ak': '72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d',7'nk': 'da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a'8}910Überschriften = {11„akzeptieren“: 'application/json',12'content-type': 'application/json'13}1415Antwort = Anfragen.POST(URL, json=data, headers=Kopfzeilen)16Drucken(Antwort.json())17
1import Anfragen23url = "https://docs-demo.tron-mainnet.quiknode.pro/wallet/getincomingviewingkey"45Daten = {6'ak': '72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d',7'nk': 'da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a'8}910Überschriften = {11„akzeptieren“: 'application/json',12'content-type': 'application/json'13}1415Antwort = Anfragen.POST(URL, json=data, headers=Kopfzeilen)16Drucken(Antwort.json())17
1require "uri"2require „net/http“3require 'json'45url = URI("https://docs-demo.tron-mainnet.quiknode.pro/wallet/getincomingviewingkey")67Daten = {8ak: "72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d",9nk: "da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a"10}1112Überschriften = {13„akzeptieren“ => 'application/json',14'content-type' => 'application/json'15}1617http = Net::HTTP.new(url.host, URL.Port)18http.use_ssl = true1920Anfrage = Netto::HTTP::POST.new(URL.Pfad, Header)21Anfrage.Inhalt = Daten.to_json2223Antwort = http.Anfrage(Anfrage)24gibt die Antwort aus.Hauptteil
1require "uri"2require „net/http“3require 'json'45url = URI("https://docs-demo.tron-mainnet.quiknode.pro/wallet/getincomingviewingkey")67Daten = {8ak: "72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d",9nk: "da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a"10}1112Überschriften = {13„akzeptieren“ => 'application/json',14'content-type' => 'application/json'15}1617http = Net::HTTP.new(url.host, URL.Port)18http.use_ssl = true1920Anfrage = Netto::HTTP::POST.new(URL.Pfad, Header)21Anfrage.Inhalt = Daten.to_json2223Antwort = http.Anfrage(Anfrage)24gibt die Antwort aus.Hauptteil
Haben Sie noch kein Konto?
Erstellen Sie Ihren Quicknode-Endpunkt in Sekundenschnelle und legen Sie los
Kostenlos loslegen