Authorizations
Path Parameters
Example:
"YOUR_WALLET_ID"
Example:
"ADDRESS_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:
"0x337610d27c682E347C9cD60BD4b3b107C9d34dDd"
Example:
"transfer"
Example:
[
"0x2455eC6700092991Ce0782365A89d5Cd89c8Fa22",
"100000"
]