/wallet/getakfromask REST API Endpoint
Lichaamsparameters
waarde
tekenreeks
VERPLICHT
Bezig met laden...
Retourzendingen
success
Bezig met laden...
addressKey
Bezig met laden...
Verzoek
1curl https://docs-demo.tron-mainnet.quiknode.pro/wallet/getakfromask \2--header 'accept: application/json' \3--header 'content-type: application/json' \4--data '{5"value": "23d11537676610c287ffcd1bc33d650df37fc90d13bb65356fbc9045cfb91705"6}7'
1curl https://docs-demo.tron-mainnet.quiknode.pro/wallet/getakfromask \2--header 'accept: application/json' \3--header 'content-type: application/json' \4--data '{5"value": "23d11537676610c287ffcd1bc33d650df37fc90d13bb65356fbc9045cfb91705"6}7'
1const url = 'https://docs-demo.tron-mainnet.quiknode.pro/wallet/getakfromask';23const data = {4value: "23d11537676610c287ffcd1bc33d650df37fc90d13bb65356fbc9045cfb91705"5};67ophalen(url, {8methode: 'POST',9headers: {10'accept': 'application/json',11'content-type': 'application/json'12},13body: JSON.stringify(data)14})15.dan(reactie => response.json())16.then(data => console.log(data))17.catch(error => console.error(error));18
1const url = 'https://docs-demo.tron-mainnet.quiknode.pro/wallet/getakfromask';23const data = {4value: "23d11537676610c287ffcd1bc33d650df37fc90d13bb65356fbc9045cfb91705"5};67ophalen(url, {8methode: 'POST',9headers: {10'accept': 'application/json',11'content-type': 'application/json'12},13body: JSON.stringify(data)14})15.dan(reactie => response.json())16.then(data => console.log(data))17.catch(error => console.error(error));18
1import verzoeken23url = "https://docs-demo.tron-mainnet.quiknode.pro/wallet/getakfromask"45gegevens = {6'value': '23d11537676610c287ffcd1bc33d650df37fc90d13bb65356fbc9045cfb91705'7}89kopteksten = {10'accept': 'application/json',11'content-type': 'application/json'12}1314response = requests.post(url, json=data, headers=headers)15print(response.json())16
1import verzoeken23url = "https://docs-demo.tron-mainnet.quiknode.pro/wallet/getakfromask"45gegevens = {6'value': '23d11537676610c287ffcd1bc33d650df37fc90d13bb65356fbc9045cfb91705'7}89kopteksten = {10'accept': 'application/json',11'content-type': 'application/json'12}1314response = requests.post(url, json=data, headers=headers)15print(response.json())16
1vereisen "uri"2vereisen "net/http"3require 'json'45url = URI("https://docs-demo.tron-mainnet.quiknode.pro/wallet/getakfromask")67gegevens = {8value: "23d11537676610c287ffcd1bc33d650df37fc90d13bb65356fbc9045cfb91705"9}1011kopteksten = {12'accept' => 'application/json',13'content-type' => 'application/json'14}1516http = Net::HTTP.new(url.host, url.port)17http.use_ssl = true1819request = Net::HTTP::Post.new(url.path, headers)20verzoek.tekst = gegevens.to_json2122antwoord = http.verzoek(verzoek)23geeft het antwoord weer.body
1vereisen "uri"2vereisen "net/http"3require 'json'45url = URI("https://docs-demo.tron-mainnet.quiknode.pro/wallet/getakfromask")67gegevens = {8value: "23d11537676610c287ffcd1bc33d650df37fc90d13bb65356fbc9045cfb91705"9}1011kopteksten = {12'accept' => 'application/json',13'content-type' => 'application/json'14}1516http = Net::HTTP.new(url.host, url.port)17http.use_ssl = true1819request = Net::HTTP::Post.new(url.path, headers)20verzoek.tekst = gegevens.to_json2122antwoord = http.verzoek(verzoek)23geeft 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