Authorizations
Path Parameters
Example:
"YOUR_WALLET_ID"
Body
application/json
Example:
[
{
"constant": false,
"inputs": [
{ "name": "_to", "type": "address" },
{ "name": "_value", "type": "uint256" }
],
"name": "transfer",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
]
Example:
"TXYZopYRdj2D9XRtbG411XZZ3kM5VkAeBf"
Example:
"transfer"
Example:
[
"TRjn21ENcbPhLAec6aeCwVwNYmxK687cKr",
"100000"
]