GET v2/account/withdraw/TransferFromPoolAddress?page={page}&walletAddress={walletAddress}&merchant_name={merchant_name}¤cy_symbol={currency_symbol}&fromDate={fromDate}&toDate={toDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| page | string |
Default value is |
|
| walletAddress | string |
Default value is |
|
| merchant_name | string |
Default value is |
|
| currency_symbol | string |
Default value is |
|
| fromDate | string |
None. |
|
| toDate | string |
None. |
Body Parameters
None.
Response Information
Resource Description
CustomPaginationModelOfListOfWithdrawModel| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Collection of WithdrawModel |
None. |
|
| current_page | string |
None. |
|
| total_page | string |
None. |
|
| page_size | string |
None. |
|
| total_count | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": null,
"current_page": "sample string 2",
"total_page": "sample string 3",
"page_size": "sample string 4",
"total_count": "sample string 5"
}