API fiat endpoints
- Source
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:
Name | Type | Attributes | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
transactionType | number | 0: deposit, 1: withdraw | |||||||||||||||||||||||||
options | object | <optional> | Properties
|
- Source
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:
Name | Type | Attributes | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
transactionType | number | 0: buy, 1: sell | |||||||||||||||||||||||||
options | object | <optional> | Properties
|
- Source