POST api/v1/vctransferrecordsv1/GetVCTransferRecordsPageList
Request Information
URI Parameters
None.
Body Parameters
VCurrencyPageParam| Name | Description | Type | Additional information |
|---|---|---|---|
| TransferType | integer |
None. |
|
| CoinType | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TransferType": 1,
"CoinType": "sample string 2",
"PageIndex": 3,
"PageSize": 4
}
application/xml, text/xml
Sample:
<VCurrencyPageParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DDO.AppApi.Model.v1.Params.VC_Coin"> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/DDO.AppApi.Models">3</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/DDO.AppApi.Models">4</PageSize> <CoinType>sample string 2</CoinType> <TransferType>1</TransferType> </VCurrencyPageParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PageListOfVCTransferRecordsInfoDto_Web| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalPage | integer |
None. |
|
| TotalCount | integer |
None. |
|
| Items | Collection of VCTransferRecordsInfoDto_Web |
None. |
Response Formats
application/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/json
Sample:
{
"PageIndex": 1,
"PageSize": 2,
"TotalPage": 3,
"TotalCount": 4,
"Items": [
{
"Id": 1,
"TransferType": 2,
"State": 3,
"StateMsg": "sample string 4",
"Money": 5.0,
"CoinPrice": 6.0,
"CurrencyAmount": 7.0,
"CoinName": "sample string 8",
"ChainName": "sample string 9",
"Subtime": "2025-12-06T04:36:10.6037206+00:00",
"CreateTimestamp": 1764995770603,
"WalletAddress": "sample string 11",
"CurrencyAmountFee": 12.0,
"Fee": 13.0,
"UsdRate": 14.0,
"AmountToAccount": 15.0,
"SuccessOrFialDesc": "sample string 16",
"WalletName": "sample string 17"
},
{
"Id": 1,
"TransferType": 2,
"State": 3,
"StateMsg": "sample string 4",
"Money": 5.0,
"CoinPrice": 6.0,
"CurrencyAmount": 7.0,
"CoinName": "sample string 8",
"ChainName": "sample string 9",
"Subtime": "2025-12-06T04:36:10.6037206+00:00",
"CreateTimestamp": 1764995770603,
"WalletAddress": "sample string 11",
"CurrencyAmountFee": 12.0,
"Fee": 13.0,
"UsdRate": 14.0,
"AmountToAccount": 15.0,
"SuccessOrFialDesc": "sample string 16",
"WalletName": "sample string 17"
}
]
}
text/xml
Sample:
<PageListOfVCTransferRecordsInfoDto_WebYV923iDE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Smart.Infrastructure.Collections">
<Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Trades.VC_Coin">
<d2p1:VCTransferRecordsInfoDto_Web>
<d2p1:AmountToAccount>15</d2p1:AmountToAccount>
<d2p1:ChainName>sample string 9</d2p1:ChainName>
<d2p1:CoinName>sample string 8</d2p1:CoinName>
<d2p1:CoinPrice>6</d2p1:CoinPrice>
<d2p1:CurrencyAmount>7</d2p1:CurrencyAmount>
<d2p1:CurrencyAmountFee>12</d2p1:CurrencyAmountFee>
<d2p1:Fee>13</d2p1:Fee>
<d2p1:Id>1</d2p1:Id>
<d2p1:Money>5</d2p1:Money>
<d2p1:State>3</d2p1:State>
<d2p1:StateMsg>sample string 4</d2p1:StateMsg>
<d2p1:Subtime>2025-12-06T04:36:10.6037206+00:00</d2p1:Subtime>
<d2p1:SuccessOrFialDesc>sample string 16</d2p1:SuccessOrFialDesc>
<d2p1:TransferType>2</d2p1:TransferType>
<d2p1:UsdRate>14</d2p1:UsdRate>
<d2p1:WalletAddress>sample string 11</d2p1:WalletAddress>
<d2p1:WalletName>sample string 17</d2p1:WalletName>
</d2p1:VCTransferRecordsInfoDto_Web>
<d2p1:VCTransferRecordsInfoDto_Web>
<d2p1:AmountToAccount>15</d2p1:AmountToAccount>
<d2p1:ChainName>sample string 9</d2p1:ChainName>
<d2p1:CoinName>sample string 8</d2p1:CoinName>
<d2p1:CoinPrice>6</d2p1:CoinPrice>
<d2p1:CurrencyAmount>7</d2p1:CurrencyAmount>
<d2p1:CurrencyAmountFee>12</d2p1:CurrencyAmountFee>
<d2p1:Fee>13</d2p1:Fee>
<d2p1:Id>1</d2p1:Id>
<d2p1:Money>5</d2p1:Money>
<d2p1:State>3</d2p1:State>
<d2p1:StateMsg>sample string 4</d2p1:StateMsg>
<d2p1:Subtime>2025-12-06T04:36:10.6037206+00:00</d2p1:Subtime>
<d2p1:SuccessOrFialDesc>sample string 16</d2p1:SuccessOrFialDesc>
<d2p1:TransferType>2</d2p1:TransferType>
<d2p1:UsdRate>14</d2p1:UsdRate>
<d2p1:WalletAddress>sample string 11</d2p1:WalletAddress>
<d2p1:WalletName>sample string 17</d2p1:WalletName>
</d2p1:VCTransferRecordsInfoDto_Web>
</Items>
<PageIndex>1</PageIndex>
<PageSize>2</PageSize>
<TotalCount>4</TotalCount>
<TotalPage>3</TotalPage>
</PageListOfVCTransferRecordsInfoDto_WebYV923iDE>