/wallet/proposaldelete REST API Endpoint
Körperparameter
Eigentümeradresse
Zeichenkette
ERFORDERLICH
Wird geladen...
proposal_id
Ganzzahl
ERFORDERLICH
Wird geladen...
permission_id
Ganzzahl
Wird geladen...
sichtbar
boolesch
Wird geladen...
Rücksendungen
Ergebnis
Wird geladen...
Nachricht
Wird geladen...
txID
Wird geladen...
Anfrage
1curl https://docs-demo.tron-mainnet.quiknode.pro/wallet/proposaldelete \2--header 'accept: application/json' \3--header 'content-type: application/json' \4--data '5{6"owner_address": "OWNER_ADDRESS",7"proposal_id": 89,8"visible": true9}10'
1curl https://docs-demo.tron-mainnet.quiknode.pro/wallet/proposaldelete \2--header 'accept: application/json' \3--header 'content-type: application/json' \4--data '5{6"owner_address": "OWNER_ADDRESS",7"proposal_id": 89,8"visible": true9}10'
1const url = 'https://docs-demo.tron-mainnet.quiknode.pro/wallet/proposaldelete';23const data = {4owner_address: 'OWNER_ADDRESS',5proposal_id: 89,6visible: true7};89abrufen(url, {10Methode: 'POST',11headers: {12„akzeptieren“: 'application/json',13'content-type': 'application/json'14},15body: JSON.stringify(data)16})17.dann(Antwort => Antwort.json())18.dann(Daten => Konsole.log(Daten))19.catch(Fehler => Konsole.Fehler(Fehler));20
1const url = 'https://docs-demo.tron-mainnet.quiknode.pro/wallet/proposaldelete';23const data = {4owner_address: 'OWNER_ADDRESS',5proposal_id: 89,6visible: true7};89abrufen(url, {10Methode: 'POST',11headers: {12„akzeptieren“: 'application/json',13'content-type': 'application/json'14},15body: JSON.stringify(data)16})17.dann(Antwort => Antwort.json())18.dann(Daten => Konsole.log(Daten))19.catch(Fehler => Konsole.Fehler(Fehler));20
1import Anfragen23url = "https://docs-demo.tron-mainnet.quiknode.pro/wallet/proposaldelete"45data = {6'owner_address': 'OWNER_ADDRESS',7'proposal_id': 89,8'visible': True9}1011Kopfzeilen = {12„akzeptieren“: 'application/json',13'content-type': 'application/json'14}1516response = requests.post(url, json=data, headers=headers)17Drucken(Antwort.json())18
1import Anfragen23url = "https://docs-demo.tron-mainnet.quiknode.pro/wallet/proposaldelete"45data = {6'owner_address': 'OWNER_ADDRESS',7'proposal_id': 89,8'visible': True9}1011Kopfzeilen = {12„akzeptieren“: 'application/json',13'content-type': 'application/json'14}1516response = requests.post(url, json=data, headers=headers)17Drucken(Antwort.json())18
1require „uri“2require „net/http“34url = URI("https://docs-demo.tron-mainnet.quiknode.pro/wallet/proposaldelete")56data = {7'owner_address' => 'OWNER_ADDRESS',8'proposal_id' => 89,9'visible' => true10}1112Kopfzeilen = {13„akzeptieren“ => '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)21request.body = data.to_json2223Antwort = http.Anfrage(Anfrage)24gibt die Antwort aus.Hauptteil25
1require „uri“2require „net/http“34url = URI("https://docs-demo.tron-mainnet.quiknode.pro/wallet/proposaldelete")56data = {7'owner_address' => 'OWNER_ADDRESS',8'proposal_id' => 89,9'visible' => true10}1112Kopfzeilen = {13„akzeptieren“ => '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)21request.body = data.to_json2223Antwort = http.Anfrage(Anfrage)24gibt die Antwort aus.Hauptteil25
Hast du noch kein Konto?
Erstellen Sie Ihrenendpoint Sekundenschnelle und legen Sie los
Kostenlos loslegen