POST api/user/wallet/save
Save user's TRON network receivin address
Request Information
URI Parameters
None.
Body Parameters
PartnerInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Address | string |
None. |
|
| SecurityToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Address": "sample string 1",
"SecurityToken": "sample string 2"
}
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Success": true
}