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