API fiat endpoints

Methods

depositWithdrawalHistory(transactionType, optionsopt)

Get Fiat Deposit/Withdraw History (USER_DATA)

GET /sapi/v1/fiat/orders

https://binance-docs.github.io/apidocs/spot/en/#get-fiat-deposit-withdraw-history-user_data

Parameters:
NameTypeAttributesDescription
transactionTypenumber

0: deposit, 1: withdraw

optionsobject<optional>
Properties
NameTypeAttributesDescription
beginTimenumber<optional>

If beginTime and endTime are not sent, the recent 30-day data will be returned.

endTimenumber<optional>
pagenumber<optional>

default 1

rowsnumber<optional>

default 100, max 500

recvWindownumber<optional>

paymentHistory(transactionType, optionsopt)

Get Fiat Payments History (USER_DATA)

GET /sapi/v1/fiat/payments

https://binance-docs.github.io/apidocs/spot/en/#get-fiat-payments-history-user_data

Parameters:
NameTypeAttributesDescription
transactionTypenumber

0: buy, 1: sell

optionsobject<optional>
Properties
NameTypeAttributesDescription
beginTimenumber<optional>

If beginTime and endTime are not sent, the recent 30-day data will be returned.

endTimenumber<optional>
pagenumber<optional>

default 1

rowsnumber<optional>

default 100, max 500

recvWindownumber<optional>