tests/testthat/test_rebate_api.R

# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate

context("Test RebateApi")

api.instance <- RebateApi$new()

test_that("SapiV1RebateTaxQueryGet", {
  # tests for SapiV1RebateTaxQueryGet
  # base path: https://api.binance.com
  # 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&#39; data will be returned. - The earliest startTime is supported on June 10, 2020  Weight(UID): 3000
  # @param timestamp integer UTC timestamp in ms
  # @param signature character Signature
  # @param start.time integer UTC timestamp in ms (optional)
  # @param end.time integer UTC timestamp in ms (optional)
  # @param page integer default 1 (optional)
  # @param recv.window integer The value cannot be greater than 60000 (optional)
  # @return [InlineResponse200122]

  # uncomment below to test the operation
  #expect_equal(result, "EXPECTED_RESULT")
})
grahamjwhite/binanceRapi documentation built on Nov. 22, 2022, 9:37 p.m.