BinanceGetFiatDepositWithdrawHistory
Fetch fiat deposit or withdrawal history, including amount, currency, method, status, and timestamps. Specify transaction type and paginate or filter by time range.
Instructions
Fetches fiat deposit or withdrawal history, showing transaction details like amount, currency, method, status, and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, default is 1 | |
| rows | No | Number of records per page, default 100, max 500 | |
| endTime | No | End time in milliseconds | |
| beginTime | No | Start time in milliseconds | |
| recvWindow | No | Optional time window for request validity | |
| transactionType | Yes | Transaction type: 0 for deposit, 1 for withdraw |