Binance.Fiat (binance v2.0.1)

Fiat Endpoints

Summary

Functions

Get Fiat Deposit/Withdraw History (USER_DATA)

Get Fiat Payments History (USER_DATA)

Functions

Link to this function

get_fiat_orders(transactionType, opts \\ [])

@spec get_fiat_orders(any(),
  recvWindow: any(),
  rows: any(),
  page: any(),
  endTime: any(),
  beginTime: any(),
  timestamp: any()
) :: {:ok, any()} | {:error, any()}

Get Fiat Deposit/Withdraw History (USER_DATA)

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

Weight(UID): 90000

Details:

  • METHOD: get
  • URL: /sapi/v1/fiat/orders

Mandatory params:

  • transactionType - * 0 - deposit
  • 1 - withdraw

Optional params:

  • timestamp - timestamp
  • beginTime -
  • endTime - UTC timestamp in ms
  • page - Default 1
  • rows - Default 100, max 500
  • recvWindow - The value cannot be greater than 60000
Link to this function

get_fiat_payments(transactionType, opts \\ [])

@spec get_fiat_payments(any(),
  recvWindow: any(),
  rows: any(),
  page: any(),
  endTime: any(),
  beginTime: any(),
  timestamp: any()
) :: {:ok, any()} | {:error, any()}

Get Fiat Payments History (USER_DATA)

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

Weight(IP): 1

Details:

  • METHOD: get
  • URL: /sapi/v1/fiat/payments

Mandatory params:

  • transactionType - * 0 - deposit
  • 1 - withdraw

Optional params:

  • timestamp - timestamp
  • beginTime -
  • endTime - UTC timestamp in ms
  • page - Default 1
  • rows - Default 100, max 500
  • recvWindow - The value cannot be greater than 60000