/wallet/getakfromask REST API Endpoint
Körperparameter
Wert
Zeichenkette
ERFORDERLICH
Wird geladen...
Rücksendungen
success
Wird geladen...
addressKey
Wird geladen...
Anfrage
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};67abrufen(url, {8Methode: 'POST',9headers: {10„akzeptieren“: 'application/json',11'content-type': 'application/json'12},13body: JSON.stringify(data)14})15.dann(Antwort => Antwort.json())16.dann(Daten => Konsole.log(Daten))17.catch(Fehler => Konsole.Fehler(Fehler));18
1const url = 'https://docs-demo.tron-mainnet.quiknode.pro/wallet/getakfromask';23const data = {4value: "23d11537676610c287ffcd1bc33d650df37fc90d13bb65356fbc9045cfb91705"5};67abrufen(url, {8Methode: 'POST',9headers: {10„akzeptieren“: 'application/json',11'content-type': 'application/json'12},13body: JSON.stringify(data)14})15.dann(Antwort => Antwort.json())16.dann(Daten => Konsole.log(Daten))17.catch(Fehler => Konsole.Fehler(Fehler));18
1import Anfragen23url = "https://docs-demo.tron-mainnet.quiknode.pro/wallet/getakfromask"45data = {6'value': '23d11537676610c287ffcd1bc33d650df37fc90d13bb65356fbc9045cfb91705'7}89Kopfzeilen = {10„akzeptieren“: 'application/json',11'content-type': 'application/json'12}1314response = requests.post(url, json=data, headers=headers)15Drucken(Antwort.json())16
1import Anfragen23url = "https://docs-demo.tron-mainnet.quiknode.pro/wallet/getakfromask"45data = {6'value': '23d11537676610c287ffcd1bc33d650df37fc90d13bb65356fbc9045cfb91705'7}89Kopfzeilen = {10„akzeptieren“: 'application/json',11'content-type': 'application/json'12}1314response = requests.post(url, json=data, headers=headers)15Drucken(Antwort.json())16
1require „uri“2require „net/http“3require 'json'45url = URI("https://docs-demo.tron-mainnet.quiknode.pro/wallet/getakfromask")67data = {8value: "23d11537676610c287ffcd1bc33d650df37fc90d13bb65356fbc9045cfb91705"9}1011Kopfzeilen = {12„akzeptieren“ => '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)20request.body = data.to_json2122Antwort = http.Anfrage(Anfrage)23gibt die Antwort aus.Hauptteil
1require „uri“2require „net/http“3require 'json'45url = URI("https://docs-demo.tron-mainnet.quiknode.pro/wallet/getakfromask")67data = {8value: "23d11537676610c287ffcd1bc33d650df37fc90d13bb65356fbc9045cfb91705"9}1011Kopfzeilen = {12„akzeptieren“ => '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)20request.body = data.to_json2122Antwort = http.Anfrage(Anfrage)23gibt die Antwort aus.Hauptteil
Hast du noch kein Konto?
Erstellen Sie Ihrenendpoint Sekundenschnelle und legen Sie los
Kostenlos loslegen