BinanceGetFiatPaymentsHistory
Retrieve fiat buy/sell payment history with trade amount, currency, crypto received, fees, status, payment method, and timestamps, filtered by transaction type and pagination.
Instructions
Retrieves fiat buy/sell payment history, including trade amount, currency, crypto received, fees, status, payment method, 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 buy, 1 for sell |