POST api/v1/vcdepositwithdrawalcoinv1/GetUserRechargeCoinAddress
Request Information
URI Parameters
None.
Body Parameters
SheepUserCoinAddressParam| Name | Description | Type | Additional information |
|---|---|---|---|
| CoinName | string |
None. |
|
| CoinType | string |
None. |
|
| ChainName | string |
None. |
|
| Money | decimal number |
None. |
|
| DiamondSaleId | integer |
None. |
|
| PayMode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CoinName": "sample string 1",
"CoinType": "sample string 2",
"ChainName": "sample string 3",
"Money": 4.0,
"DiamondSaleId": 5,
"PayMode": 6
}
application/xml, text/xml
Sample:
<SheepUserCoinAddressParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DDO.AppApi.Model.v1.Params.VC_Coin"> <ChainName>sample string 3</ChainName> <CoinName>sample string 1</CoinName> <CoinType>sample string 2</CoinType> <DiamondSaleId>5</DiamondSaleId> <Money>4</Money> <PayMode>6</PayMode> </SheepUserCoinAddressParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UserCoinAddressResultDto| Name | Description | Type | Additional information |
|---|---|---|---|
| WalletAddress | string |
None. |
|
| Status | integer |
None. |
|
| RechargeDes | string |
None. |
|
| RechargeTips | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
application/xml
Sample:
<UserCoinAddressResultDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <WalletAddress>sample string 1</WalletAddress> <Status>2</Status> <RechargeDes>sample string 3</RechargeDes> <RechargeTips>sample string 4</RechargeTips> <Message>sample string 5</Message> </UserCoinAddressResultDto>
text/json
Sample:
{
"WalletAddress": "sample string 1",
"Status": 2,
"RechargeDes": "sample string 3",
"RechargeTips": "sample string 4",
"Message": "sample string 5"
}
text/xml
Sample:
<UserCoinAddressResultDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Trades.VC_Coin"> <Message>sample string 5</Message> <RechargeDes>sample string 3</RechargeDes> <RechargeTips>sample string 4</RechargeTips> <Status>2</Status> <WalletAddress>sample string 1</WalletAddress> </UserCoinAddressResultDto>