/wallet/getincomingviewingkey REST API Endpoint
Lichaamsparameters
ak
tekenreeks
VERPLICHT
Bezig met laden...
nk
tekenreeks
VERPLICHT
Bezig met laden...
Retourzendingen
ivk
Bezig met laden...
Verzoek
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};78ophalen(url, {9methode: 'POST',10headers: {11'accept': 'application/json',12'content-type': 'application/json'13},14body: JSON.stringify(data)15})16.dan(reactie => response.json())17.then(data => console.log(data))18.catch(error => console.error(error));19
1const url = 'https://docs-demo.tron-mainnet.quiknode.pro/wallet/getincomingviewingkey';23const data = {4ak: "72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d",5nk: "da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a"6};78ophalen(url, {9methode: 'POST',10headers: {11'accept': 'application/json',12'content-type': 'application/json'13},14body: JSON.stringify(data)15})16.dan(reactie => response.json())17.then(data => console.log(data))18.catch(error => console.error(error));19
1import verzoeken23url = "https://docs-demo.tron-mainnet.quiknode.pro/wallet/getincomingviewingkey"45gegevens = {6'ak': '72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d',7'nk': 'da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a'8}910kopteksten = {11'accept': 'application/json',12'content-type': 'application/json'13}1415response = requests.post(url, json=data, headers=headers)16print(response.json())17
1import verzoeken23url = "https://docs-demo.tron-mainnet.quiknode.pro/wallet/getincomingviewingkey"45gegevens = {6'ak': '72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d',7'nk': 'da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a'8}910kopteksten = {11'accept': 'application/json',12'content-type': 'application/json'13}1415response = requests.post(url, json=data, headers=headers)16print(response.json())17
1vereisen "uri"2vereisen "net/http"3require 'json'45url = URI("https://docs-demo.tron-mainnet.quiknode.pro/wallet/getincomingviewingkey")67gegevens = {8ak: "72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d",9nk: "da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a"10}1112kopteksten = {13'accept' => '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)21verzoek.tekst = gegevens.to_json2223antwoord = http.verzoek(verzoek)24geeft het antwoord weer.body
1vereisen "uri"2vereisen "net/http"3require 'json'45url = URI("https://docs-demo.tron-mainnet.quiknode.pro/wallet/getincomingviewingkey")67gegevens = {8ak: "72b041a8006a02a995c24f5b8531a62008c8c54a1979622dc4ea6f54a506732d",9nk: "da6542f57f6f730cb31b401b9ca8660589d8a765405c6d6f48fd392ac5360b0a"10}1112kopteksten = {13'accept' => '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)21verzoek.tekst = gegevens.to_json2223antwoord = http.verzoek(verzoek)24geeft het antwoord weer.body
Heb je nog geen account?
Maak binnen enkele seconden je Quicknode-eindpunt aan en ga aan de slag
Ga gratis aan de slag