CreateAccount
Parameters
Returns
Field
Type
Description
// Result
{}curl https://mainnet.tron.validationcloud.io/v1/<YOUR_API_KEY_HERE>/wallet/createaccount \
-X POST \
-H "Content-Type: application/json" \
-d '
{
"owner_address": "TZ4UXDV5ZhNW7fb2AMSbgfAEZ7hWsnYS2g",
"account_address": "TFgY1uN8buRxAtV2r6Zy5sG3ACko6pJT1y",
"visible": true
}
'Last updated
Was this helpful?