/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--data '{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--data '{5"ak": "72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d",6"nk": "da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a"7}8'
1const url = 'https://docs-demo.tron-mainnet.quiknode.pro/wallet/getincomingviewingkey';23const data = {4ak: "72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d",5nk: "da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a"6};78abrufen(url, {9Methode: 'POST',10headers: {11„akzeptieren“: 'application/json',12'content-type': 'application/json'13},14body: 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 data = {4ak: "72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d",5nk: "da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a"6};78abrufen(url, {9Methode: 'POST',10headers: {11„akzeptieren“: 'application/json',12'content-type': 'application/json'13},14body: 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"45data = {6'ak': '72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d',7'nk': 'da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a'8}910Kopfzeilen = {11„akzeptieren“: 'application/json',12'content-type': 'application/json'13}1415response = requests.post(url, json=data, headers=headers)16Drucken(Antwort.json())17
1import Anfragen23url = "https://docs-demo.tron-mainnet.quiknode.pro/wallet/getincomingviewingkey"45data = {6'ak': '72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d',7'nk': 'da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a'8}910Kopfzeilen = {11„akzeptieren“: 'application/json',12'content-type': 'application/json'13}1415response = requests.post(url, json=data, headers=headers)16Drucken(Antwort.json())17
1require „uri“2require „net/http“3require 'json'45url = URI("https://docs-demo.tron-mainnet.quiknode.pro/wallet/getincomingviewingkey")67data = {8ak: "72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d",9nk: "da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a"10}1112Kopfzeilen = {13„akzeptieren“ => 'application/json',14'content-type' => 'application/json'15}1617http = Net::HTTP.new(url.host, URL.Port)18http.use_ssl = true1920request = Net::HTTP::Post.new(url.path, headers)21request.body = data.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")67data = {8ak: "72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d",9nk: "da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a"10}1112Kopfzeilen = {13„akzeptieren“ => 'application/json',14'content-type' => 'application/json'15}1617http = Net::HTTP.new(url.host, URL.Port)18http.use_ssl = true1920request = Net::HTTP::Post.new(url.path, headers)21request.body = data.to_json2223Antwort = http.Anfrage(Anfrage)24gibt die Antwort aus.Hauptteil
Hast du noch kein Konto?
Erstellen Sie Ihrenendpoint Sekundenschnelle und legen Sie los
Kostenlos loslegen