Account withdrawal inquiry
Interface address: /api/v1/order/query-merchant-settlement-record-list
Notes: Query withdrawals from the account.
| Parameter | Type | Mandatory | Description |
|---|
| startDate | String | Y | Start date. Format: YYYY-MM-DD |
| endDate | String | Y | End date. Note: The period includes the end date. Format: YYYY-MM-DD. |
Output parameters
| Parameter | Type | Mandatory | Description |
|---|
| merchantCode | String | Y | Merchant ID |
| merchantName | String | Y | Merchant name |
| withdrawTime | String | Y | Withdrawal time |
| withdrawCurrency | String | Y | Withdrawal coin |
| address | String | Y | On-chain address |
| withdrawAmount | BigDecimal | Y | Withdrawal amount |
| feeAmount | BigDecimal | Y | Transaction fee amount |
| actualAmount | BigDecimal | Y | Actual withdrawal amount |