Binance.Rebate (binance v2.0.1)

Rebate Endpoints

Summary

Functions

Get Spot Rebate History Records (USER_DATA)

Functions

Link to this function

get_rebate_tax_query(opts \\ [])

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

Get Spot Rebate History Records (USER_DATA)

  • The max interval between startTime and endTime is 90 days.
  • If startTime and endTime are not sent, the recent 7 days' data will be returned.
  • The earliest startTime is supported on June 10, 2020

Weight(UID): 3000

Details:

  • METHOD: get
  • URL: /sapi/v1/rebate/taxQuery

Mandatory params:

Optional params:

  • timestamp - timestamp
  • startTime - UTC timestamp in ms
  • endTime - UTC timestamp in ms
  • page - default 1
  • recvWindow - The value cannot be greater than 60000