# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test ConvertApi")
api.instance <- ConvertApi$new()
test_that("SapiV1ConvertTradeFlowGet", {
# tests for SapiV1ConvertTradeFlowGet
# base path: https://api.binance.com
# Get Convert Trade History (USER_DATA)
# - The max interval between startTime and endTime is 30 days. Weight(UID): 3000
# @param start.time integer UTC timestamp in ms
# @param end.time integer UTC timestamp in ms
# @param timestamp integer UTC timestamp in ms
# @param signature character Signature
# @param limit integer default 100, max 1000 (optional)
# @param recv.window integer The value cannot be greater than 60000 (optional)
# @return [InlineResponse200121]
# 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.