# 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' 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")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.