Request parameters.
Get Fiat Deposit/Withdraw History
If beginTime and endTime are not sent, the recent 30-day data will be returned. paymentMethod: Only when requesting payments history for buy (transactionType=0), response contains paymentMethod representing the way of purchase. Now we have: Cash Balance Credit Card Online Banking Bank Transfer
Weight: 1
Request parameters.
Generic function to send a request.
The API endpoint to call.
HTTP method to use (GET, POST, DELETE, etc.).
Query parameters for the request.
A promise resolving to the response data object.
Generic function to send a signed request.
The API endpoint to call.
HTTP method to use (GET, POST, DELETE, etc.).
Query parameters for the request.
A promise resolving to the response data object.
Get Fiat Deposit/Withdraw History
If beginTime and endTime are not sent, the recent 30-day data will be returned.
Weight: 90000