Binance.Pay (binance v2.0.1)

Pay Endpoints

Summary

Functions

Get Pay Trade History (USER_DATA)

Functions

Link to this function

get_pay_transactions(opts \\ [])

@spec get_pay_transactions(
  recvWindow: any(),
  limit: any(),
  endTime: any(),
  startTime: any(),
  timestamp: any()
) :: {:ok, any()} | {:error, any()}

Get Pay Trade History (USER_DATA)

  • If startTimestamp and endTimestamp are not sent, the recent 90 days' data will be returned.
  • The max interval between startTimestamp and endTimestamp is 90 days.
  • Support for querying orders within the last 18 months.

Weight(UID): 3000

Details:

  • METHOD: get
  • URL: /sapi/v1/pay/transactions

Mandatory params:

Optional params:

  • timestamp - timestamp
  • startTime - UTC timestamp in ms
  • endTime - UTC timestamp in ms
  • limit - default 100, max 100
  • recvWindow - The value cannot be greater than 60000