/walletsolidity/isshieldedtrc20contractnotespent REST API Endpoint
Lichaamsparameters
ak
tekenreeks
VERPLICHT
Bezig met laden...
nk
tekenreeks
VERPLICHT
Bezig met laden...
position
tekenreeks
VERPLICHT
Bezig met laden...
shielded_TRC20_contract_address
tekenreeks
VERPLICHT
Bezig met laden...
Retourzendingen
is_spent
Bezig met laden...
Verzoek
1curl https://docs-demo.tron-mainnet.quiknode.pro/walletsolidity/isshieldedtrc20contractnotespent \2--header 'accept: application/json' \3--header 'content-type: application/json'4--data '{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/walletsolidity/isshieldedtrc20contractnotespent \2--header 'accept: application/json' \3--header 'content-type: application/json'4--data '{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/walletsolidity/isshieldedtrc20contractnotespent';23const data = {4ak: "ADDRESS_KEY",5nk: "NOTE_KEY",6position: "POSITION",7shielded_TRC20_contract_address: "CONTRACT_ADDRESS"8};910ophalen(url, {11methode: 'POST',12headers: {13'accept': 'application/json',14'content-type': 'application/json'15},16body: JSON.stringify(data)17})18.dan(reactie => response.json())19.then(data => console.log(data))20.catch(error => console.error(error));21
1const url = 'https://docs-demo.tron-mainnet.quiknode.pro/walletsolidity/isshieldedtrc20contractnotespent';23const data = {4ak: "ADDRESS_KEY",5nk: "NOTE_KEY",6position: "POSITION",7shielded_TRC20_contract_address: "CONTRACT_ADDRESS"8};910ophalen(url, {11methode: 'POST',12headers: {13'accept': 'application/json',14'content-type': 'application/json'15},16body: JSON.stringify(data)17})18.dan(reactie => response.json())19.then(data => console.log(data))20.catch(error => console.error(error));21
1import verzoeken23url = "https://docs-demo.tron-mainnet.quiknode.pro/walletsolidity/isshieldedtrc20contractnotespent"45gegevens = {6'ak': 'ADDRESS_KEY',7'nk': 'NOTE_KEY',8'position': 'POSITION',9'shielded_TRC20_contract_address': 'CONTRACT_ADDRESS'10}1112kopteksten = {13'accept': 'application/json',14'content-type': 'application/json'15}1617response = requests.post(url, json=data, headers=headers)18print(response.json())19
1import verzoeken23url = "https://docs-demo.tron-mainnet.quiknode.pro/walletsolidity/isshieldedtrc20contractnotespent"45gegevens = {6'ak': 'ADDRESS_KEY',7'nk': 'NOTE_KEY',8'position': 'POSITION',9'shielded_TRC20_contract_address': 'CONTRACT_ADDRESS'10}1112kopteksten = {13'accept': 'application/json',14'content-type': 'application/json'15}1617response = requests.post(url, json=data, headers=headers)18print(response.json())19
1vereisen "uri"2vereisen "net/http"3require 'json'45url = URI("https://docs-demo.tron-mainnet.quiknode.pro/walletsolidity/isshieldedtrc20contractnotespent")67gegevens = {8'ak' => 'ADDRESS_KEY',9'nk' => 'NOTE_KEY',10'position' => 'POSITION',11'shielded_TRC20_contract_address' => 'CONTRACT_ADDRESS'12}1314kopteksten = {15'accept' => 'application/json',16'content-type' => 'application/json'17}1819http = Net::HTTP.new(url.host, url.port)20http.use_ssl = true2122request = Net::HTTP::Post.new(url.path, headers)23verzoek.tekst = gegevens.to_json2425antwoord = http.verzoek(verzoek)26geeft het antwoord weer.body27
1vereisen "uri"2vereisen "net/http"3require 'json'45url = URI("https://docs-demo.tron-mainnet.quiknode.pro/walletsolidity/isshieldedtrc20contractnotespent")67gegevens = {8'ak' => 'ADDRESS_KEY',9'nk' => 'NOTE_KEY',10'position' => 'POSITION',11'shielded_TRC20_contract_address' => 'CONTRACT_ADDRESS'12}1314kopteksten = {15'accept' => 'application/json',16'content-type' => 'application/json'17}1819http = Net::HTTP.new(url.host, url.port)20http.use_ssl = true2122request = Net::HTTP::Post.new(url.path, headers)23verzoek.tekst = gegevens.to_json2425antwoord = http.verzoek(verzoek)26geeft het antwoord weer.body27
Heb je nog geen account?
Maak binnen enkele seconden je Quicknode-eindpunt aan en ga aan de slag
Ga gratis aan de slag