Skip to main content
Glama

Server Details

Binance - 340 tools for market data, order books, and trading pairs

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
junct-bot/binance-mcp
GitHub Stars
0
Server Listing
Binance MCP Server

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 324 tool updates
    • Changeddelete_api_v3_open_orders6 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Changeddelete_api_v3_order10 fields changed
      • addedInput schema / properties / cancelRestrictions
        Added value: +{
        +  "description": "query parameter: cancelRestrictions (\"ONLY_NEW\" | \"ONLY_PARTIALLY_FILLED\")",
        +  "examples": [
        +    "ONLY_NEW"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / newClientOrderId
        Added value: +{
        +  "description": "Used to uniquely identify this cancel. Automatically generated by default",
        +  "type": "string"
        +}
      • addedInput schema / properties / orderId
        Added value: +{
        +  "description": "Order id",
        +  "type": "number"
        +}
      • addedInput schema / properties / origClientOrderId
        Added value: +{
        +  "description": "Order id from client",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Changeddelete_api_v3_order_list9 fields changed
      • addedInput schema / properties / listClientOrderId
        Added value: +{
        +  "description": "A unique Id for the entire orderList",
        +  "type": "string"
        +}
      • addedInput schema / properties / newClientOrderId
        Added value: +{
        +  "description": "Used to uniquely identify this cancel. Automatically generated by default",
        +  "type": "string"
        +}
      • addedInput schema / properties / orderListId
        Added value: +{
        +  "description": "Order list id",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Changeddelete_api_v3_user_data_stream2 fields changed
      • addedInput schema / properties / listenKey
        Added value: +{
        +  "description": "User websocket listen key",
        +  "examples": [
        +    "pqia91ma19a5s61cv6a81va65sdf19v8a65a1a5s61cv6a81va65sdf19v8a65a1"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
    • Changeddelete_sapi_v1_algo_futures_order5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "algoId"
        -]New value: +[
        +  "algoId",
        +  "timestamp",
        +  "signature"
        +]
    • Changeddelete_sapi_v1_algo_spot_order5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "algoId"
        -]New value: +[
        +  "algoId",
        +  "timestamp",
        +  "signature"
        +]
    • Changeddelete_sapi_v1_margin_isolated_account6 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Changeddelete_sapi_v1_margin_open_orders7 fields changed
      • addedInput schema / properties / isIsolated
        Added value: +{
        +  "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Changeddelete_sapi_v1_margin_order10 fields changed
      • addedInput schema / properties / isIsolated
        Added value: +{
        +  "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin",
        +  "type": "string"
        +}
      • addedInput schema / properties / newClientOrderId
        Added value: +{
        +  "description": "Used to uniquely identify this cancel. Automatically generated by default",
        +  "type": "string"
        +}
      • addedInput schema / properties / orderId
        Added value: +{
        +  "description": "Order id",
        +  "type": "number"
        +}
      • addedInput schema / properties / origClientOrderId
        Added value: +{
        +  "description": "Order id from client",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Changeddelete_sapi_v1_margin_order_list10 fields changed
      • addedInput schema / properties / isIsolated
        Added value: +{
        +  "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin",
        +  "type": "string"
        +}
      • addedInput schema / properties / listClientOrderId
        Added value: +{
        +  "description": "A unique Id for the entire orderList",
        +  "type": "string"
        +}
      • addedInput schema / properties / newClientOrderId
        Added value: +{
        +  "description": "Used to uniquely identify this cancel. Automatically generated by default",
        +  "type": "string"
        +}
      • addedInput schema / properties / orderListId
        Added value: +{
        +  "description": "Order list id",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Addeddelete_sapi_v1_sub_account_sub_account_api_ip_restriction_ip
    • Removeddelete_sapi_v1_sub_account_sub_account_api_ip_restriction_ip_list
    • Changeddelete_sapi_v1_user_data_stream2 fields changed
      • addedInput schema / properties / listenKey
        Added value: +{
        +  "description": "User websocket listen key",
        +  "examples": [
        +    "pqia91ma19a5s61cv6a81va65sdf19v8a65a1a5s61cv6a81va65sdf19v8a65a1"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
    • Changeddelete_sapi_v1_user_data_stream_isolated2 fields changed
      • addedInput schema / properties / listenKey
        Added value: +{
        +  "description": "User websocket listen key",
        +  "examples": [
        +    "pqia91ma19a5s61cv6a81va65sdf19v8a65a1a5s61cv6a81va65sdf19v8a65a1"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
    • Changedget_api_v3_account5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_api_v3_account_commission5 fields changed
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_api_v3_agg_trades7 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / fromId
        Added value: +{
        +  "description": "Trade id to fetch from. Default gets most recent trades.",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol"
        +]
    • Changedget_api_v3_all_order_list9 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / fromId
        Added value: +{
        +  "description": "Trade id to fetch from. Default gets most recent trades.",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_api_v3_all_orders10 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / orderId
        Added value: +{
        +  "description": "Order id",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_api_v3_avg_price3 fields changed
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol"
        +]
    • Changedget_api_v3_depth3 fields changed
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol"
        +]
    • Changedget_api_v3_exchange_info4 fields changed
      • addedInput schema / properties / permissions
        Added value: +{
        +  "description": "query parameter: permissions (string)",
        +  "examples": [
        +    "'SPOT' or ['MARGIN','LEVERAGED']"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / symbols
        Added value: +{
        +  "description": "query parameter: symbols (string)",
        +  "examples": [
        +    "[\"BTCUSDT\",\"BNBBTC\"]"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
    • Changedget_api_v3_historical_trades5 fields changed
      • addedInput schema / properties / fromId
        Added value: +{
        +  "description": "Trade id to fetch from. Default gets most recent trades.",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol"
        +]
    • Changedget_api_v3_klines6 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "interval"
        -]New value: +[
        +  "symbol",
        +  "interval"
        +]
    • Changedget_api_v3_my_allocations10 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / orderId
        Added value: +{
        +  "description": "Order id",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_api_v3_my_prevented_matches9 fields changed
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / orderId
        Added value: +{
        +  "description": "Order id",
        +  "type": "number"
        +}
      • addedInput schema / properties / preventedMatchId
        Added value: +{
        +  "description": "query parameter: preventedMatchId (number)",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_api_v3_my_trades10 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / fromId
        Added value: +{
        +  "description": "Trade id to fetch from. Default gets most recent trades.",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_api_v3_open_order_list5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_api_v3_open_orders6 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_api_v3_order8 fields changed
      • addedInput schema / properties / orderId
        Added value: +{
        +  "description": "Order id",
        +  "type": "number"
        +}
      • addedInput schema / properties / origClientOrderId
        Added value: +{
        +  "description": "Order id from client",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_api_v3_order_list7 fields changed
      • addedInput schema / properties / orderListId
        Added value: +{
        +  "description": "Order list id",
        +  "type": "number"
        +}
      • addedInput schema / properties / origClientOrderId
        Added value: +{
        +  "description": "Order id from client",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_api_v3_rate_limit_order5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_api_v3_ticker5 fields changed
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / symbols
        Added value: +{
        +  "description": "query parameter: symbols (string)",
        +  "examples": [
        +    "[\"BTCUSDT\",\"BNBBTC\"]"
        +  ],
        +  "type": "string"
        +}
      • changedInput schema / properties / type / description
        Previous value: -"Supported values: FULL or MINI.\nIf none provided, the default is FULL"New value: +"Supported values: FULL or MINI. If none provided, the default is FULL"
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / properties / windowSize / description
        Previous value: -"Defaults to 1d if no parameter provided.\nSupported windowSize values:\n1m,2m....59m for minutes\n1h, 2h....23h - for hours\n1d...7d - for days.\n\nUnits cannot be combined (e.g. 1d2h is not allowed)"New value: +"Defaults to 1d if no parameter provided. Supported windowSize values: 1m,2m....59m for minutes 1h, 2h....23h - for hours 1d...7d - for days. Units cannot be combined (e.g. 1d2h is not allowed)"
    • Changedget_api_v3_ticker_24hr4 fields changed
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / symbols
        Added value: +{
        +  "description": "query parameter: symbols (string)",
        +  "examples": [
        +    "[\"BTCUSDT\",\"BNBBTC\"]"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / type
        Added value: +{
        +  "description": "Supported values: FULL or MINI. If none provided, the default is FULL",
        +  "examples": [
        +    "FULL"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
    • Changedget_api_v3_ticker_book_ticker3 fields changed
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / symbols
        Added value: +{
        +  "description": "query parameter: symbols (string)",
        +  "examples": [
        +    "[\"BTCUSDT\",\"BNBBTC\"]"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
    • Changedget_api_v3_ticker_price3 fields changed
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / symbols
        Added value: +{
        +  "description": "query parameter: symbols (string)",
        +  "examples": [
        +    "[\"BTCUSDT\",\"BNBBTC\"]"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
    • Changedget_api_v3_ticker_trading_day4 fields changed
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / symbols
        Added value: +{
        +  "description": "query parameter: symbols (string)",
        +  "examples": [
        +    "[\"BTCUSDT\",\"BNBBTC\"]"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / type
        Added value: +{
        +  "description": "Supported values: FULL or MINI. If none provided, the default is FULL",
        +  "examples": [
        +    "FULL"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
    • Changedget_api_v3_trades4 fields changed
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol"
        +]
    • Changedget_api_v3_ui_klines6 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "interval"
        -]New value: +[
        +  "symbol",
        +  "interval"
        +]
    • Changedget_sapi_v1_account_api_restrictions5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_account_api_trading_status5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_account_info5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_account_snapshot7 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "type"
        -]New value: +[
        +  "type",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_account_status5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_algo_futures_historical_orders11 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / pageSize
        Added value: +{
        +  "description": "MIN 1, MAX 100; Default 100",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / side
        Added value: +{
        +  "description": "query parameter: side (\"SELL\" | \"BUY\")",
        +  "examples": [
        +    "SELL"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_algo_futures_open_orders5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_algo_futures_sub_orders7 fields changed
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / pageSize
        Added value: +{
        +  "description": "MIN 1, MAX 100; Default 100",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "algoId"
        -]New value: +[
        +  "algoId",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_algo_spot_historical_orders11 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / pageSize
        Added value: +{
        +  "description": "MIN 1, MAX 100; Default 100",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / side
        Added value: +{
        +  "description": "query parameter: side (\"SELL\" | \"BUY\")",
        +  "examples": [
        +    "SELL"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "side",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_algo_spot_open_orders5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_algo_spot_sub_orders7 fields changed
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / pageSize
        Added value: +{
        +  "description": "MIN 1, MAX 100; Default 100",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "algoId"
        -]New value: +[
        +  "algoId",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_asset_asset_detail6 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_asset_asset_dividend8 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_asset_convert_transfer_query_by_page7 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "startTime",
        -  "endTime"
        -]New value: +[
        +  "startTime",
        +  "endTime",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_asset_custody_transfer_history8 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "email",
        -  "startTime",
        -  "endTime"
        -]New value: +[
        +  "email",
        +  "startTime",
        +  "endTime",
        +  "asset",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_asset_dribblet7 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_asset_ledger_transfer_cloud_mining_query_by_page7 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "startTime",
        -  "endTime"
        -]New value: +[
        +  "startTime",
        +  "endTime",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_asset_trade_fee6 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_asset_transfer12 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / fromSymbol
        Added value: +{
        +  "description": "Must be sent when type are ISOLATEDMARGIN_MARGIN and ISOLATEDMARGIN_ISOLATEDMARGIN",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / toSymbol
        Added value: +{
        +  "description": "Must be sent when type are MARGIN_ISOLATEDMARGIN and ISOLATEDMARGIN_ISOLATEDMARGIN",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / type
        Added value: +{
        +  "description": "Universal transfer type",
        +  "examples": [
        +    "MAIN_C2C"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "type",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_asset_wallet_balance5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_blvt_redeem_record8 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / tokenName
        Added value: +{
        +  "description": "BTCDOWN, BTCUP",
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_blvt_subscribe_record9 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / tokenName
        Added value: +{
        +  "description": "BTCDOWN, BTCUP",
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_blvt_token_info2 fields changed
      • addedInput schema / properties / tokenName
        Added value: +{
        +  "description": "BTCDOWN, BTCUP",
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
    • Changedget_sapi_v1_blvt_user_limit6 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / tokenName
        Added value: +{
        +  "description": "BTCDOWN, BTCUP",
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_bnb_burn5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_c2c_order_match_list_user_order_history6 fields changed
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "tradeType"
        -]New value: +[
        +  "tradeType",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_capital_config_getall5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_capital_deposit_address7 fields changed
      • addedInput schema / properties / coin
        Added value: +{
        +  "description": "Coin name",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / network
        Added value: +{
        +  "description": "query parameter: network (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "coin",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_capital_deposit_address_list5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "coin"
        -]New value: +[
        +  "coin",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_capital_deposit_hisrec11 fields changed
      • addedInput schema / properties / coin
        Added value: +{
        +  "description": "Coin name",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / offset
        Added value: +{
        +  "description": "query parameter: offset (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • changedInput schema / properties / status / description
        Previous value: -"* `0` - pending\n* `6` - credited but cannot withdraw\n* `1` - success"New value: +"* `0` - pending * `6` - credited but cannot withdraw * `1` - success"
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_capital_deposit_sub_address8 fields changed
      • addedInput schema / properties / coin
        Added value: +{
        +  "description": "Coin name",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / network
        Added value: +{
        +  "description": "query parameter: network (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "email",
        +  "coin",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_capital_deposit_sub_hisrec10 fields changed
      • addedInput schema / properties / coin
        Added value: +{
        +  "description": "Coin name",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / offset
        Added value: +{
        +  "description": "query parameter: offset (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "email",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_capital_withdraw_history11 fields changed
      • addedInput schema / properties / coin
        Added value: +{
        +  "description": "Coin name",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / offset
        Added value: +{
        +  "description": "query parameter: offset (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • changedInput schema / properties / status / description
        Previous value: -"* `0` - Email Sent\n* `1` - Cancelled\n* `2` - Awaiting Approval\n* `3` - Rejected\n* `4` - Processing\n* `5` - Failure\n* `6` - Completed"New value: +"* `0` - Email Sent * `1` - Cancelled * `2` - Awaiting Approval * `3` - Rejected * `4` - Processing * `5` - Failure * `6` - Completed"
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_convert_asset_info5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_convert_limit_query_open_orders5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_convert_order_status5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_convert_trade_flow5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "startTime",
        -  "endTime"
        -]New value: +[
        +  "startTime",
        +  "endTime",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_copy_trading_futures_lead_symbol5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_copy_trading_futures_user_status5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_dci_product_accounts5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_dci_product_list9 fields changed
      • changedInput schema / properties / exercisedCoin / description
        Previous value: -"Target exercised asset, e.g.:\nif you subscribe to a high sell product (call option), you should input:\n  - optionType: CALL,\n  - exercisedCoin: USDT,\n  - investCoin: BNB;\n\nif you subscribe to a low buy product (put option), you should input:\n  - optionType: PUT,\n  - exercisedCoin: BNB,\n  - investCoin: USDT;"New value: +"Target exercised asset, e.g.: if you subscribe to a high sell product (call option), you should input: - optionType: CALL, - exercisedCoin: USDT, - investCoin: BNB; if you subscribe to a low buy product (put option), you should input: - optionType: PUT, - exercisedCoin: BNB, - investCoin: USDT;"
      • changedInput schema / properties / investCoin / description
        Previous value: -"Asset used for subscribing, e.g.:\nif you subscribe to a high sell product (call option), you should input:\n  - optionType: CALL,\n  - exercisedCoin: USDT,\n  - investCoin: BNB;\n\nif you subscribe to a low buy product (put option), you should input:\n  - optionType: PUT,\n  - exercisedCoin: BNB,\n  - investCoin: USDT;"New value: +"Asset used for subscribing, e.g.: if you subscribe to a high sell product (call option), you should input: - optionType: CALL, - exercisedCoin: USDT, - investCoin: BNB; if you subscribe to a low buy product (put option), you should input: - optionType: PUT, - exercisedCoin: BNB, - investCoin: USDT;"
      • addedInput schema / properties / pageIndex
        Added value: +{
        +  "description": "Page number, default is first page, start form 1",
        +  "type": "number"
        +}
      • addedInput schema / properties / pageSize
        Added value: +{
        +  "description": "MIN 1, MAX 100; Default 100",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "optionType",
        -  "exercisedCoin",
        -  "investCoin"
        -]New value: +[
        +  "optionType",
        +  "exercisedCoin",
        +  "investCoin",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_dci_product_positions8 fields changed
      • addedInput schema / properties / pageIndex
        Added value: +{
        +  "description": "Page number, default is first page, start form 1",
        +  "type": "number"
        +}
      • addedInput schema / properties / pageSize
        Added value: +{
        +  "description": "MIN 1, MAX 100; Default 100",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • changedInput schema / properties / status / description
        Previous value: -"- PENDING: Products are purchasing, will give results later;\n- PURCHASE_SUCCESS: purchase successfully;\n- SETTLED: Products are finish settling;\n- PURCHASE_FAIL: fail to purchase;\n- REFUNDING: refund ongoing;\n- REFUND_SUCCESS: refund to spot account successfully;\n- SETTLING: Products are settling.\nIf don't fill this field, will response all the position status."New value: +"- PENDING: Products are purchasing, will give results later; - PURCHASE_SUCCESS: purchase successfully; - SETTLED: Products are finish settling; - PURCHASE_FAIL: fail to purchase; - REFUNDING: refund ongoing; - REFUND_SUCCESS: refund to spot account successfully; - SETTLING: Products are settling. If don't fill this field, will response all the position status."
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_eth_staking_eth_history_rate_history9 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_eth_staking_eth_history_redemption_history9 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_eth_staking_eth_history_rewards_history9 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_eth_staking_eth_history_staking_history9 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_eth_staking_eth_history_wbeth_rewards_history9 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_eth_staking_eth_quota5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_eth_staking_wbeth_history_unwrap_history9 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_eth_staking_wbeth_history_wrap_history9 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_fiat_orders10 fields changed
      • addedInput schema / properties / beginTime
        Added value: +{
        +  "description": "query parameter: beginTime (number)",
        +  "examples": [
        +    1626144956000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / rows
        Added value: +{
        +  "description": "Default 100, max 500",
        +  "examples": [
        +    300
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / transactionType
        Added value: +{
        +  "description": "* `0` - deposit * `1` - withdraw",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "transactionType",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_fiat_payments10 fields changed
      • addedInput schema / properties / beginTime
        Added value: +{
        +  "description": "query parameter: beginTime (number)",
        +  "examples": [
        +    1626144956000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / rows
        Added value: +{
        +  "description": "Default 100, max 500",
        +  "examples": [
        +    300
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / transactionType
        Added value: +{
        +  "description": "* `0` - deposit * `1` - withdraw",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "transactionType",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_futures_hist_data_link7 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "symbol",
        -  "dataType"
        -]New value: +[
        +  "symbol",
        +  "dataType",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_futures_transfer10 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "asset",
        +  "startTime",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_giftcard_buy_code_token_limit5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "baseToken"
        -]New value: +[
        +  "baseToken",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_giftcard_cryptography_rsa_public_key5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_giftcard_verify5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "referenceNo"
        -]New value: +[
        +  "referenceNo",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_lending_auto_invest_all_asset5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_lending_auto_invest_history_list9 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_lending_auto_invest_index_info5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "indexId"
        -]New value: +[
        +  "indexId",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_lending_auto_invest_index_user_summary5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "indexId"
        -]New value: +[
        +  "indexId",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_lending_auto_invest_one_off_status5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "transactionId"
        -]New value: +[
        +  "transactionId",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_lending_auto_invest_plan_id5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_lending_auto_invest_plan_list5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "planType"
        -]New value: +[
        +  "planType",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_lending_auto_invest_rebalance_history9 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_lending_auto_invest_redeem_history9 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "requestId"
        -]New value: +[
        +  "requestId",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_lending_auto_invest_source_asset_list5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "usageType"
        -]New value: +[
        +  "usageType",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_lending_auto_invest_target_asset_list7 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_lending_auto_invest_target_asset_roi_list6 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / targetAsset
        Added value: +{
        +  "description": "query parameter: targetAsset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "hisRoiType"
        -]New value: +[
        +  "targetAsset",
        +  "hisRoiType",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_lending_project_list12 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / isSortAsc
        Added value: +{
        +  "description": "default \"true\"",
        +  "type": "boolean"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / sortBy
        Added value: +{
        +  "description": "Default `START_TIME`",
        +  "type": "string"
        +}
      • addedInput schema / properties / status
        Added value: +{
        +  "description": "Default `ALL`",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / type
        Added value: +{
        +  "description": "query parameter: type (\"ACTIVITY\" | \"CUSTOMIZED_FIXED\")",
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "type",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_lending_project_position_list8 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / projectId
        Added value: +{
        +  "description": "query parameter: projectId (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / status
        Added value: +{
        +  "description": "Default `ALL`",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "asset",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_loan_borrow_history10 fields changed
      • addedInput schema / properties / collateralCoin
        Added value: +{
        +  "description": "Coin used as collateral",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_loan_collateral_data7 fields changed
      • addedInput schema / properties / collateralCoin
        Added value: +{
        +  "description": "Coin used as collateral",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / vipLevel
        Added value: +{
        +  "description": "Defaults to user's vip level",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_loan_income9 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • changedInput schema / properties / type / description
        Previous value: -"All types will be returned by default.\n  * `borrowIn`\n  * `collateralSpent`\n  * `repayAmount`\n  * `collateralReturn` - Collateral return after repayment\n  * `addCollateral`\n  * `removeCollateral`\n  * `collateralReturnAfterLiquidation`"New value: +"All types will be returned by default. * `borrowIn` * `collateralSpent` * `repayAmount` * `collateralReturn` - Collateral return after repayment * `addCollateral` * `removeCollateral` * `collateralReturnAfterLiquidation`"
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_loan_loanable_data7 fields changed
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / vipLevel
        Added value: +{
        +  "description": "Defaults to user's vip level",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_loan_ltv_adjustment_history10 fields changed
      • addedInput schema / properties / collateralCoin
        Added value: +{
        +  "description": "Coin used as collateral",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_loan_ongoing_orders7 fields changed
      • addedInput schema / properties / collateralCoin
        Added value: +{
        +  "description": "Coin used as collateral",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_loan_repay_collateral_rate7 fields changed
      • addedInput schema / properties / collateralCoin
        Added value: +{
        +  "description": "Coin used as collateral",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "repayAmount"
        -]New value: +[
        +  "loanCoin",
        +  "collateralCoin",
        +  "repayAmount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_loan_repay_history10 fields changed
      • addedInput schema / properties / collateralCoin
        Added value: +{
        +  "description": "Coin used as collateral",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_loan_vip_collateral_account6 fields changed
      • addedInput schema / properties / orderId
        Added value: +{
        +  "description": "Order id",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_loan_vip_collateral_data6 fields changed
      • addedInput schema / properties / collateralCoin
        Added value: +{
        +  "description": "Coin used as collateral",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_loan_vip_loanable_data7 fields changed
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / vipLevel
        Added value: +{
        +  "description": "Defaults to user's vip level",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_loan_vip_ongoing_orders9 fields changed
      • addedInput schema / properties / collateralCoin
        Added value: +{
        +  "description": "Coin used as collateral",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / orderId
        Added value: +{
        +  "description": "Order id",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_loan_vip_repay_history10 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / orderId
        Added value: +{
        +  "description": "Order id",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_loan_vip_request_data7 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_loan_vip_request_interest_rate5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_managed_subaccount_account_snapshot8 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "type"
        -]New value: +[
        +  "email",
        +  "type",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_managed_subaccount_asset6 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "email",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_managed_subaccount_deposit_address8 fields changed
      • addedInput schema / properties / coin
        Added value: +{
        +  "description": "Coin name",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "query parameter: email (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / network
        Added value: +{
        +  "description": "query parameter: network (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "email",
        +  "coin",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_managed_subaccount_fetch_future_asset6 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "query parameter: email (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "email",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_managed_subaccount_info8 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "query parameter: email (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "email",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_managed_subaccount_margin_asset6 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "query parameter: email (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "email",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_managed_subaccount_query_trans_log9 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "transfers",
        -  "transferFunctionAccountType"
        -]New value: +[
        +  "transfers",
        +  "transferFunctionAccountType",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_managed_subaccount_query_trans_log_for_investor10 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "query parameter: email (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "email",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_managed_subaccount_query_trans_log_for_trade_parent10 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "query parameter: email (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "email",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_account5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_all_assets3 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "asset"
        +]
    • Changedget_sapi_v1_margin_all_order_list8 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / isIsolated
        Added value: +{
        +  "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_all_orders11 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / isIsolated
        Added value: +{
        +  "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin",
        +  "type": "string"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / orderId
        Added value: +{
        +  "description": "Order id",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_all_pairs3 fields changed
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol"
        +]
    • Changedget_sapi_v1_margin_available_inventory4 fields changed
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "type"
        -]New value: +[
        +  "type",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_borrow_repay11 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / isolatedSymbol
        Added value: +{
        +  "description": "Isolated symbol",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "type"
        -]New value: +[
        +  "asset",
        +  "type",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_capital_flow7 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_cross_margin_data7 fields changed
      • addedInput schema / properties / coin
        Added value: +{
        +  "description": "Coin name",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / vipLevel
        Added value: +{
        +  "description": "Defaults to user's vip level",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_delist_schedule5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_exchange_small_liability5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_exchange_small_liability_history9 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_force_liquidation_rec10 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / isolatedSymbol
        Added value: +{
        +  "description": "Isolated symbol",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_interest_history12 fields changed
      • addedInput schema / properties / archived
        Added value: +{
        +  "description": "Default: false. Set to true for archived data from 6 months ago",
        +  "type": "string"
        +}
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / isolatedSymbol
        Added value: +{
        +  "description": "Isolated symbol",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_interest_rate_history9 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / vipLevel
        Added value: +{
        +  "description": "Defaults to user's vip level",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / required
        Added value: +[
        +  "asset",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_isolated_account6 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbols
        Added value: +{
        +  "description": "Max 5 symbols can be sent; separated by ','",
        +  "examples": [
        +    "BTCUSDT,BNBUSDT,ADAUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_isolated_account_limit5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_isolated_all_pairs6 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_isolated_margin_data7 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / vipLevel
        Added value: +{
        +  "description": "Defaults to user's vip level",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_isolated_margin_tier6 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_max_borrowable7 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / isolatedSymbol
        Added value: +{
        +  "description": "Isolated symbol",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "asset",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_max_transferable7 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / isolatedSymbol
        Added value: +{
        +  "description": "Isolated symbol",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "asset",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_my_trades11 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / fromId
        Added value: +{
        +  "description": "Trade id to fetch from. Default gets most recent trades.",
        +  "type": "number"
        +}
      • addedInput schema / properties / isIsolated
        Added value: +{
        +  "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin",
        +  "type": "string"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_next_hourly_interest_rate5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_open_order_list6 fields changed
      • addedInput schema / properties / isIsolated
        Added value: +{
        +  "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_open_orders7 fields changed
      • addedInput schema / properties / isIsolated
        Added value: +{
        +  "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_order9 fields changed
      • addedInput schema / properties / isIsolated
        Added value: +{
        +  "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin",
        +  "type": "string"
        +}
      • addedInput schema / properties / orderId
        Added value: +{
        +  "description": "Order id",
        +  "type": "number"
        +}
      • addedInput schema / properties / origClientOrderId
        Added value: +{
        +  "description": "Order id from client",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_order_list8 fields changed
      • addedInput schema / properties / isIsolated
        Added value: +{
        +  "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin",
        +  "type": "string"
        +}
      • addedInput schema / properties / orderListId
        Added value: +{
        +  "description": "Order list id",
        +  "type": "number"
        +}
      • addedInput schema / properties / origClientOrderId
        Added value: +{
        +  "description": "Order id from client",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_price_index3 fields changed
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol"
        +]
    • Changedget_sapi_v1_margin_rate_limit_order6 fields changed
      • addedInput schema / properties / isIsolated
        Added value: +{
        +  "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_trade_coeff5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "email"
        -]New value: +[
        +  "email",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_margin_transfer12 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / isolatedSymbol
        Added value: +{
        +  "description": "Isolated symbol",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / type
        Added value: +{
        +  "description": "query parameter: type (\"ROLL_IN\" | \"ROLL_OUT\")",
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_mining_hash_transfer_config_details_list7 fields changed
      • addedInput schema / properties / pageIndex
        Added value: +{
        +  "description": "Page number, default is first page, start form 1",
        +  "type": "number"
        +}
      • addedInput schema / properties / pageSize
        Added value: +{
        +  "description": "Number of pages, minimum 10, maximum 200",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_mining_hash_transfer_profit_details9 fields changed
      • addedInput schema / properties / configId
        Added value: +{
        +  "description": "Mining ID",
        +  "type": "string"
        +}
      • addedInput schema / properties / pageIndex
        Added value: +{
        +  "description": "Page number, default is first page, start form 1",
        +  "type": "number"
        +}
      • addedInput schema / properties / pageSize
        Added value: +{
        +  "description": "Number of pages, minimum 10, maximum 200",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / userName
        Added value: +{
        +  "description": "Mining Account",
        +  "type": "string"
        +}
      • addedInput schema / required
        Added value: +[
        +  "configId",
        +  "userName",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_mining_payment_list12 fields changed
      • addedInput schema / properties / algo
        Added value: +{
        +  "description": "Algorithm(sha256)",
        +  "type": "string"
        +}
      • addedInput schema / properties / coin
        Added value: +{
        +  "description": "Coin name",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / endDate
        Added value: +{
        +  "description": "Search date, millisecond timestamp, while empty query all",
        +  "type": "string"
        +}
      • addedInput schema / properties / pageIndex
        Added value: +{
        +  "description": "Page number, default is first page, start form 1",
        +  "type": "number"
        +}
      • addedInput schema / properties / pageSize
        Added value: +{
        +  "description": "Number of pages, minimum 10, maximum 200",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startDate
        Added value: +{
        +  "description": "Search date, millisecond timestamp, while empty query all",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / userName
        Added value: +{
        +  "description": "Mining Account",
        +  "type": "string"
        +}
      • addedInput schema / required
        Added value: +[
        +  "algo",
        +  "userName",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_mining_payment_other12 fields changed
      • addedInput schema / properties / algo
        Added value: +{
        +  "description": "Algorithm(sha256)",
        +  "type": "string"
        +}
      • addedInput schema / properties / coin
        Added value: +{
        +  "description": "Coin name",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / endDate
        Added value: +{
        +  "description": "Search date, millisecond timestamp, while empty query all",
        +  "type": "string"
        +}
      • addedInput schema / properties / pageIndex
        Added value: +{
        +  "description": "Page number, default is first page, start form 1",
        +  "type": "number"
        +}
      • addedInput schema / properties / pageSize
        Added value: +{
        +  "description": "Number of pages, minimum 10, maximum 200",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startDate
        Added value: +{
        +  "description": "Search date, millisecond timestamp, while empty query all",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / userName
        Added value: +{
        +  "description": "Mining Account",
        +  "type": "string"
        +}
      • addedInput schema / required
        Added value: +[
        +  "algo",
        +  "userName",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_mining_payment_uid10 fields changed
      • addedInput schema / properties / algo
        Added value: +{
        +  "description": "Algorithm(sha256)",
        +  "type": "string"
        +}
      • addedInput schema / properties / endDate
        Added value: +{
        +  "description": "Search date, millisecond timestamp, while empty query all",
        +  "type": "string"
        +}
      • addedInput schema / properties / pageIndex
        Added value: +{
        +  "description": "Page number, default is first page, start form 1",
        +  "type": "number"
        +}
      • addedInput schema / properties / pageSize
        Added value: +{
        +  "description": "Number of pages, minimum 10, maximum 200",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startDate
        Added value: +{
        +  "description": "Search date, millisecond timestamp, while empty query all",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "algo",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_mining_statistics_user_list7 fields changed
      • addedInput schema / properties / algo
        Added value: +{
        +  "description": "Algorithm(sha256)",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / userName
        Added value: +{
        +  "description": "Mining Account",
        +  "type": "string"
        +}
      • addedInput schema / required
        Added value: +[
        +  "algo",
        +  "userName",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_mining_statistics_user_status7 fields changed
      • addedInput schema / properties / algo
        Added value: +{
        +  "description": "Algorithm(sha256)",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / userName
        Added value: +{
        +  "description": "Mining Account",
        +  "type": "string"
        +}
      • addedInput schema / required
        Added value: +[
        +  "algo",
        +  "userName",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_mining_worker_detail8 fields changed
      • addedInput schema / properties / algo
        Added value: +{
        +  "description": "Algorithm(sha256)",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / userName
        Added value: +{
        +  "description": "Mining Account",
        +  "type": "string"
        +}
      • addedInput schema / properties / workerName
        Added value: +{
        +  "description": "Miner’s name",
        +  "type": "string"
        +}
      • addedInput schema / required
        Added value: +[
        +  "algo",
        +  "userName",
        +  "workerName",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_mining_worker_list11 fields changed
      • addedInput schema / properties / algo
        Added value: +{
        +  "description": "Algorithm(sha256)",
        +  "type": "string"
        +}
      • addedInput schema / properties / pageIndex
        Added value: +{
        +  "description": "Page number, default is first page, start form 1",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / sort
        Added value: +{
        +  "description": "sort sequence(default=0)0 positive sequence, 1 negative sequence",
        +  "type": "number"
        +}
      • addedInput schema / properties / sortColumn
        Added value: +{
        +  "description": "Sort by( default 1): 1: miner name, 2: real-time computing power, 3: daily average computing power, 4: real-time rejection rate, 5: last submission time",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / userName
        Added value: +{
        +  "description": "Mining Account",
        +  "type": "string"
        +}
      • addedInput schema / properties / workerStatus
        Added value: +{
        +  "description": "miners status(default=0)0 all, 1 valid, 2 invalid, 3 failure",
        +  "type": "number"
        +}
      • addedInput schema / required
        Added value: +[
        +  "algo",
        +  "userName",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_nft_history_deposit9 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 50, Max 50",
        +  "examples": [
        +    50
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_nft_history_transactions9 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 50, Max 50",
        +  "examples": [
        +    50
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "orderType"
        -]New value: +[
        +  "orderType",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_nft_history_withdraw9 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 50, Max 50",
        +  "examples": [
        +    50
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_nft_user_get_asset7 fields changed
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 50, Max 50",
        +  "examples": [
        +    50
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_pay_transactions7 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_portfolio_account5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_portfolio_interest_history9 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "asset",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_portfolio_pm_loan5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_portfolio_repay_futures_switch5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_rebate_tax_query5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_simple_earn_account5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_simple_earn_flexible_history_collateral_record9 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_simple_earn_flexible_history_rate_history9 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "productId"
        -]New value: +[
        +  "productId",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_simple_earn_flexible_history_redemption_record5 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
    • Changedget_sapi_v1_simple_earn_flexible_history_rewards_record3 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
    • Changedget_sapi_v1_simple_earn_flexible_history_subscription_record9 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_simple_earn_flexible_list7 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_simple_earn_flexible_personal_left_quota5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "productId"
        -]New value: +[
        +  "productId",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_simple_earn_flexible_position7 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_simple_earn_flexible_subscription_preview5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "productId",
        -  "amount"
        -]New value: +[
        +  "productId",
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_simple_earn_locked_history_redemption_record9 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_simple_earn_locked_history_rewards_record8 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_simple_earn_locked_history_subscription_record9 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_simple_earn_locked_list7 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_simple_earn_locked_personal_left_quota5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "projectId"
        -]New value: +[
        +  "projectId",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_simple_earn_locked_position7 fields changed
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / size
        Added value: +{
        +  "description": "Default:10 Max:100",
        +  "examples": [
        +    100
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_simple_earn_locked_set_redeem_option5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "positionId"
        -]New value: +[
        +  "positionId",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_simple_earn_locked_subscription_preview5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "projectId",
        -  "amount"
        -]New value: +[
        +  "projectId",
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_spot_delist_schedule5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_sub_account_futures_account5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "email"
        -]New value: +[
        +  "email",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_sub_account_futures_account_summary5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_sub_account_futures_internal_transfer9 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "futuresType"
        -]New value: +[
        +  "email",
        +  "futuresType",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_sub_account_futures_position_risk6 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "email",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_sub_account_list7 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_sub_account_margin_account6 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "email",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_sub_account_margin_account_summary5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_sub_account_spot_summary7 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_sub_account_status6 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_sub_account_sub_account_api_ip_restriction7 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / subAccountApiKey
        Added value: +{
        +  "description": "query parameter: subAccountApiKey (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "email",
        +  "subAccountApiKey",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_sub_account_sub_transfer_history10 fields changed
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / fromEmail
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / toEmail
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_sub_account_transaction_statistics6 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "query parameter: email (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "email",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_sub_account_transfer_sub_user_history10 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • changedInput schema / properties / type / description
        Previous value: -"* `1` - transfer in\n* `2` - transfer out"New value: +"* `1` - transfer in * `2` - transfer out"
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v1_sub_account_universal_transfer11 fields changed
      • addedInput schema / properties / clientTranId
        Added value: +{
        +  "description": "query parameter: clientTranId (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / fromEmail
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / toEmail
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v2_eth_staking_account5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v2_loan_flexible_borrow_history11 fields changed
      • addedInput schema / properties / collateralCoin
        Added value: +{
        +  "description": "Coin used as collateral",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v2_loan_flexible_collateral_data6 fields changed
      • addedInput schema / properties / collateralCoin
        Added value: +{
        +  "description": "Coin used as collateral",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v2_loan_flexible_loanable_data6 fields changed
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v2_loan_flexible_ltv_adjustment_history11 fields changed
      • addedInput schema / properties / collateralCoin
        Added value: +{
        +  "description": "Coin used as collateral",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v2_loan_flexible_ongoing_orders9 fields changed
      • addedInput schema / properties / collateralCoin
        Added value: +{
        +  "description": "Coin used as collateral",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v2_loan_flexible_repay_history11 fields changed
      • addedInput schema / properties / collateralCoin
        Added value: +{
        +  "description": "Coin used as collateral",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / current
        Added value: +{
        +  "description": "Current querying page. Start from 1. Default:1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / endTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / limit
        Added value: +{
        +  "description": "Default 500; max 1000.",
        +  "examples": [
        +    5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startTime
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v2_portfolio_collateral_rate5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v2_sub_account_futures_account7 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • changedInput schema / properties / futuresType / description
        Previous value: -"* `1` - USDT Margined Futures\n* `2` - COIN Margined Futures"New value: +"* `1` - USDT Margined Futures * `2` - COIN Margined Futures"
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "futuresType"
        -]New value: +[
        +  "email",
        +  "futuresType",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v2_sub_account_futures_account_summary7 fields changed
      • changedInput schema / properties / futuresType / description
        Previous value: -"* `1` - USDT Margined Futures\n* `2` - COIN Margined Futures"New value: +"* `1` - USDT Margined Futures * `2` - COIN Margined Futures"
      • addedInput schema / properties / page
        Added value: +{
        +  "description": "Default 1",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "futuresType"
        -]New value: +[
        +  "futuresType",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v2_sub_account_futures_position_risk7 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • changedInput schema / properties / futuresType / description
        Previous value: -"* `1` - USDT Margined Futures\n* `2` - COIN Margined Futures"New value: +"* `1` - USDT Margined Futures * `2` - COIN Margined Futures"
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "futuresType"
        -]New value: +[
        +  "email",
        +  "futuresType",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v3_sub_account_assets6 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "email",
        +  "timestamp",
        +  "signature"
        +]
    • Changedget_sapi_v4_sub_account_assets6 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "query parameter: email (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "email",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_api_v3_order20 fields changed
      • addedInput schema / properties / icebergQty
        Added value: +{
        +  "description": "Used with LIMIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT to create an iceberg order.",
        +  "type": "number"
        +}
      • addedInput schema / properties / newClientOrderId
        Added value: +{
        +  "description": "Used to uniquely identify this cancel. Automatically generated by default",
        +  "type": "string"
        +}
      • addedInput schema / properties / newOrderRespType
        Added value: +{
        +  "description": "Set the response JSON. MARKET and LIMIT order types default to FULL, all other orders default to ACK.",
        +  "type": "string"
        +}
      • addedInput schema / properties / price
        Added value: +{
        +  "description": "Order price",
        +  "examples": [
        +    219
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / quantity
        Added value: +{
        +  "description": "Order quantity",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / quoteOrderQty
        Added value: +{
        +  "description": "Quote quantity",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / selfTradePreventionMode
        Added value: +{
        +  "description": "The allowed enums is dependent on what is configured on the symbol. The possible supported values are EXPIRE_TAKER, EXPIRE_MAKER, EXPIRE_BOTH, NONE.",
        +  "examples": [
        +    "EXPIRE_TAKER"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / side
        Added value: +{
        +  "description": "query parameter: side (\"SELL\" | \"BUY\")",
        +  "examples": [
        +    "SELL"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / stopPrice
        Added value: +{
        +  "description": "Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.",
        +  "examples": [
        +    221.01
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / strategyId
        Added value: +{
        +  "description": "query parameter: strategyId (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / strategyType
        Added value: +{
        +  "description": "The value cannot be less than 1000000.",
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timeInForce
        Added value: +{
        +  "description": "Order time in force",
        +  "examples": [
        +    "GTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / trailingDelta
        Added value: +{
        +  "description": "Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.",
        +  "type": "number"
        +}
      • addedInput schema / properties / type
        Added value: +{
        +  "description": "Order type",
        +  "examples": [
        +    "LIMIT"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "side",
        +  "type",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_api_v3_order_cancel_replace22 fields changed
      • changedInput schema / properties / cancelReplaceMode / description
        Previous value: -"- `STOP_ON_FAILURE` If the cancel request fails, the new order placement will not be attempted.\n- `ALLOW_FAILURES` If new order placement will be attempted even if cancel request fails."New value: +"- `STOP_ON_FAILURE` If the cancel request fails, the new order placement will not be attempted. - `ALLOW_FAILURES` If new order placement will be attempted even if cancel request fails."
      • addedInput schema / properties / cancelRestrictions
        Added value: +{
        +  "description": "query parameter: cancelRestrictions (\"ONLY_NEW\" | \"ONLY_PARTIALLY_FILLED\")",
        +  "examples": [
        +    "ONLY_NEW"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / icebergQty
        Added value: +{
        +  "description": "Used with LIMIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT to create an iceberg order.",
        +  "type": "number"
        +}
      • addedInput schema / properties / newClientOrderId
        Added value: +{
        +  "description": "Used to uniquely identify this cancel. Automatically generated by default",
        +  "type": "string"
        +}
      • addedInput schema / properties / newOrderRespType
        Added value: +{
        +  "description": "Set the response JSON. MARKET and LIMIT order types default to FULL, all other orders default to ACK.",
        +  "type": "string"
        +}
      • addedInput schema / properties / price
        Added value: +{
        +  "description": "Order price",
        +  "examples": [
        +    219
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / quantity
        Added value: +{
        +  "description": "Order quantity",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / quoteOrderQty
        Added value: +{
        +  "description": "Quote quantity",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / selfTradePreventionMode
        Added value: +{
        +  "description": "The allowed enums is dependent on what is configured on the symbol. The possible supported values are EXPIRE_TAKER, EXPIRE_MAKER, EXPIRE_BOTH, NONE.",
        +  "examples": [
        +    "EXPIRE_TAKER"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / side
        Added value: +{
        +  "description": "query parameter: side (\"SELL\" | \"BUY\")",
        +  "examples": [
        +    "SELL"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / stopPrice
        Added value: +{
        +  "description": "Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.",
        +  "examples": [
        +    221.01
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / strategyId
        Added value: +{
        +  "description": "query parameter: strategyId (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / strategyType
        Added value: +{
        +  "description": "The value cannot be less than 1000000.",
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timeInForce
        Added value: +{
        +  "description": "Order time in force",
        +  "examples": [
        +    "GTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / trailingDelta
        Added value: +{
        +  "description": "Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.",
        +  "type": "number"
        +}
      • addedInput schema / properties / type
        Added value: +{
        +  "description": "Order type",
        +  "examples": [
        +    "LIMIT"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "cancelReplaceMode"
        -]New value: +[
        +  "symbol",
        +  "side",
        +  "type",
        +  "cancelReplaceMode",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_api_v3_order_list_oco15 fields changed
      • changedInput schema / properties / aboveStopPrice / description
        Previous value: -"Can be used if `aboveType` is `STOP_LOSS` or `STOP_LOSS_LIMIT`.\nEither `aboveStopPrice` or `aboveTrailingDelta` or both, must be specified."New value: +"Can be used if `aboveType` is `STOP_LOSS` or `STOP_LOSS_LIMIT`. Either `aboveStopPrice` or `aboveTrailingDelta` or both, must be specified."
      • changedInput schema / properties / aboveStrategyType / description
        Previous value: -"Arbitrary numeric value identifying the above order strategy.\nValues smaller than 1000000 are reserved and cannot be used."New value: +"Arbitrary numeric value identifying the above order strategy. Values smaller than 1000000 are reserved and cannot be used."
      • changedInput schema / properties / belowStopPrice / description
        Previous value: -"Can be used if `belowType` is `STOP_LOSS` or `STOP_LOSS_LIMIT`.\nEither `belowStopPrice` or `belowTrailingDelta` or both, must be specified."New value: +"Can be used if `belowType` is `STOP_LOSS` or `STOP_LOSS_LIMIT`. Either `belowStopPrice` or `belowTrailingDelta` or both, must be specified."
      • changedInput schema / properties / belowStrategyType / description
        Previous value: -"Arbitrary numeric value identifying the below order strategy.\nValues smaller than 1000000 are reserved and cannot be used."New value: +"Arbitrary numeric value identifying the below order strategy. Values smaller than 1000000 are reserved and cannot be used."
      • changedInput schema / properties / listClientOrderId / description
        Previous value: -"Arbitrary unique ID among open order lists. Automatically generated if not sent.\nA new order list with the same `listClientOrderId` is accepted only when the previous one is filled or completely expired.\n`listClientOrderId` is distinct from the `aboveClientOrderId` and the `belowCLientOrderId`."New value: +"Arbitrary unique ID among open order lists. Automatically generated if not sent. A new order list with the same `listClientOrderId` is accepted only when the previous one is filled or completely expired. `listClientOrderId` is distinct from the `aboveClientOrderId` and the `belowCLientOrderId`."
      • addedInput schema / properties / newOrderRespType
        Added value: +{
        +  "description": "Set the response JSON. MARKET and LIMIT order types default to FULL, all other orders default to ACK.",
        +  "type": "string"
        +}
      • addedInput schema / properties / quantity
        Added value: +{
        +  "description": "query parameter: quantity (number)",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / selfTradePreventionMode
        Added value: +{
        +  "description": "The allowed enums is dependent on what is configured on the symbol. The possible supported values are EXPIRE_TAKER, EXPIRE_MAKER, EXPIRE_BOTH, NONE.",
        +  "examples": [
        +    "EXPIRE_TAKER"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / side
        Added value: +{
        +  "description": "query parameter: side (\"SELL\" | \"BUY\")",
        +  "examples": [
        +    "SELL"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "aboveType",
        -  "belowType"
        -]New value: +[
        +  "symbol",
        +  "side",
        +  "quantity",
        +  "aboveType",
        +  "belowType",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_api_v3_order_list_oto26 fields changed
      • changedInput schema / properties / listClientOrderId / description
        Previous value: -"Arbitrary unique ID among open order lists. Automatically generated if not sent.\nA new order list with the same `listClientOrderId` is accepted only when the previous one is filled or completely expired.\n`listClientOrderId` is distinct from the `workingClientOrderId` and the `pendingClientOrderId`."New value: +"Arbitrary unique ID among open order lists. Automatically generated if not sent. A new order list with the same `listClientOrderId` is accepted only when the previous one is filled or completely expired. `listClientOrderId` is distinct from the `workingClientOrderId` and the `pendingClientOrderId`."
      • addedInput schema / properties / newOrderRespType
        Added value: +{
        +  "description": "Set the response JSON.",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingClientOrderId
        Added value: +{
        +  "description": "Arbitrary unique ID among open orders for the pending order. Automatically generated if not sent.",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingIcebergQty
        Added value: +{
        +  "description": "This can only be used if pendingTimeInForce is GTC.",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingPrice
        Added value: +{
        +  "description": "query parameter: pendingPrice (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingQuantity
        Added value: +{
        +  "description": "Sets the quantity for the pending order.",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingSide
        Added value: +{
        +  "description": "BUY,SELL",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingStopPrice
        Added value: +{
        +  "description": "query parameter: pendingStopPrice (number)",
        +  "type": "number"
        +}
      • changedInput schema / properties / pendingStrategyType / description
        Previous value: -"Arbitrary numeric value identifying the pending order strategy.\nValues smaller than 1000000 are reserved and cannot be used."New value: +"Arbitrary numeric value identifying the pending order strategy. Values smaller than 1000000 are reserved and cannot be used."
      • addedInput schema / properties / pendingTimeInForce
        Added value: +{
        +  "description": "GTC, IOC, FOK",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingTrailingDelta
        Added value: +{
        +  "description": "query parameter: pendingTrailingDelta (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingType
        Added value: +{
        +  "description": "Supported values: Order Types Note that MARKET orders using quoteOrderQty are not supported.",
        +  "type": "string"
        +}
      • addedInput schema / properties / selfTradePreventionMode
        Added value: +{
        +  "description": "The allowed enums is dependent on what is configured on the symbol. The possible supported values are EXPIRE_TAKER, EXPIRE_MAKER, EXPIRE_BOTH, NONE.",
        +  "examples": [
        +    "EXPIRE_TAKER"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / workingClientOrderId
        Added value: +{
        +  "description": "Arbitrary unique ID among open orders for the working order. Automatically generated if not sent.",
        +  "type": "string"
        +}
      • addedInput schema / properties / workingIcebergQty
        Added value: +{
        +  "description": "This can only be used if workingTimeInForce is GTC.",
        +  "type": "number"
        +}
      • addedInput schema / properties / workingPrice
        Added value: +{
        +  "description": "query parameter: workingPrice (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / workingQuantity
        Added value: +{
        +  "description": "Sets the quantity for the working order.",
        +  "type": "number"
        +}
      • addedInput schema / properties / workingSide
        Added value: +{
        +  "description": "BUY,SELL",
        +  "type": "string"
        +}
      • changedInput schema / properties / workingStrategyType / description
        Previous value: -"Arbitrary numeric value identifying the working order strategy.\nValues smaller than 1000000 are reserved and cannot be used."New value: +"Arbitrary numeric value identifying the working order strategy. Values smaller than 1000000 are reserved and cannot be used."
      • addedInput schema / properties / workingTimeInForce
        Added value: +{
        +  "description": "GTC, IOC, FOK",
        +  "type": "string"
        +}
      • addedInput schema / properties / workingType
        Added value: +{
        +  "description": "Supported values: LIMIT,LIMIT_MAKER",
        +  "type": "string"
        +}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "workingType",
        +  "workingSide",
        +  "workingPrice",
        +  "workingQuantity",
        +  "workingIcebergQty",
        +  "pendingType",
        +  "pendingSide",
        +  "pendingQuantity",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_api_v3_order_list_otoco35 fields changed
      • changedInput schema / properties / listClientOrderId / description
        Previous value: -"Arbitrary unique ID among open order lists. Automatically generated if not sent.\nA new order list with the same `listClientOrderId` is accepted only when the previous one is filled or completely expired.\n`listClientOrderId` is distinct from the `workingClientOrderId` and the `pendingClientOrderId`."New value: +"Arbitrary unique ID among open order lists. Automatically generated if not sent. A new order list with the same `listClientOrderId` is accepted only when the previous one is filled or completely expired. `listClientOrderId` is distinct from the `workingClientOrderId` and the `pendingClientOrderId`."
      • addedInput schema / properties / newOrderRespType
        Added value: +{
        +  "description": "Set the response JSON.",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingAboveClientOrderId
        Added value: +{
        +  "description": "Arbitrary unique ID among open orders for the pending above order. Automatically generated if not sent.",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingAboveIcebergQty
        Added value: +{
        +  "description": "This can only be used if pendingAboveTimeInForce is GTC.",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingAbovePrice
        Added value: +{
        +  "description": "query parameter: pendingAbovePrice (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingAboveStopPrice
        Added value: +{
        +  "description": "query parameter: pendingAboveStopPrice (number)",
        +  "type": "number"
        +}
      • changedInput schema / properties / pendingAboveStrategyType / description
        Previous value: -"Arbitrary numeric value identifying the pending above order strategy.\nValues smaller than 1000000 are reserved and cannot be used."New value: +"Arbitrary numeric value identifying the pending above order strategy. Values smaller than 1000000 are reserved and cannot be used."
      • addedInput schema / properties / pendingAboveTimeInForce
        Added value: +{
        +  "description": "query parameter: pendingAboveTimeInForce (\"GTC\" | \"IOC\" | \"FOK\")",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingAboveTrailingDelta
        Added value: +{
        +  "description": "query parameter: pendingAboveTrailingDelta (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingAboveType
        Added value: +{
        +  "description": "Supported values: LIMIT_MAKER, STOP_LOSS, and STOP_LOSS_LIMIT",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingBelowClientOrderId
        Added value: +{
        +  "description": "Arbitrary unique ID among open orders for the pending below order. Automatically generated if not sent.",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingBelowIcebergQty
        Added value: +{
        +  "description": "This can only be used if pendingBelowTimeInForce is GTC.",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingBelowPrice
        Added value: +{
        +  "description": "query parameter: pendingBelowPrice (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingBelowStopPrice
        Added value: +{
        +  "description": "query parameter: pendingBelowStopPrice (number)",
        +  "type": "number"
        +}
      • changedInput schema / properties / pendingBelowStrategyType / description
        Previous value: -"Arbitrary numeric value identifying the pending below order strategy.\nValues smaller than 1000000 are reserved and cannot be used."New value: +"Arbitrary numeric value identifying the pending below order strategy. Values smaller than 1000000 are reserved and cannot be used."
      • addedInput schema / properties / pendingBelowTimeInForce
        Added value: +{
        +  "description": "query parameter: pendingBelowTimeInForce (\"GTC\" | \"IOC\" | \"FOK\")",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingBelowTrailingDelta
        Added value: +{
        +  "description": "query parameter: pendingBelowTrailingDelta (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingBelowType
        Added value: +{
        +  "description": "Supported values: LIMIT_MAKER, STOP_LOSS, and STOP_LOSS_LIMIT",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingQuantity
        Added value: +{
        +  "description": "Sets the quantity for the pending order.",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingSide
        Added value: +{
        +  "description": "BUY,SELL",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / selfTradePreventionMode
        Added value: +{
        +  "description": "The allowed enums is dependent on what is configured on the symbol. The possible supported values are EXPIRE_TAKER, EXPIRE_MAKER, EXPIRE_BOTH, NONE.",
        +  "examples": [
        +    "EXPIRE_TAKER"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / workingClientOrderId
        Added value: +{
        +  "description": "Arbitrary unique ID among open orders for the working order. Automatically generated if not sent.",
        +  "type": "string"
        +}
      • addedInput schema / properties / workingIcebergQty
        Added value: +{
        +  "description": "This can only be used if workingTimeInForce is GTC.",
        +  "type": "number"
        +}
      • addedInput schema / properties / workingPrice
        Added value: +{
        +  "description": "query parameter: workingPrice (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / workingQuantity
        Added value: +{
        +  "description": "Sets the quantity for the working order.",
        +  "type": "number"
        +}
      • addedInput schema / properties / workingSide
        Added value: +{
        +  "description": "BUY,SELL",
        +  "type": "string"
        +}
      • changedInput schema / properties / workingStrategyType / description
        Previous value: -"Arbitrary numeric value identifying the working order strategy.\nValues smaller than 1000000 are reserved and cannot be used."New value: +"Arbitrary numeric value identifying the working order strategy. Values smaller than 1000000 are reserved and cannot be used."
      • addedInput schema / properties / workingTimeInForce
        Added value: +{
        +  "description": "GTC, IOC, FOK",
        +  "type": "string"
        +}
      • addedInput schema / properties / workingType
        Added value: +{
        +  "description": "Supported values: LIMIT,LIMIT_MAKER",
        +  "type": "string"
        +}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "workingType",
        +  "workingSide",
        +  "workingPrice",
        +  "workingQuantity",
        +  "workingIcebergQty",
        +  "pendingSide",
        +  "pendingQuantity",
        +  "pendingAboveType",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_api_v3_order_test19 fields changed
      • addedInput schema / properties / icebergQty
        Added value: +{
        +  "description": "Used with LIMIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT to create an iceberg order.",
        +  "type": "number"
        +}
      • addedInput schema / properties / newClientOrderId
        Added value: +{
        +  "description": "Used to uniquely identify this cancel. Automatically generated by default",
        +  "type": "string"
        +}
      • addedInput schema / properties / newOrderRespType
        Added value: +{
        +  "description": "Set the response JSON. MARKET and LIMIT order types default to FULL, all other orders default to ACK.",
        +  "type": "string"
        +}
      • addedInput schema / properties / price
        Added value: +{
        +  "description": "Order price",
        +  "examples": [
        +    219
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / quantity
        Added value: +{
        +  "description": "Order quantity",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / quoteOrderQty
        Added value: +{
        +  "description": "Quote quantity",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / side
        Added value: +{
        +  "description": "query parameter: side (\"SELL\" | \"BUY\")",
        +  "examples": [
        +    "SELL"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / stopPrice
        Added value: +{
        +  "description": "Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.",
        +  "examples": [
        +    221.01
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / strategyId
        Added value: +{
        +  "description": "query parameter: strategyId (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / strategyType
        Added value: +{
        +  "description": "The value cannot be less than 1000000.",
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timeInForce
        Added value: +{
        +  "description": "Order time in force",
        +  "examples": [
        +    "GTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / trailingDelta
        Added value: +{
        +  "description": "Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.",
        +  "type": "number"
        +}
      • addedInput schema / properties / type
        Added value: +{
        +  "description": "Order type",
        +  "examples": [
        +    "LIMIT"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "side",
        +  "type",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_api_v3_sor_order16 fields changed
      • addedInput schema / properties / icebergQty
        Added value: +{
        +  "description": "Used with LIMIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT to create an iceberg order.",
        +  "type": "number"
        +}
      • addedInput schema / properties / newClientOrderId
        Added value: +{
        +  "description": "Used to uniquely identify this cancel. Automatically generated by default",
        +  "type": "string"
        +}
      • addedInput schema / properties / newOrderRespType
        Added value: +{
        +  "description": "Set the response JSON. MARKET and LIMIT order types default to FULL, all other orders default to ACK.",
        +  "type": "string"
        +}
      • addedInput schema / properties / quantity
        Added value: +{
        +  "description": "query parameter: quantity (number)",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / selfTradePreventionMode
        Added value: +{
        +  "description": "The allowed enums is dependent on what is configured on the symbol. The possible supported values are EXPIRE_TAKER, EXPIRE_MAKER, EXPIRE_BOTH, NONE.",
        +  "examples": [
        +    "EXPIRE_TAKER"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / side
        Added value: +{
        +  "description": "query parameter: side (\"SELL\" | \"BUY\")",
        +  "examples": [
        +    "SELL"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / strategyId
        Added value: +{
        +  "description": "query parameter: strategyId (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / strategyType
        Added value: +{
        +  "description": "The value cannot be less than 1000000.",
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timeInForce
        Added value: +{
        +  "description": "Order time in force",
        +  "examples": [
        +    "GTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / type
        Added value: +{
        +  "description": "Order type",
        +  "examples": [
        +    "LIMIT"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "side",
        +  "type",
        +  "quantity",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_api_v3_sor_order_test16 fields changed
      • addedInput schema / properties / icebergQty
        Added value: +{
        +  "description": "Used with LIMIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT to create an iceberg order.",
        +  "type": "number"
        +}
      • addedInput schema / properties / newClientOrderId
        Added value: +{
        +  "description": "Used to uniquely identify this cancel. Automatically generated by default",
        +  "type": "string"
        +}
      • addedInput schema / properties / newOrderRespType
        Added value: +{
        +  "description": "Set the response JSON. MARKET and LIMIT order types default to FULL, all other orders default to ACK.",
        +  "type": "string"
        +}
      • addedInput schema / properties / quantity
        Added value: +{
        +  "description": "query parameter: quantity (number)",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / selfTradePreventionMode
        Added value: +{
        +  "description": "The allowed enums is dependent on what is configured on the symbol. The possible supported values are EXPIRE_TAKER, EXPIRE_MAKER, EXPIRE_BOTH, NONE.",
        +  "examples": [
        +    "EXPIRE_TAKER"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / side
        Added value: +{
        +  "description": "query parameter: side (\"SELL\" | \"BUY\")",
        +  "examples": [
        +    "SELL"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / strategyId
        Added value: +{
        +  "description": "query parameter: strategyId (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / strategyType
        Added value: +{
        +  "description": "The value cannot be less than 1000000.",
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timeInForce
        Added value: +{
        +  "description": "Order time in force",
        +  "examples": [
        +    "GTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / type
        Added value: +{
        +  "description": "Order type",
        +  "examples": [
        +    "LIMIT"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "side",
        +  "type",
        +  "quantity",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_account_disable_fast_withdraw_switch5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_account_enable_fast_withdraw_switch5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_algo_futures_new_order_twap8 fields changed
      • addedInput schema / properties / positionSide
        Added value: +{
        +  "description": "Default BOTH for One-way Mode ; LONG or SHORT for Hedge Mode. It must be sent in Hedge Mode.",
        +  "examples": [
        +    "BOTH"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / side
        Added value: +{
        +  "description": "query parameter: side (\"SELL\" | \"BUY\")",
        +  "examples": [
        +    "SELL"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "quantity",
        -  "duration"
        -]New value: +[
        +  "symbol",
        +  "side",
        +  "quantity",
        +  "duration",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_algo_futures_new_order_vp8 fields changed
      • addedInput schema / properties / positionSide
        Added value: +{
        +  "description": "Default BOTH for One-way Mode ; LONG or SHORT for Hedge Mode. It must be sent in Hedge Mode.",
        +  "examples": [
        +    "BOTH"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / side
        Added value: +{
        +  "description": "query parameter: side (\"SELL\" | \"BUY\")",
        +  "examples": [
        +    "SELL"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "quantity",
        -  "urgency"
        -]New value: +[
        +  "symbol",
        +  "side",
        +  "quantity",
        +  "urgency",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_algo_spot_new_order_twap8 fields changed
      • addedInput schema / properties / quantity
        Added value: +{
        +  "description": "query parameter: quantity (number)",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / side
        Added value: +{
        +  "description": "query parameter: side (\"SELL\" | \"BUY\")",
        +  "examples": [
        +    "SELL"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "duration"
        -]New value: +[
        +  "symbol",
        +  "side",
        +  "quantity",
        +  "duration",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_asset_convert_transfer7 fields changed
      • addedInput schema / properties / amount
        Added value: +{
        +  "description": "query parameter: amount (number)",
        +  "examples": [
        +    "1.01"
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "clientTranId",
        -  "targetAsset"
        -]New value: +[
        +  "clientTranId",
        +  "asset",
        +  "amount",
        +  "targetAsset",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_asset_dust5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "asset"
        -]New value: +[
        +  "asset",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_asset_dust_btc5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_asset_get_funding_asset7 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / needBtcValuation
        Added value: +{
        +  "description": "query parameter: needBtcValuation (\"true\" | \"false\")",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_asset_transfer10 fields changed
      • addedInput schema / properties / amount
        Added value: +{
        +  "description": "query parameter: amount (number)",
        +  "examples": [
        +    "1.01"
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / fromSymbol
        Added value: +{
        +  "description": "Must be sent when type are ISOLATEDMARGIN_MARGIN and ISOLATEDMARGIN_ISOLATEDMARGIN",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / toSymbol
        Added value: +{
        +  "description": "Must be sent when type are MARGIN_ISOLATEDMARGIN and ISOLATEDMARGIN_ISOLATEDMARGIN",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / type
        Added value: +{
        +  "description": "Universal transfer type",
        +  "examples": [
        +    "MAIN_C2C"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "type",
        +  "asset",
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_blvt_redeem7 fields changed
      • addedInput schema / properties / amount
        Added value: +{
        +  "description": "query parameter: amount (number)",
        +  "examples": [
        +    "1.01"
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / tokenName
        Added value: +{
        +  "description": "BTCDOWN, BTCUP",
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "tokenName",
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_blvt_subscribe6 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / tokenName
        Added value: +{
        +  "description": "BTCDOWN, BTCUP",
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "cost"
        -]New value: +[
        +  "tokenName",
        +  "cost",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_bnb_burn5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_capital_deposit_credit_apply5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_capital_withdraw_apply9 fields changed
      • addedInput schema / properties / amount
        Added value: +{
        +  "description": "query parameter: amount (number)",
        +  "examples": [
        +    "1.01"
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / coin
        Added value: +{
        +  "description": "Coin name",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / network
        Added value: +{
        +  "description": "query parameter: network (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • changedInput schema / properties / transactionFeeFlag / description
        Previous value: -"When making internal transfer\n- `true` ->  returning the fee to the destination account;\n- `false` -> returning the fee back to the departure account."New value: +"When making internal transfer - `true` -> returning the fee to the destination account; - `false` -> returning the fee back to the departure account."
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "address"
        -]New value: +[
        +  "coin",
        +  "address",
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_convert_accept_quote5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "quoteId"
        -]New value: +[
        +  "quoteId",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_convert_get_quote5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "fromAsset",
        -  "toAsset"
        -]New value: +[
        +  "fromAsset",
        +  "toAsset",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_convert_limit_cancel_order5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "orderId"
        -]New value: +[
        +  "orderId",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_convert_limit_place_order8 fields changed
      • addedInput schema / properties / baseAsset
        Added value: +{
        +  "description": "query parameter: baseAsset (string)",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / quoteAsset
        Added value: +{
        +  "description": "query parameter: quoteAsset (string)",
        +  "examples": [
        +    "USDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / side
        Added value: +{
        +  "description": "query parameter: side (\"SELL\" | \"BUY\")",
        +  "examples": [
        +    "SELL"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "limitPrice"
        -]New value: +[
        +  "baseAsset",
        +  "quoteAsset",
        +  "limitPrice",
        +  "side",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_dci_product_auto_compound_edit_status6 fields changed
      • addedInput schema / properties / autoCompoundPlan
        Added value: +{
        +  "description": "NONE: switch off the plan, STANDARD: standard plan, ADVANCED: advanced plan;",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "positionId"
        -]New value: +[
        +  "positionId",
        +  "autoCompoundPlan",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_dci_product_subscribe6 fields changed
      • addedInput schema / properties / autoCompoundPlan
        Added value: +{
        +  "description": "NONE: switch off the plan, STANDARD: standard plan, ADVANCED: advanced plan;",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "id",
        -  "orderId",
        -  "depositAmount"
        -]New value: +[
        +  "id",
        +  "orderId",
        +  "depositAmount",
        +  "autoCompoundPlan",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_eth_staking_eth_redeem5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "amount"
        -]New value: +[
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_eth_staking_wbeth_wrap5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "amount"
        -]New value: +[
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_futures_transfer7 fields changed
      • addedInput schema / properties / amount
        Added value: +{
        +  "description": "query parameter: amount (number)",
        +  "examples": [
        +    "1.01"
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "type"
        -]New value: +[
        +  "asset",
        +  "amount",
        +  "type",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_giftcard_buy_code6 fields changed
      • changedInput schema / properties / baseTokenAmount / description
        Previous value: -"The base token asset quantity, example  1.002"New value: +"The base token asset quantity, example 1.002"
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "baseToken",
        -  "faceToken",
        -  "baseTokenAmount"
        -]New value: +[
        +  "baseToken",
        +  "faceToken",
        +  "baseTokenAmount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_giftcard_create_code5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "token",
        -  "amount"
        -]New value: +[
        +  "token",
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_giftcard_redeem_code5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "code"
        -]New value: +[
        +  "code",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_lending_auto_invest_one_off5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "sourceType",
        -  "subscriptionAmount",
        -  "sourceAsset"
        -]New value: +[
        +  "sourceType",
        +  "subscriptionAmount",
        +  "sourceAsset",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_lending_auto_invest_plan_add5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "sourceType",
        -  "planType",
        -  "subscriptionAmount",
        -  "subscriptionCycle",
        -  "subscriptionStartTime",
        -  "sourceAsset",
        -  "details"
        -]New value: +[
        +  "sourceType",
        +  "planType",
        +  "subscriptionAmount",
        +  "subscriptionCycle",
        +  "subscriptionStartTime",
        +  "sourceAsset",
        +  "details",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_lending_auto_invest_plan_edit5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "planId",
        -  "subscriptionAmount",
        -  "subscriptionCycle",
        -  "subscriptionStartTime",
        -  "sourceAsset"
        -]New value: +[
        +  "planId",
        +  "subscriptionAmount",
        +  "subscriptionCycle",
        +  "subscriptionStartTime",
        +  "sourceAsset",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_lending_auto_invest_plan_edit_status5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "planId",
        -  "status"
        -]New value: +[
        +  "planId",
        +  "status",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_lending_auto_invest_redeem5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "indexId",
        -  "redemptionPercentage"
        -]New value: +[
        +  "indexId",
        +  "redemptionPercentage",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_lending_customized_fixed_purchase7 fields changed
      • addedInput schema / properties / lot
        Added value: +{
        +  "description": "query parameter: lot (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / projectId
        Added value: +{
        +  "description": "query parameter: projectId (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "projectId",
        +  "lot",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_lending_position_changed8 fields changed
      • addedInput schema / properties / lot
        Added value: +{
        +  "description": "query parameter: lot (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / positionId
        Added value: +{
        +  "description": "query parameter: positionId (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / projectId
        Added value: +{
        +  "description": "query parameter: projectId (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "projectId",
        +  "lot",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_loan_adjust_ltv5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "orderId",
        -  "amount",
        -  "direction"
        -]New value: +[
        +  "orderId",
        +  "amount",
        +  "direction",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_loan_borrow9 fields changed
      • addedInput schema / properties / collateralAmount
        Added value: +{
        +  "description": "query parameter: collateralAmount (number)",
        +  "examples": [
        +    50.5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / collateralCoin
        Added value: +{
        +  "description": "Coin used as collateral",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / loanAmount
        Added value: +{
        +  "description": "Loan amount",
        +  "examples": [
        +    100.1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "loanTerm"
        -]New value: +[
        +  "loanCoin",
        +  "collateralCoin",
        +  "loanTerm",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_loan_customize_margin_call6 fields changed
      • addedInput schema / properties / collateralCoin
        Added value: +{
        +  "description": "Coin used as collateral",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "marginCall"
        -]New value: +[
        +  "marginCall",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_loan_repay5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "orderId",
        -  "amount"
        -]New value: +[
        +  "orderId",
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_loan_vip_borrow6 fields changed
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "loanAccountId",
        -  "loanAmount",
        -  "collateralAccountId",
        -  "collateralCoin",
        -  "isFlexibleRate"
        -]New value: +[
        +  "loanAccountId",
        +  "loanAmount",
        +  "collateralAccountId",
        +  "collateralCoin",
        +  "isFlexibleRate",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_loan_vip_renew6 fields changed
      • addedInput schema / properties / orderId
        Added value: +{
        +  "description": "Order id",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_loan_vip_repay7 fields changed
      • addedInput schema / properties / amount
        Added value: +{
        +  "description": "query parameter: amount (number)",
        +  "examples": [
        +    "1.01"
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / orderId
        Added value: +{
        +  "description": "Order id",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_managed_subaccount_deposit8 fields changed
      • addedInput schema / properties / amount
        Added value: +{
        +  "description": "query parameter: amount (number)",
        +  "examples": [
        +    "1.01"
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / toEmail
        Added value: +{
        +  "description": "Recipient email",
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "toEmail",
        +  "asset",
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_managed_subaccount_withdraw8 fields changed
      • addedInput schema / properties / amount
        Added value: +{
        +  "description": "query parameter: amount (number)",
        +  "examples": [
        +    "1.01"
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / fromEmail
        Added value: +{
        +  "description": "Sender email",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "fromEmail",
        +  "asset",
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_margin_borrow_repay8 fields changed
      • addedInput schema / properties / amount
        Added value: +{
        +  "description": "query parameter: amount (number)",
        +  "examples": [
        +    "1.01"
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "isIsolated",
        -  "type"
        -]New value: +[
        +  "asset",
        +  "isIsolated",
        +  "symbol",
        +  "amount",
        +  "type",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_margin_isolated_account6 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_margin_manual_liquidation4 fields changed
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "type"
        -]New value: +[
        +  "type",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_margin_max_leverage5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "maxLeverage"
        -]New value: +[
        +  "maxLeverage",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_margin_order19 fields changed
      • addedInput schema / properties / icebergQty
        Added value: +{
        +  "description": "Used with LIMIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT to create an iceberg order.",
        +  "type": "number"
        +}
      • addedInput schema / properties / isIsolated
        Added value: +{
        +  "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin",
        +  "type": "string"
        +}
      • addedInput schema / properties / newClientOrderId
        Added value: +{
        +  "description": "Used to uniquely identify this cancel. Automatically generated by default",
        +  "type": "string"
        +}
      • addedInput schema / properties / newOrderRespType
        Added value: +{
        +  "description": "Set the response JSON.",
        +  "type": "string"
        +}
      • addedInput schema / properties / price
        Added value: +{
        +  "description": "Order price",
        +  "examples": [
        +    219
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / quantity
        Added value: +{
        +  "description": "query parameter: quantity (number)",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / quoteOrderQty
        Added value: +{
        +  "description": "Quote quantity",
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / selfTradePreventionMode
        Added value: +{
        +  "description": "The allowed enums is dependent on what is configured on the symbol. The possible supported values are EXPIRE_TAKER, EXPIRE_MAKER, EXPIRE_BOTH, NONE.",
        +  "examples": [
        +    "EXPIRE_TAKER"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / side
        Added value: +{
        +  "description": "query parameter: side (\"SELL\" | \"BUY\")",
        +  "examples": [
        +    "SELL"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / sideEffectType
        Added value: +{
        +  "description": "Default `NO_SIDE_EFFECT`",
        +  "type": "string"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / stopPrice
        Added value: +{
        +  "description": "Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.",
        +  "examples": [
        +    221.01
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timeInForce
        Added value: +{
        +  "description": "Order time in force",
        +  "examples": [
        +    "GTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / type
        Added value: +{
        +  "description": "Order type",
        +  "examples": [
        +    "LIMIT"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "autoRepayAtCancel"
        -]New value: +[
        +  "symbol",
        +  "side",
        +  "type",
        +  "quantity",
        +  "autoRepayAtCancel",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_margin_order_oco21 fields changed
      • addedInput schema / properties / isIsolated
        Added value: +{
        +  "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin",
        +  "type": "string"
        +}
      • addedInput schema / properties / limitClientOrderId
        Added value: +{
        +  "description": "A unique Id for the limit order",
        +  "type": "string"
        +}
      • addedInput schema / properties / limitIcebergQty
        Added value: +{
        +  "description": "query parameter: limitIcebergQty (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / listClientOrderId
        Added value: +{
        +  "description": "A unique Id for the entire orderList",
        +  "type": "string"
        +}
      • addedInput schema / properties / newOrderRespType
        Added value: +{
        +  "description": "Set the response JSON.",
        +  "type": "string"
        +}
      • addedInput schema / properties / price
        Added value: +{
        +  "description": "Order price",
        +  "examples": [
        +    218
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / quantity
        Added value: +{
        +  "description": "query parameter: quantity (number)",
        +  "examples": [
        +    1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / selfTradePreventionMode
        Added value: +{
        +  "description": "The allowed enums is dependent on what is configured on the symbol. The possible supported values are EXPIRE_TAKER, EXPIRE_MAKER, EXPIRE_BOTH, NONE.",
        +  "examples": [
        +    "EXPIRE_TAKER"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / side
        Added value: +{
        +  "description": "query parameter: side (\"SELL\" | \"BUY\")",
        +  "examples": [
        +    "SELL"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / sideEffectType
        Added value: +{
        +  "description": "Default `NO_SIDE_EFFECT`",
        +  "type": "string"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / stopClientOrderId
        Added value: +{
        +  "description": "A unique Id for the stop loss/stop loss limit leg",
        +  "type": "string"
        +}
      • addedInput schema / properties / stopIcebergQty
        Added value: +{
        +  "description": "query parameter: stopIcebergQty (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / stopLimitPrice
        Added value: +{
        +  "description": "If provided, stopLimitTimeInForce is required.",
        +  "type": "number"
        +}
      • addedInput schema / properties / stopLimitTimeInForce
        Added value: +{
        +  "description": "query parameter: stopLimitTimeInForce (\"GTC\" | \"FOK\" | \"IOC\")",
        +  "type": "string"
        +}
      • addedInput schema / properties / stopPrice
        Added value: +{
        +  "description": "query parameter: stopPrice (number)",
        +  "examples": [
        +    220
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "side",
        +  "quantity",
        +  "price",
        +  "stopPrice",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_margin_order_oto25 fields changed
      • addedInput schema / properties / isIsolated
        Added value: +{
        +  "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin",
        +  "type": "string"
        +}
      • changedInput schema / properties / listClientOrderId / description
        Previous value: -"Arbitrary unique ID among open order lists. Automatically generated if not sent.\nA new order list with the same `listClientOrderId` is accepted only when the previous one is filled or completely expired.\n`listClientOrderId` is distinct from the `workingClientOrderId` and the `pendingClientOrderId`."New value: +"Arbitrary unique ID among open order lists. Automatically generated if not sent. A new order list with the same `listClientOrderId` is accepted only when the previous one is filled or completely expired. `listClientOrderId` is distinct from the `workingClientOrderId` and the `pendingClientOrderId`."
      • addedInput schema / properties / newOrderRespType
        Added value: +{
        +  "description": "Set the response JSON.",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingClientOrderId
        Added value: +{
        +  "description": "Arbitrary unique ID among open orders for the pending order. Automatically generated if not sent.",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingIcebergQty
        Added value: +{
        +  "description": "This can only be used if pendingTimeInForce is GTC.",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingPrice
        Added value: +{
        +  "description": "query parameter: pendingPrice (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingQuantity
        Added value: +{
        +  "description": "Sets the quantity for the pending order.",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingSide
        Added value: +{
        +  "description": "BUY,SELL",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingStopPrice
        Added value: +{
        +  "description": "query parameter: pendingStopPrice (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingTimeInForce
        Added value: +{
        +  "description": "GTC, IOC, FOK",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingTrailingDelta
        Added value: +{
        +  "description": "query parameter: pendingTrailingDelta (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingType
        Added value: +{
        +  "description": "Supported values: Order Types Note that MARKET orders using quoteOrderQty are not supported.",
        +  "type": "string"
        +}
      • addedInput schema / properties / selfTradePreventionMode
        Added value: +{
        +  "description": "The allowed enums is dependent on what is configured on the symbol. The possible supported values are EXPIRE_TAKER, EXPIRE_MAKER, EXPIRE_BOTH, NONE.",
        +  "examples": [
        +    "EXPIRE_TAKER"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / workingClientOrderId
        Added value: +{
        +  "description": "Arbitrary unique ID among open orders for the working order. Automatically generated if not sent.",
        +  "type": "string"
        +}
      • addedInput schema / properties / workingIcebergQty
        Added value: +{
        +  "description": "This can only be used if workingTimeInForce is GTC.",
        +  "type": "number"
        +}
      • addedInput schema / properties / workingPrice
        Added value: +{
        +  "description": "query parameter: workingPrice (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / workingQuantity
        Added value: +{
        +  "description": "Sets the quantity for the working order.",
        +  "type": "number"
        +}
      • addedInput schema / properties / workingSide
        Added value: +{
        +  "description": "BUY,SELL",
        +  "type": "string"
        +}
      • addedInput schema / properties / workingTimeInForce
        Added value: +{
        +  "description": "GTC, IOC, FOK",
        +  "type": "string"
        +}
      • addedInput schema / properties / workingType
        Added value: +{
        +  "description": "Supported values: LIMIT,LIMIT_MAKER",
        +  "type": "string"
        +}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "workingType",
        +  "workingSide",
        +  "workingPrice",
        +  "workingQuantity",
        +  "workingIcebergQty",
        +  "pendingType",
        +  "pendingSide",
        +  "pendingQuantity",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_margin_order_otoco32 fields changed
      • addedInput schema / properties / isIsolated
        Added value: +{
        +  "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin",
        +  "type": "string"
        +}
      • changedInput schema / properties / listClientOrderId / description
        Previous value: -"Arbitrary unique ID among open order lists. Automatically generated if not sent.\nA new order list with the same `listClientOrderId` is accepted only when the previous one is filled or completely expired.\n`listClientOrderId` is distinct from the `workingClientOrderId` and the `pendingClientOrderId`."New value: +"Arbitrary unique ID among open order lists. Automatically generated if not sent. A new order list with the same `listClientOrderId` is accepted only when the previous one is filled or completely expired. `listClientOrderId` is distinct from the `workingClientOrderId` and the `pendingClientOrderId`."
      • addedInput schema / properties / newOrderRespType
        Added value: +{
        +  "description": "Set the response JSON.",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingAboveClientOrderId
        Added value: +{
        +  "description": "Arbitrary unique ID among open orders for the pending above order. Automatically generated if not sent.",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingAboveIcebergQty
        Added value: +{
        +  "description": "This can only be used if pendingAboveTimeInForce is GTC.",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingAbovePrice
        Added value: +{
        +  "description": "query parameter: pendingAbovePrice (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingAboveStopPrice
        Added value: +{
        +  "description": "query parameter: pendingAboveStopPrice (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingAboveTimeInForce
        Added value: +{
        +  "description": "query parameter: pendingAboveTimeInForce (\"GTC\" | \"IOC\" | \"FOK\")",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingAboveTrailingDelta
        Added value: +{
        +  "description": "query parameter: pendingAboveTrailingDelta (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingAboveType
        Added value: +{
        +  "description": "Supported values: LIMIT_MAKER, STOP_LOSS, and STOP_LOSS_LIMIT",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingBelowClientOrderId
        Added value: +{
        +  "description": "Arbitrary unique ID among open orders for the pending below order. Automatically generated if not sent.",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingBelowIcebergQty
        Added value: +{
        +  "description": "This can only be used if pendingBelowTimeInForce is GTC.",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingBelowPrice
        Added value: +{
        +  "description": "query parameter: pendingBelowPrice (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingBelowStopPrice
        Added value: +{
        +  "description": "query parameter: pendingBelowStopPrice (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingBelowTimeInForce
        Added value: +{
        +  "description": "query parameter: pendingBelowTimeInForce (\"GTC\" | \"IOC\" | \"FOK\")",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingBelowTrailingDelta
        Added value: +{
        +  "description": "query parameter: pendingBelowTrailingDelta (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingBelowType
        Added value: +{
        +  "description": "Supported values: LIMIT_MAKER, STOP_LOSS, and STOP_LOSS_LIMIT",
        +  "type": "string"
        +}
      • addedInput schema / properties / pendingQuantity
        Added value: +{
        +  "description": "Sets the quantity for the pending order.",
        +  "type": "number"
        +}
      • addedInput schema / properties / pendingSide
        Added value: +{
        +  "description": "BUY,SELL",
        +  "type": "string"
        +}
      • addedInput schema / properties / selfTradePreventionMode
        Added value: +{
        +  "description": "The allowed enums is dependent on what is configured on the symbol. The possible supported values are EXPIRE_TAKER, EXPIRE_MAKER, EXPIRE_BOTH, NONE.",
        +  "examples": [
        +    "EXPIRE_TAKER"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / symbol
        Added value: +{
        +  "description": "Trading symbol, e.g. BNBUSDT",
        +  "examples": [
        +    "BNBUSDT"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / workingClientOrderId
        Added value: +{
        +  "description": "Arbitrary unique ID among open orders for the working order. Automatically generated if not sent.",
        +  "type": "string"
        +}
      • addedInput schema / properties / workingIcebergQty
        Added value: +{
        +  "description": "This can only be used if workingTimeInForce is GTC.",
        +  "type": "number"
        +}
      • addedInput schema / properties / workingPrice
        Added value: +{
        +  "description": "query parameter: workingPrice (number)",
        +  "type": "number"
        +}
      • addedInput schema / properties / workingQuantity
        Added value: +{
        +  "description": "Sets the quantity for the working order.",
        +  "type": "number"
        +}
      • addedInput schema / properties / workingSide
        Added value: +{
        +  "description": "BUY,SELL",
        +  "type": "string"
        +}
      • addedInput schema / properties / workingTimeInForce
        Added value: +{
        +  "description": "GTC, IOC, FOK",
        +  "type": "string"
        +}
      • addedInput schema / properties / workingType
        Added value: +{
        +  "description": "Supported values: LIMIT,LIMIT_MAKER",
        +  "type": "string"
        +}
      • addedInput schema / required
        Added value: +[
        +  "symbol",
        +  "workingType",
        +  "workingSide",
        +  "workingPrice",
        +  "workingQuantity",
        +  "workingIcebergQty",
        +  "pendingSide",
        +  "pendingQuantity",
        +  "pendingAboveType",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_mining_hash_transfer_config11 fields changed
      • addedInput schema / properties / algo
        Added value: +{
        +  "description": "Algorithm(sha256)",
        +  "type": "string"
        +}
      • addedInput schema / properties / endDate
        Added value: +{
        +  "description": "Search date, millisecond timestamp, while empty query all",
        +  "type": "string"
        +}
      • addedInput schema / properties / hashRate
        Added value: +{
        +  "description": "Resale hashrate h/s must be transferred (BTC is greater than 500000000000 ETH is greater than 500000)",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / startDate
        Added value: +{
        +  "description": "Search date, millisecond timestamp, while empty query all",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / toPoolUser
        Added value: +{
        +  "description": "Mining Account",
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / userName
        Added value: +{
        +  "description": "Mining Account",
        +  "type": "string"
        +}
      • addedInput schema / required
        Added value: +[
        +  "userName",
        +  "algo",
        +  "toPoolUser",
        +  "hashRate",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_mining_hash_transfer_config_cancel7 fields changed
      • addedInput schema / properties / configId
        Added value: +{
        +  "description": "Mining ID",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / properties / userName
        Added value: +{
        +  "description": "Mining Account",
        +  "type": "string"
        +}
      • addedInput schema / required
        Added value: +[
        +  "configId",
        +  "userName",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_portfolio_asset_collection6 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "asset",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_portfolio_auto_collection5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_portfolio_bnb_transfer6 fields changed
      • addedInput schema / properties / amount
        Added value: +{
        +  "description": "query parameter: amount (number)",
        +  "examples": [
        +    "1.01"
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "transferSide"
        -]New value: +[
        +  "transferSide",
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_portfolio_repay5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_portfolio_repay_futures_negative_balance5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_portfolio_repay_futures_switch6 fields changed
      • addedInput schema / properties / autoRepay
        Added value: +{
        +  "description": "query parameter: autoRepay (boolean)",
        +  "examples": [
        +    true
        +  ],
        +  "type": "boolean"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "autoRepay",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_simple_earn_flexible_redeem5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "productId"
        -]New value: +[
        +  "productId",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_simple_earn_flexible_set_auto_subscribe5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "productId",
        -  "autoSubscribe"
        -]New value: +[
        +  "productId",
        +  "autoSubscribe",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_simple_earn_flexible_subscribe5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "productId",
        -  "amount"
        -]New value: +[
        +  "productId",
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_simple_earn_locked_redeem5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "positionId"
        -]New value: +[
        +  "positionId",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_simple_earn_locked_set_auto_subscribe5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "positionId",
        -  "autoSubscribe"
        -]New value: +[
        +  "positionId",
        +  "autoSubscribe",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_simple_earn_locked_subscribe5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "projectId",
        -  "amount"
        -]New value: +[
        +  "projectId",
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_sub_account_blvt_enable6 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "enableBlvt"
        -]New value: +[
        +  "email",
        +  "enableBlvt",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_sub_account_eoptions_enable6 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "query parameter: email (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "email",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_sub_account_futures_enable6 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "email",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_sub_account_futures_internal_transfer9 fields changed
      • addedInput schema / properties / amount
        Added value: +{
        +  "description": "query parameter: amount (number)",
        +  "examples": [
        +    "1.01"
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / fromEmail
        Added value: +{
        +  "description": "Sender email",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / toEmail
        Added value: +{
        +  "description": "Recipient email",
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "futuresType"
        -]New value: +[
        +  "fromEmail",
        +  "toEmail",
        +  "futuresType",
        +  "asset",
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_sub_account_futures_transfer9 fields changed
      • addedInput schema / properties / amount
        Added value: +{
        +  "description": "query parameter: amount (number)",
        +  "examples": [
        +    "1.01"
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • changedInput schema / properties / type / description
        Previous value: -"* `1` - transfer from subaccount's spot account to its USDT-margined futures account\n* `2` - transfer from subaccount's USDT-margined futures account to its spot account\n* `3` - transfer from subaccount's spot account to its COIN-margined futures account\n* `4` - transfer from subaccount's COIN-margined futures account to its spot account"New value: +"* `1` - transfer from subaccount's spot account to its USDT-margined futures account * `2` - transfer from subaccount's USDT-margined futures account to its spot account * `3` - transfer from subaccount's spot account to its COIN-margined futures account * `4` - transfer from subaccount's COIN-margined futures account to its spot account"
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "type"
        -]New value: +[
        +  "email",
        +  "asset",
        +  "amount",
        +  "type",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_sub_account_margin_enable6 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "email",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_sub_account_margin_transfer9 fields changed
      • addedInput schema / properties / amount
        Added value: +{
        +  "description": "query parameter: amount (number)",
        +  "examples": [
        +    "1.01"
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • changedInput schema / properties / type / description
        Previous value: -"* `1` - transfer from subaccount's spot account to margin account\n* `2` - transfer from subaccount's margin account to its spot account"New value: +"* `1` - transfer from subaccount's spot account to margin account * `2` - transfer from subaccount's margin account to its spot account"
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "type"
        -]New value: +[
        +  "email",
        +  "asset",
        +  "amount",
        +  "type",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_sub_account_transfer_sub_to_master7 fields changed
      • addedInput schema / properties / amount
        Added value: +{
        +  "description": "query parameter: amount (number)",
        +  "examples": [
        +    "1.01"
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "asset",
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_sub_account_transfer_sub_to_sub8 fields changed
      • addedInput schema / properties / amount
        Added value: +{
        +  "description": "query parameter: amount (number)",
        +  "examples": [
        +    "1.01"
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / toEmail
        Added value: +{
        +  "description": "Recipient email",
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "toEmail",
        +  "asset",
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_sub_account_universal_transfer10 fields changed
      • addedInput schema / properties / amount
        Added value: +{
        +  "description": "query parameter: amount (number)",
        +  "examples": [
        +    "1.01"
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BTC"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / clientTranId
        Added value: +{
        +  "description": "query parameter: clientTranId (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / fromEmail
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • addedInput schema / properties / toEmail
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "fromAccountType",
        -  "toAccountType"
        -]New value: +[
        +  "fromAccountType",
        +  "toAccountType",
        +  "asset",
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v1_sub_account_virtual_sub_account5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "subAccountString"
        -]New value: +[
        +  "subAccountString",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v2_eth_staking_eth_stake5 fields changed
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "amount"
        -]New value: +[
        +  "amount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v2_loan_flexible_adjust_ltv7 fields changed
      • addedInput schema / properties / collateralCoin
        Added value: +{
        +  "description": "Coin used as collateral",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "adjustmentAmount",
        -  "direction"
        -]New value: +[
        +  "adjustmentAmount",
        +  "direction",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v2_loan_flexible_borrow9 fields changed
      • addedInput schema / properties / collateralAmount
        Added value: +{
        +  "description": "query parameter: collateralAmount (number)",
        +  "examples": [
        +    50.5
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / collateralCoin
        Added value: +{
        +  "description": "Coin used as collateral",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / loanAmount
        Added value: +{
        +  "description": "Loan amount",
        +  "examples": [
        +    100.1
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v2_loan_flexible_repay9 fields changed
      • addedInput schema / properties / collateralCoin
        Added value: +{
        +  "description": "Coin used as collateral",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • changedInput schema / properties / collateralReturn / description
        Previous value: -"Default: TRUE.\nTRUE: Return extra collateral to earn account;\nFALSE: Keep extra collateral in the order, and lower LTV."New value: +"Default: TRUE. TRUE: Return extra collateral to earn account; FALSE: Keep extra collateral in the order, and lower LTV."
      • changedInput schema / properties / fullRepayment / description
        Previous value: -"Default: FALSE.\nTRUE: Full repayment;\nFALSE: Partial repayment, based on loanAmount"New value: +"Default: FALSE. TRUE: Full repayment; FALSE: Partial repayment, based on loanAmount"
      • addedInput schema / properties / loanCoin
        Added value: +{
        +  "description": "Coin loaned",
        +  "examples": [
        +    "BUSD"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "repayAmount"
        -]New value: +[
        +  "repayAmount",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v2_sub_account_sub_account_api_ip_restriction8 fields changed
      • addedInput schema / properties / email
        Added value: +{
        +  "description": "Sub-account email",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / subAccountApiKey
        Added value: +{
        +  "description": "query parameter: subAccountApiKey (string)",
        +  "type": "string"
        +}
      • addedInput schema / properties / thirdPartyName
        Added value: +{
        +  "description": "third party IP list name",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "status"
        -]New value: +[
        +  "email",
        +  "subAccountApiKey",
        +  "status",
        +  "timestamp",
        +  "signature"
        +]
    • Changedpost_sapi_v3_asset_get_user_asset7 fields changed
      • addedInput schema / properties / asset
        Added value: +{
        +  "description": "query parameter: asset (string)",
        +  "examples": [
        +    "BNB"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / needBtcValuation
        Added value: +{
        +  "description": "query parameter: needBtcValuation (\"true\" | \"false\")",
        +  "type": "string"
        +}
      • addedInput schema / properties / recvWindow
        Added value: +{
        +  "description": "The value cannot be greater than 60000",
        +  "examples": [
        +    5000
        +  ],
        +  "type": "number"
        +}
      • addedInput schema / properties / signature
        Added value: +{
        +  "description": "Signature",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "UTC timestamp in ms",
        +  "type": "number"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
      • addedInput schema / required
        Added value: +[
        +  "timestamp",
        +  "signature"
        +]
    • Changedput_api_v3_user_data_stream2 fields changed
      • addedInput schema / properties / listenKey
        Added value: +{
        +  "description": "User websocket listen key",
        +  "examples": [
        +    "pqia91ma19a5s61cv6a81va65sdf19v8a65a1a5s61cv6a81va65sdf19v8a65a1"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
    • Changedput_sapi_v1_user_data_stream2 fields changed
      • addedInput schema / properties / listenKey
        Added value: +{
        +  "description": "User websocket listen key",
        +  "examples": [
        +    "pqia91ma19a5s61cv6a81va65sdf19v8a65a1a5s61cv6a81va65sdf19v8a65a1"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
    • Changedput_sapi_v1_user_data_stream_isolated2 fields changed
      • addedInput schema / properties / listenKey
        Added value: +{
        +  "description": "User websocket listen key",
        +  "examples": [
        +    "pqia91ma19a5s61cv6a81va65sdf19v8a65a1a5s61cv6a81va65sdf19v8a65a1"
        +  ],
        +  "type": "string"
        +}
      • removedInput schema / properties / undefined
        Removed value: -{
        -  "description": "undefined parameter: undefined (unknown)",
        -  "type": "string"
        -}
  2. 340 tool updates
    • First observeddelete_api_v3_open_orders
    • First observeddelete_api_v3_order
    • First observeddelete_api_v3_order_list
    • First observeddelete_api_v3_user_data_stream
    • First observeddelete_sapi_v1_algo_futures_order
    • First observeddelete_sapi_v1_algo_spot_order
    • First observeddelete_sapi_v1_margin_isolated_account
    • First observeddelete_sapi_v1_margin_open_orders
    • First observeddelete_sapi_v1_margin_order
    • First observeddelete_sapi_v1_margin_order_list
    • First observeddelete_sapi_v1_sub_account_sub_account_api_ip_restriction_ip_list
    • First observeddelete_sapi_v1_user_data_stream
    • First observeddelete_sapi_v1_user_data_stream_isolated
    • First observedget_api_v3_account
    • First observedget_api_v3_account_commission
    • First observedget_api_v3_agg_trades
    • First observedget_api_v3_all_order_list
    • First observedget_api_v3_all_orders
    • First observedget_api_v3_avg_price
    • First observedget_api_v3_depth
    • First observedget_api_v3_exchange_info
    • First observedget_api_v3_historical_trades
    • First observedget_api_v3_klines
    • First observedget_api_v3_my_allocations
    • First observedget_api_v3_my_prevented_matches
    • First observedget_api_v3_my_trades
    • First observedget_api_v3_open_order_list
    • First observedget_api_v3_open_orders
    • First observedget_api_v3_order
    • First observedget_api_v3_order_list
    • First observedget_api_v3_ping
    • First observedget_api_v3_rate_limit_order
    • First observedget_api_v3_ticker
    • First observedget_api_v3_ticker_24hr
    • First observedget_api_v3_ticker_book_ticker
    • First observedget_api_v3_ticker_price
    • First observedget_api_v3_ticker_trading_day
    • First observedget_api_v3_time
    • First observedget_api_v3_trades
    • First observedget_api_v3_ui_klines
    • First observedget_sapi_v1_account_api_restrictions
    • First observedget_sapi_v1_account_api_trading_status
    • First observedget_sapi_v1_account_info
    • First observedget_sapi_v1_account_snapshot
    • First observedget_sapi_v1_account_status
    • First observedget_sapi_v1_algo_futures_historical_orders
    • First observedget_sapi_v1_algo_futures_open_orders
    • First observedget_sapi_v1_algo_futures_sub_orders
    • First observedget_sapi_v1_algo_spot_historical_orders
    • First observedget_sapi_v1_algo_spot_open_orders
    • First observedget_sapi_v1_algo_spot_sub_orders
    • First observedget_sapi_v1_asset_asset_detail
    • First observedget_sapi_v1_asset_asset_dividend
    • First observedget_sapi_v1_asset_convert_transfer_query_by_page
    • First observedget_sapi_v1_asset_custody_transfer_history
    • First observedget_sapi_v1_asset_dribblet
    • First observedget_sapi_v1_asset_ledger_transfer_cloud_mining_query_by_page
    • First observedget_sapi_v1_asset_trade_fee
    • First observedget_sapi_v1_asset_transfer
    • First observedget_sapi_v1_asset_wallet_balance
    • First observedget_sapi_v1_blvt_redeem_record
    • First observedget_sapi_v1_blvt_subscribe_record
    • First observedget_sapi_v1_blvt_token_info
    • First observedget_sapi_v1_blvt_user_limit
    • First observedget_sapi_v1_bnb_burn
    • First observedget_sapi_v1_c2c_order_match_list_user_order_history
    • First observedget_sapi_v1_capital_config_getall
    • First observedget_sapi_v1_capital_contract_convertible_coins
    • First observedget_sapi_v1_capital_deposit_address
    • First observedget_sapi_v1_capital_deposit_address_list
    • First observedget_sapi_v1_capital_deposit_hisrec
    • First observedget_sapi_v1_capital_deposit_sub_address
    • First observedget_sapi_v1_capital_deposit_sub_hisrec
    • First observedget_sapi_v1_capital_withdraw_address_list
    • First observedget_sapi_v1_capital_withdraw_history
    • First observedget_sapi_v1_convert_asset_info
    • First observedget_sapi_v1_convert_exchange_info
    • First observedget_sapi_v1_convert_limit_query_open_orders
    • First observedget_sapi_v1_convert_order_status
    • First observedget_sapi_v1_convert_trade_flow
    • First observedget_sapi_v1_copy_trading_futures_lead_symbol
    • First observedget_sapi_v1_copy_trading_futures_user_status
    • First observedget_sapi_v1_dci_product_accounts
    • First observedget_sapi_v1_dci_product_list
    • First observedget_sapi_v1_dci_product_positions
    • First observedget_sapi_v1_eth_staking_eth_history_rate_history
    • First observedget_sapi_v1_eth_staking_eth_history_redemption_history
    • First observedget_sapi_v1_eth_staking_eth_history_rewards_history
    • First observedget_sapi_v1_eth_staking_eth_history_staking_history
    • First observedget_sapi_v1_eth_staking_eth_history_wbeth_rewards_history
    • First observedget_sapi_v1_eth_staking_eth_quota
    • First observedget_sapi_v1_eth_staking_wbeth_history_unwrap_history
    • First observedget_sapi_v1_eth_staking_wbeth_history_wrap_history
    • First observedget_sapi_v1_fiat_orders
    • First observedget_sapi_v1_fiat_payments
    • First observedget_sapi_v1_futures_hist_data_link
    • First observedget_sapi_v1_futures_transfer
    • First observedget_sapi_v1_giftcard_buy_code_token_limit
    • First observedget_sapi_v1_giftcard_cryptography_rsa_public_key
    • First observedget_sapi_v1_giftcard_verify
    • First observedget_sapi_v1_lending_auto_invest_all_asset
    • First observedget_sapi_v1_lending_auto_invest_history_list
    • First observedget_sapi_v1_lending_auto_invest_index_info
    • First observedget_sapi_v1_lending_auto_invest_index_user_summary
    • First observedget_sapi_v1_lending_auto_invest_one_off_status
    • First observedget_sapi_v1_lending_auto_invest_plan_id
    • First observedget_sapi_v1_lending_auto_invest_plan_list
    • First observedget_sapi_v1_lending_auto_invest_rebalance_history
    • First observedget_sapi_v1_lending_auto_invest_redeem_history
    • First observedget_sapi_v1_lending_auto_invest_source_asset_list
    • First observedget_sapi_v1_lending_auto_invest_target_asset_list
    • First observedget_sapi_v1_lending_auto_invest_target_asset_roi_list
    • First observedget_sapi_v1_lending_project_list
    • First observedget_sapi_v1_lending_project_position_list
    • First observedget_sapi_v1_loan_borrow_history
    • First observedget_sapi_v1_loan_collateral_data
    • First observedget_sapi_v1_loan_income
    • First observedget_sapi_v1_loan_loanable_data
    • First observedget_sapi_v1_loan_ltv_adjustment_history
    • First observedget_sapi_v1_loan_ongoing_orders
    • First observedget_sapi_v1_loan_repay_collateral_rate
    • First observedget_sapi_v1_loan_repay_history
    • First observedget_sapi_v1_loan_vip_collateral_account
    • First observedget_sapi_v1_loan_vip_collateral_data
    • First observedget_sapi_v1_loan_vip_loanable_data
    • First observedget_sapi_v1_loan_vip_ongoing_orders
    • First observedget_sapi_v1_loan_vip_repay_history
    • First observedget_sapi_v1_loan_vip_request_data
    • First observedget_sapi_v1_loan_vip_request_interest_rate
    • First observedget_sapi_v1_managed_subaccount_account_snapshot
    • First observedget_sapi_v1_managed_subaccount_asset
    • First observedget_sapi_v1_managed_subaccount_deposit_address
    • First observedget_sapi_v1_managed_subaccount_fetch_future_asset
    • First observedget_sapi_v1_managed_subaccount_info
    • First observedget_sapi_v1_managed_subaccount_margin_asset
    • First observedget_sapi_v1_managed_subaccount_query_trans_log
    • First observedget_sapi_v1_managed_subaccount_query_trans_log_for_investor
    • First observedget_sapi_v1_managed_subaccount_query_trans_log_for_trade_parent
    • First observedget_sapi_v1_margin_account
    • First observedget_sapi_v1_margin_all_assets
    • First observedget_sapi_v1_margin_all_order_list
    • First observedget_sapi_v1_margin_all_orders
    • First observedget_sapi_v1_margin_all_pairs
    • First observedget_sapi_v1_margin_available_inventory
    • First observedget_sapi_v1_margin_borrow_repay
    • First observedget_sapi_v1_margin_capital_flow
    • First observedget_sapi_v1_margin_cross_margin_collateral_ratio
    • First observedget_sapi_v1_margin_cross_margin_data
    • First observedget_sapi_v1_margin_delist_schedule
    • First observedget_sapi_v1_margin_exchange_small_liability
    • First observedget_sapi_v1_margin_exchange_small_liability_history
    • First observedget_sapi_v1_margin_force_liquidation_rec
    • First observedget_sapi_v1_margin_interest_history
    • First observedget_sapi_v1_margin_interest_rate_history
    • First observedget_sapi_v1_margin_isolated_account
    • First observedget_sapi_v1_margin_isolated_account_limit
    • First observedget_sapi_v1_margin_isolated_all_pairs
    • First observedget_sapi_v1_margin_isolated_margin_data
    • First observedget_sapi_v1_margin_isolated_margin_tier
    • First observedget_sapi_v1_margin_leverage_bracket
    • First observedget_sapi_v1_margin_max_borrowable
    • First observedget_sapi_v1_margin_max_transferable
    • First observedget_sapi_v1_margin_my_trades
    • First observedget_sapi_v1_margin_next_hourly_interest_rate
    • First observedget_sapi_v1_margin_open_order_list
    • First observedget_sapi_v1_margin_open_orders
    • First observedget_sapi_v1_margin_order
    • First observedget_sapi_v1_margin_order_list
    • First observedget_sapi_v1_margin_price_index
    • First observedget_sapi_v1_margin_rate_limit_order
    • First observedget_sapi_v1_margin_trade_coeff
    • First observedget_sapi_v1_margin_transfer
    • First observedget_sapi_v1_mining_hash_transfer_config_details_list
    • First observedget_sapi_v1_mining_hash_transfer_profit_details
    • First observedget_sapi_v1_mining_payment_list
    • First observedget_sapi_v1_mining_payment_other
    • First observedget_sapi_v1_mining_payment_uid
    • First observedget_sapi_v1_mining_pub_algo_list
    • First observedget_sapi_v1_mining_pub_coin_list
    • First observedget_sapi_v1_mining_statistics_user_list
    • First observedget_sapi_v1_mining_statistics_user_status
    • First observedget_sapi_v1_mining_worker_detail
    • First observedget_sapi_v1_mining_worker_list
    • First observedget_sapi_v1_nft_history_deposit
    • First observedget_sapi_v1_nft_history_transactions
    • First observedget_sapi_v1_nft_history_withdraw
    • First observedget_sapi_v1_nft_user_get_asset
    • First observedget_sapi_v1_pay_transactions
    • First observedget_sapi_v1_portfolio_account
    • First observedget_sapi_v1_portfolio_asset_index_price
    • First observedget_sapi_v1_portfolio_collateral_rate
    • First observedget_sapi_v1_portfolio_interest_history
    • First observedget_sapi_v1_portfolio_margin_asset_leverage
    • First observedget_sapi_v1_portfolio_pm_loan
    • First observedget_sapi_v1_portfolio_repay_futures_switch
    • First observedget_sapi_v1_rebate_tax_query
    • First observedget_sapi_v1_simple_earn_account
    • First observedget_sapi_v1_simple_earn_flexible_history_collateral_record
    • First observedget_sapi_v1_simple_earn_flexible_history_rate_history
    • First observedget_sapi_v1_simple_earn_flexible_history_redemption_record
    • First observedget_sapi_v1_simple_earn_flexible_history_rewards_record
    • First observedget_sapi_v1_simple_earn_flexible_history_subscription_record
    • First observedget_sapi_v1_simple_earn_flexible_list
    • First observedget_sapi_v1_simple_earn_flexible_personal_left_quota
    • First observedget_sapi_v1_simple_earn_flexible_position
    • First observedget_sapi_v1_simple_earn_flexible_subscription_preview
    • First observedget_sapi_v1_simple_earn_locked_history_redemption_record
    • First observedget_sapi_v1_simple_earn_locked_history_rewards_record
    • First observedget_sapi_v1_simple_earn_locked_history_subscription_record
    • First observedget_sapi_v1_simple_earn_locked_list
    • First observedget_sapi_v1_simple_earn_locked_personal_left_quota
    • First observedget_sapi_v1_simple_earn_locked_position
    • First observedget_sapi_v1_simple_earn_locked_set_redeem_option
    • First observedget_sapi_v1_simple_earn_locked_subscription_preview
    • First observedget_sapi_v1_spot_delist_schedule
    • First observedget_sapi_v1_sub_account_futures_account
    • First observedget_sapi_v1_sub_account_futures_account_summary
    • First observedget_sapi_v1_sub_account_futures_internal_transfer
    • First observedget_sapi_v1_sub_account_futures_position_risk
    • First observedget_sapi_v1_sub_account_list
    • First observedget_sapi_v1_sub_account_margin_account
    • First observedget_sapi_v1_sub_account_margin_account_summary
    • First observedget_sapi_v1_sub_account_spot_summary
    • First observedget_sapi_v1_sub_account_status
    • First observedget_sapi_v1_sub_account_sub_account_api_ip_restriction
    • First observedget_sapi_v1_sub_account_sub_transfer_history
    • First observedget_sapi_v1_sub_account_transaction_statistics
    • First observedget_sapi_v1_sub_account_transfer_sub_user_history
    • First observedget_sapi_v1_sub_account_universal_transfer
    • First observedget_sapi_v1_system_status
    • First observedget_sapi_v2_eth_staking_account
    • First observedget_sapi_v2_loan_flexible_borrow_history
    • First observedget_sapi_v2_loan_flexible_collateral_data
    • First observedget_sapi_v2_loan_flexible_loanable_data
    • First observedget_sapi_v2_loan_flexible_ltv_adjustment_history
    • First observedget_sapi_v2_loan_flexible_ongoing_orders
    • First observedget_sapi_v2_loan_flexible_repay_history
    • First observedget_sapi_v2_portfolio_collateral_rate
    • First observedget_sapi_v2_sub_account_futures_account
    • First observedget_sapi_v2_sub_account_futures_account_summary
    • First observedget_sapi_v2_sub_account_futures_position_risk
    • First observedget_sapi_v3_sub_account_assets
    • First observedget_sapi_v4_sub_account_assets
    • First observedpost_api_v3_order
    • First observedpost_api_v3_order_cancel_replace
    • First observedpost_api_v3_order_list_oco
    • First observedpost_api_v3_order_list_oto
    • First observedpost_api_v3_order_list_otoco
    • First observedpost_api_v3_order_test
    • First observedpost_api_v3_sor_order
    • First observedpost_api_v3_sor_order_test
    • First observedpost_api_v3_user_data_stream
    • First observedpost_sapi_v1_account_disable_fast_withdraw_switch
    • First observedpost_sapi_v1_account_enable_fast_withdraw_switch
    • First observedpost_sapi_v1_algo_futures_new_order_twap
    • First observedpost_sapi_v1_algo_futures_new_order_vp
    • First observedpost_sapi_v1_algo_spot_new_order_twap
    • First observedpost_sapi_v1_asset_convert_transfer
    • First observedpost_sapi_v1_asset_dust
    • First observedpost_sapi_v1_asset_dust_btc
    • First observedpost_sapi_v1_asset_get_funding_asset
    • First observedpost_sapi_v1_asset_transfer
    • First observedpost_sapi_v1_blvt_redeem
    • First observedpost_sapi_v1_blvt_subscribe
    • First observedpost_sapi_v1_bnb_burn
    • First observedpost_sapi_v1_capital_contract_convertible_coins
    • First observedpost_sapi_v1_capital_deposit_credit_apply
    • First observedpost_sapi_v1_capital_withdraw_apply
    • First observedpost_sapi_v1_convert_accept_quote
    • First observedpost_sapi_v1_convert_get_quote
    • First observedpost_sapi_v1_convert_limit_cancel_order
    • First observedpost_sapi_v1_convert_limit_place_order
    • First observedpost_sapi_v1_dci_product_auto_compound_edit_status
    • First observedpost_sapi_v1_dci_product_subscribe
    • First observedpost_sapi_v1_eth_staking_eth_redeem
    • First observedpost_sapi_v1_eth_staking_wbeth_wrap
    • First observedpost_sapi_v1_futures_transfer
    • First observedpost_sapi_v1_giftcard_buy_code
    • First observedpost_sapi_v1_giftcard_create_code
    • First observedpost_sapi_v1_giftcard_redeem_code
    • First observedpost_sapi_v1_lending_auto_invest_one_off
    • First observedpost_sapi_v1_lending_auto_invest_plan_add
    • First observedpost_sapi_v1_lending_auto_invest_plan_edit
    • First observedpost_sapi_v1_lending_auto_invest_plan_edit_status
    • First observedpost_sapi_v1_lending_auto_invest_redeem
    • First observedpost_sapi_v1_lending_customized_fixed_purchase
    • First observedpost_sapi_v1_lending_position_changed
    • First observedpost_sapi_v1_loan_adjust_ltv
    • First observedpost_sapi_v1_loan_borrow
    • First observedpost_sapi_v1_loan_customize_margin_call
    • First observedpost_sapi_v1_loan_repay
    • First observedpost_sapi_v1_loan_vip_borrow
    • First observedpost_sapi_v1_loan_vip_renew
    • First observedpost_sapi_v1_loan_vip_repay
    • First observedpost_sapi_v1_managed_subaccount_deposit
    • First observedpost_sapi_v1_managed_subaccount_withdraw
    • First observedpost_sapi_v1_margin_borrow_repay
    • First observedpost_sapi_v1_margin_isolated_account
    • First observedpost_sapi_v1_margin_manual_liquidation
    • First observedpost_sapi_v1_margin_max_leverage
    • First observedpost_sapi_v1_margin_order
    • First observedpost_sapi_v1_margin_order_oco
    • First observedpost_sapi_v1_margin_order_oto
    • First observedpost_sapi_v1_margin_order_otoco
    • First observedpost_sapi_v1_mining_hash_transfer_config
    • First observedpost_sapi_v1_mining_hash_transfer_config_cancel
    • First observedpost_sapi_v1_portfolio_asset_collection
    • First observedpost_sapi_v1_portfolio_auto_collection
    • First observedpost_sapi_v1_portfolio_bnb_transfer
    • First observedpost_sapi_v1_portfolio_repay
    • First observedpost_sapi_v1_portfolio_repay_futures_negative_balance
    • First observedpost_sapi_v1_portfolio_repay_futures_switch
    • First observedpost_sapi_v1_simple_earn_flexible_redeem
    • First observedpost_sapi_v1_simple_earn_flexible_set_auto_subscribe
    • First observedpost_sapi_v1_simple_earn_flexible_subscribe
    • First observedpost_sapi_v1_simple_earn_locked_redeem
    • First observedpost_sapi_v1_simple_earn_locked_set_auto_subscribe
    • First observedpost_sapi_v1_simple_earn_locked_subscribe
    • First observedpost_sapi_v1_sub_account_blvt_enable
    • First observedpost_sapi_v1_sub_account_eoptions_enable
    • First observedpost_sapi_v1_sub_account_futures_enable
    • First observedpost_sapi_v1_sub_account_futures_internal_transfer
    • First observedpost_sapi_v1_sub_account_futures_transfer
    • First observedpost_sapi_v1_sub_account_margin_enable
    • First observedpost_sapi_v1_sub_account_margin_transfer
    • First observedpost_sapi_v1_sub_account_transfer_sub_to_master
    • First observedpost_sapi_v1_sub_account_transfer_sub_to_sub
    • First observedpost_sapi_v1_sub_account_universal_transfer
    • First observedpost_sapi_v1_sub_account_virtual_sub_account
    • First observedpost_sapi_v1_user_data_stream
    • First observedpost_sapi_v1_user_data_stream_isolated
    • First observedpost_sapi_v2_eth_staking_eth_stake
    • First observedpost_sapi_v2_loan_flexible_adjust_ltv
    • First observedpost_sapi_v2_loan_flexible_borrow
    • First observedpost_sapi_v2_loan_flexible_repay
    • First observedpost_sapi_v2_sub_account_sub_account_api_ip_restriction
    • First observedpost_sapi_v3_asset_get_user_asset
    • First observedput_api_v3_user_data_stream
    • First observedput_sapi_v1_user_data_stream
    • First observedput_sapi_v1_user_data_stream_isolated

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides over 156 tools to interact with the Binance.com global exchange API for spot trading, wallet management, and staking operations. It enables users to execute orders, retrieve market data, and manage crypto assets through natural language interfaces like Claude and ChatGPT.
    77
    34
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 27 tools for interacting with the Binance Thailand (Gulf Binance) API, enabling market data, trading, order management, wallet operations, and account management through natural language.
    14
    MIT
  • -
    license
    Not graded
    quality
    D
    maintenance
    Enables users to fetch real-time cryptocurrency market data from Binance including OHLCV prices, mark prices, funding rates, and open interest for both spot and futures markets. Provides easy access to Binance trading data through a simple JSON-RPC interface.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.9/5.0
Disambiguation2/5

The tool set has significant overlap and ambiguity, with many tools performing similar actions on different account types (e.g., multiple delete, get, post tools for spot, margin, futures, sub-accounts). While descriptions clarify specific contexts, the sheer number and similarity make it difficult for an agent to reliably choose the correct tool without deep domain knowledge. Tools like delete_api_v3_open_orders and delete_sapi_v1_margin_open_orders are nearly identical except for the account type, leading to potential misselection.

Naming Consistency5/5

Tool names follow a highly consistent pattern throughout, using HTTP method prefixes (get, post, delete, put) followed by API path segments (e.g., api_v3, sapi_v1) and specific endpoints. This structured naming, such as get_api_v3_account and post_sapi_v1_margin_order, provides clear and predictable identifiers, making it easy to understand the tool's purpose and API route despite the large count.

Tool Count1/5

With 340 tools, the count is extremely high and overwhelming for the server's purpose of interacting with Binance's API. This exceeds typical MCP server scopes (usually 3-15 tools) and creates a heavy cognitive load. While Binance's API is extensive, exposing every endpoint as a separate tool is impractical for agent use, likely leading to confusion and inefficiency.

Completeness5/5

The tool set appears complete for the Binance API domain, covering a vast range of operations including market data, account management, trading (spot, margin, futures), sub-account functions, lending, staking, and more. It provides full CRUD and lifecycle coverage across all supported services, with no obvious gaps that would hinder agent workflows for cryptocurrency exchange interactions.