Skip to content

Porscha Barnett & Keith Jenkins Blockset-corp / walletkit #416

@PORSCHAPORSCHA14

Description

@PORSCHAPORSCHA14

#240 Barnett & Keith Jenkins Blockset-corp / walletkit Github.com

`Tronprotcol/ Tronscan.org

``import requests

url = "https://api.trongrid.io/wallet/createtransaction"

payload = "{\n "to_address": "41e9d79cc47518930bc322d9bf7cddd260a0260a8d",\n "owner_address": "41D1E7A6BC354106CB410E65FF8B181C600FF14292",\n "amount": 1000\n}"
headers = {
'Content-Type': "application/json",
'TRON-PRO-API-KEY': "25f66928-0b70-48cd-9ac6-da6f8247c663"
}
response = requests.request("POST", url, data=payload, headers=headers)
print(response.text)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions