binance-mcp
Server Details
Binance - 340 tools for market data, order books, and trading pairs
- 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.
324 tool updates
- Changed
delete_api_v3_open_orders6 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Changed
delete_api_v3_order10 fields changed- added
Input schema / properties / cancelRestrictionsAdded value: +{ + "description": "query parameter: cancelRestrictions (\"ONLY_NEW\" | \"ONLY_PARTIALLY_FILLED\")", + "examples": [ + "ONLY_NEW" + ], + "type": "string" +} - added
Input schema / properties / newClientOrderIdAdded value: +{ + "description": "Used to uniquely identify this cancel. Automatically generated by default", + "type": "string" +} - added
Input schema / properties / orderIdAdded value: +{ + "description": "Order id", + "type": "number" +} - added
Input schema / properties / origClientOrderIdAdded value: +{ + "description": "Order id from client", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Changed
delete_api_v3_order_list9 fields changed- added
Input schema / properties / listClientOrderIdAdded value: +{ + "description": "A unique Id for the entire orderList", + "type": "string" +} - added
Input schema / properties / newClientOrderIdAdded value: +{ + "description": "Used to uniquely identify this cancel. Automatically generated by default", + "type": "string" +} - added
Input schema / properties / orderListIdAdded value: +{ + "description": "Order list id", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Changed
delete_api_v3_user_data_stream2 fields changed- added
Input schema / properties / listenKeyAdded value: +{ + "description": "User websocket listen key", + "examples": [ + "pqia91ma19a5s61cv6a81va65sdf19v8a65a1a5s61cv6a81va65sdf19v8a65a1" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -}
- Changed
delete_sapi_v1_algo_futures_order5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "algoId" -]New value: +[ + "algoId", + "timestamp", + "signature" +]
- Changed
delete_sapi_v1_algo_spot_order5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "algoId" -]New value: +[ + "algoId", + "timestamp", + "signature" +]
- Changed
delete_sapi_v1_margin_isolated_account6 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Changed
delete_sapi_v1_margin_open_orders7 fields changed- added
Input schema / properties / isIsolatedAdded value: +{ + "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Changed
delete_sapi_v1_margin_order10 fields changed- added
Input schema / properties / isIsolatedAdded value: +{ + "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin", + "type": "string" +} - added
Input schema / properties / newClientOrderIdAdded value: +{ + "description": "Used to uniquely identify this cancel. Automatically generated by default", + "type": "string" +} - added
Input schema / properties / orderIdAdded value: +{ + "description": "Order id", + "type": "number" +} - added
Input schema / properties / origClientOrderIdAdded value: +{ + "description": "Order id from client", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Changed
delete_sapi_v1_margin_order_list10 fields changed- added
Input schema / properties / isIsolatedAdded value: +{ + "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin", + "type": "string" +} - added
Input schema / properties / listClientOrderIdAdded value: +{ + "description": "A unique Id for the entire orderList", + "type": "string" +} - added
Input schema / properties / newClientOrderIdAdded value: +{ + "description": "Used to uniquely identify this cancel. Automatically generated by default", + "type": "string" +} - added
Input schema / properties / orderListIdAdded value: +{ + "description": "Order list id", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Added
delete_sapi_v1_sub_account_sub_account_api_ip_restriction_ip - Removed
delete_sapi_v1_sub_account_sub_account_api_ip_restriction_ip_list - Changed
delete_sapi_v1_user_data_stream2 fields changed- added
Input schema / properties / listenKeyAdded value: +{ + "description": "User websocket listen key", + "examples": [ + "pqia91ma19a5s61cv6a81va65sdf19v8a65a1a5s61cv6a81va65sdf19v8a65a1" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -}
- Changed
delete_sapi_v1_user_data_stream_isolated2 fields changed- added
Input schema / properties / listenKeyAdded value: +{ + "description": "User websocket listen key", + "examples": [ + "pqia91ma19a5s61cv6a81va65sdf19v8a65a1a5s61cv6a81va65sdf19v8a65a1" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -}
- Changed
get_api_v3_account5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_api_v3_account_commission5 fields changed- added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Changed
get_api_v3_agg_trades7 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / fromIdAdded value: +{ + "description": "Trade id to fetch from. Default gets most recent trades.", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol" +]
- Changed
get_api_v3_all_order_list9 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / fromIdAdded value: +{ + "description": "Trade id to fetch from. Default gets most recent trades.", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_api_v3_all_orders10 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / orderIdAdded value: +{ + "description": "Order id", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Changed
get_api_v3_avg_price3 fields changed- added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol" +]
- Changed
get_api_v3_depth3 fields changed- added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol" +]
- Changed
get_api_v3_exchange_info4 fields changed- added
Input schema / properties / permissionsAdded value: +{ + "description": "query parameter: permissions (string)", + "examples": [ + "'SPOT' or ['MARGIN','LEVERAGED']" + ], + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / symbolsAdded value: +{ + "description": "query parameter: symbols (string)", + "examples": [ + "[\"BTCUSDT\",\"BNBBTC\"]" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -}
- Changed
get_api_v3_historical_trades5 fields changed- added
Input schema / properties / fromIdAdded value: +{ + "description": "Trade id to fetch from. Default gets most recent trades.", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol" +]
- Changed
get_api_v3_klines6 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "interval" -]New value: +[ + "symbol", + "interval" +]
- Changed
get_api_v3_my_allocations10 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / orderIdAdded value: +{ + "description": "Order id", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Changed
get_api_v3_my_prevented_matches9 fields changed- added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / orderIdAdded value: +{ + "description": "Order id", + "type": "number" +} - added
Input schema / properties / preventedMatchIdAdded value: +{ + "description": "query parameter: preventedMatchId (number)", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Changed
get_api_v3_my_trades10 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / fromIdAdded value: +{ + "description": "Trade id to fetch from. Default gets most recent trades.", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Changed
get_api_v3_open_order_list5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_api_v3_open_orders6 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_api_v3_order8 fields changed- added
Input schema / properties / orderIdAdded value: +{ + "description": "Order id", + "type": "number" +} - added
Input schema / properties / origClientOrderIdAdded value: +{ + "description": "Order id from client", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Changed
get_api_v3_order_list7 fields changed- added
Input schema / properties / orderListIdAdded value: +{ + "description": "Order list id", + "type": "number" +} - added
Input schema / properties / origClientOrderIdAdded value: +{ + "description": "Order id from client", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_api_v3_rate_limit_order5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_api_v3_ticker5 fields changed- added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / symbolsAdded value: +{ + "description": "query parameter: symbols (string)", + "examples": [ + "[\"BTCUSDT\",\"BNBBTC\"]" + ], + "type": "string" +} - changed
Input schema / properties / type / descriptionPrevious 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" - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / properties / windowSize / descriptionPrevious 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)"
- Changed
get_api_v3_ticker_24hr4 fields changed- added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / symbolsAdded value: +{ + "description": "query parameter: symbols (string)", + "examples": [ + "[\"BTCUSDT\",\"BNBBTC\"]" + ], + "type": "string" +} - added
Input schema / properties / typeAdded value: +{ + "description": "Supported values: FULL or MINI. If none provided, the default is FULL", + "examples": [ + "FULL" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -}
- Changed
get_api_v3_ticker_book_ticker3 fields changed- added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / symbolsAdded value: +{ + "description": "query parameter: symbols (string)", + "examples": [ + "[\"BTCUSDT\",\"BNBBTC\"]" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -}
- Changed
get_api_v3_ticker_price3 fields changed- added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / symbolsAdded value: +{ + "description": "query parameter: symbols (string)", + "examples": [ + "[\"BTCUSDT\",\"BNBBTC\"]" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -}
- Changed
get_api_v3_ticker_trading_day4 fields changed- added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / symbolsAdded value: +{ + "description": "query parameter: symbols (string)", + "examples": [ + "[\"BTCUSDT\",\"BNBBTC\"]" + ], + "type": "string" +} - added
Input schema / properties / typeAdded value: +{ + "description": "Supported values: FULL or MINI. If none provided, the default is FULL", + "examples": [ + "FULL" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -}
- Changed
get_api_v3_trades4 fields changed- added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol" +]
- Changed
get_api_v3_ui_klines6 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "interval" -]New value: +[ + "symbol", + "interval" +]
- Changed
get_sapi_v1_account_api_restrictions5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_account_api_trading_status5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_account_info5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_account_snapshot7 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "type" -]New value: +[ + "type", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_account_status5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_algo_futures_historical_orders11 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / pageSizeAdded value: +{ + "description": "MIN 1, MAX 100; Default 100", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / sideAdded value: +{ + "description": "query parameter: side (\"SELL\" | \"BUY\")", + "examples": [ + "SELL" + ], + "type": "string" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_algo_futures_open_orders5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_algo_futures_sub_orders7 fields changed- added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / pageSizeAdded value: +{ + "description": "MIN 1, MAX 100; Default 100", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "algoId" -]New value: +[ + "algoId", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_algo_spot_historical_orders11 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / pageSizeAdded value: +{ + "description": "MIN 1, MAX 100; Default 100", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / sideAdded value: +{ + "description": "query parameter: side (\"SELL\" | \"BUY\")", + "examples": [ + "SELL" + ], + "type": "string" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "side", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_algo_spot_open_orders5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_algo_spot_sub_orders7 fields changed- added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / pageSizeAdded value: +{ + "description": "MIN 1, MAX 100; Default 100", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "algoId" -]New value: +[ + "algoId", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_asset_asset_detail6 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_asset_asset_dividend8 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_asset_convert_transfer_query_by_page7 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "startTime", - "endTime" -]New value: +[ + "startTime", + "endTime", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_asset_custody_transfer_history8 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "email", - "startTime", - "endTime" -]New value: +[ + "email", + "startTime", + "endTime", + "asset", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_asset_dribblet7 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_asset_ledger_transfer_cloud_mining_query_by_page7 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "startTime", - "endTime" -]New value: +[ + "startTime", + "endTime", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_asset_trade_fee6 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_asset_transfer12 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / fromSymbolAdded value: +{ + "description": "Must be sent when type are ISOLATEDMARGIN_MARGIN and ISOLATEDMARGIN_ISOLATEDMARGIN", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / toSymbolAdded value: +{ + "description": "Must be sent when type are MARGIN_ISOLATEDMARGIN and ISOLATEDMARGIN_ISOLATEDMARGIN", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / typeAdded value: +{ + "description": "Universal transfer type", + "examples": [ + "MAIN_C2C" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "type", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_asset_wallet_balance5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_blvt_redeem_record8 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / tokenNameAdded value: +{ + "description": "BTCDOWN, BTCUP", + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_blvt_subscribe_record9 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / tokenNameAdded value: +{ + "description": "BTCDOWN, BTCUP", + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_blvt_token_info2 fields changed- added
Input schema / properties / tokenNameAdded value: +{ + "description": "BTCDOWN, BTCUP", + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -}
- Changed
get_sapi_v1_blvt_user_limit6 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / tokenNameAdded value: +{ + "description": "BTCDOWN, BTCUP", + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_bnb_burn5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_c2c_order_match_list_user_order_history6 fields changed- added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "tradeType" -]New value: +[ + "tradeType", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_capital_config_getall5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_capital_deposit_address7 fields changed- added
Input schema / properties / coinAdded value: +{ + "description": "Coin name", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / networkAdded value: +{ + "description": "query parameter: network (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "coin", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_capital_deposit_address_list5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "coin" -]New value: +[ + "coin", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_capital_deposit_hisrec11 fields changed- added
Input schema / properties / coinAdded value: +{ + "description": "Coin name", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / offsetAdded value: +{ + "description": "query parameter: offset (number)", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - changed
Input schema / properties / status / descriptionPrevious value: -"* `0` - pending\n* `6` - credited but cannot withdraw\n* `1` - success"New value: +"* `0` - pending * `6` - credited but cannot withdraw * `1` - success" - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_capital_deposit_sub_address8 fields changed- added
Input schema / properties / coinAdded value: +{ + "description": "Coin name", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / networkAdded value: +{ + "description": "query parameter: network (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "email", + "coin", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_capital_deposit_sub_hisrec10 fields changed- added
Input schema / properties / coinAdded value: +{ + "description": "Coin name", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / offsetAdded value: +{ + "description": "query parameter: offset (number)", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "email", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_capital_withdraw_history11 fields changed- added
Input schema / properties / coinAdded value: +{ + "description": "Coin name", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / offsetAdded value: +{ + "description": "query parameter: offset (number)", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - changed
Input schema / properties / status / descriptionPrevious 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" - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_convert_asset_info5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_convert_limit_query_open_orders5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_convert_order_status5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_convert_trade_flow5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "startTime", - "endTime" -]New value: +[ + "startTime", + "endTime", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_copy_trading_futures_lead_symbol5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_copy_trading_futures_user_status5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_dci_product_accounts5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_dci_product_list9 fields changed- changed
Input schema / properties / exercisedCoin / descriptionPrevious 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;" - changed
Input schema / properties / investCoin / descriptionPrevious 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;" - added
Input schema / properties / pageIndexAdded value: +{ + "description": "Page number, default is first page, start form 1", + "type": "number" +} - added
Input schema / properties / pageSizeAdded value: +{ + "description": "MIN 1, MAX 100; Default 100", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "optionType", - "exercisedCoin", - "investCoin" -]New value: +[ + "optionType", + "exercisedCoin", + "investCoin", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_dci_product_positions8 fields changed- added
Input schema / properties / pageIndexAdded value: +{ + "description": "Page number, default is first page, start form 1", + "type": "number" +} - added
Input schema / properties / pageSizeAdded value: +{ + "description": "MIN 1, MAX 100; Default 100", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - changed
Input schema / properties / status / descriptionPrevious 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." - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_eth_staking_eth_history_rate_history9 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_eth_staking_eth_history_redemption_history9 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_eth_staking_eth_history_rewards_history9 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_eth_staking_eth_history_staking_history9 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_eth_staking_eth_history_wbeth_rewards_history9 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_eth_staking_eth_quota5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_eth_staking_wbeth_history_unwrap_history9 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_eth_staking_wbeth_history_wrap_history9 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_fiat_orders10 fields changed- added
Input schema / properties / beginTimeAdded value: +{ + "description": "query parameter: beginTime (number)", + "examples": [ + 1626144956000 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / rowsAdded value: +{ + "description": "Default 100, max 500", + "examples": [ + 300 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / transactionTypeAdded value: +{ + "description": "* `0` - deposit * `1` - withdraw", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "transactionType", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_fiat_payments10 fields changed- added
Input schema / properties / beginTimeAdded value: +{ + "description": "query parameter: beginTime (number)", + "examples": [ + 1626144956000 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / rowsAdded value: +{ + "description": "Default 100, max 500", + "examples": [ + 300 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / transactionTypeAdded value: +{ + "description": "* `0` - deposit * `1` - withdraw", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "transactionType", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_futures_hist_data_link7 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "symbol", - "dataType" -]New value: +[ + "symbol", + "dataType", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_futures_transfer10 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "asset", + "startTime", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_giftcard_buy_code_token_limit5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "baseToken" -]New value: +[ + "baseToken", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_giftcard_cryptography_rsa_public_key5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_giftcard_verify5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "referenceNo" -]New value: +[ + "referenceNo", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_lending_auto_invest_all_asset5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_lending_auto_invest_history_list9 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_lending_auto_invest_index_info5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "indexId" -]New value: +[ + "indexId", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_lending_auto_invest_index_user_summary5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "indexId" -]New value: +[ + "indexId", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_lending_auto_invest_one_off_status5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "transactionId" -]New value: +[ + "transactionId", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_lending_auto_invest_plan_id5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_lending_auto_invest_plan_list5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "planType" -]New value: +[ + "planType", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_lending_auto_invest_rebalance_history9 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_lending_auto_invest_redeem_history9 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "requestId" -]New value: +[ + "requestId", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_lending_auto_invest_source_asset_list5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "usageType" -]New value: +[ + "usageType", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_lending_auto_invest_target_asset_list7 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_lending_auto_invest_target_asset_roi_list6 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / targetAssetAdded value: +{ + "description": "query parameter: targetAsset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "hisRoiType" -]New value: +[ + "targetAsset", + "hisRoiType", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_lending_project_list12 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / isSortAscAdded value: +{ + "description": "default \"true\"", + "type": "boolean" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / sortByAdded value: +{ + "description": "Default `START_TIME`", + "type": "string" +} - added
Input schema / properties / statusAdded value: +{ + "description": "Default `ALL`", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / typeAdded value: +{ + "description": "query parameter: type (\"ACTIVITY\" | \"CUSTOMIZED_FIXED\")", + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "type", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_lending_project_position_list8 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / projectIdAdded value: +{ + "description": "query parameter: projectId (string)", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / statusAdded value: +{ + "description": "Default `ALL`", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "asset", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_loan_borrow_history10 fields changed- added
Input schema / properties / collateralCoinAdded value: +{ + "description": "Coin used as collateral", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_loan_collateral_data7 fields changed- added
Input schema / properties / collateralCoinAdded value: +{ + "description": "Coin used as collateral", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / vipLevelAdded value: +{ + "description": "Defaults to user's vip level", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_loan_income9 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - changed
Input schema / properties / type / descriptionPrevious 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`" - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_loan_loanable_data7 fields changed- added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / vipLevelAdded value: +{ + "description": "Defaults to user's vip level", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_loan_ltv_adjustment_history10 fields changed- added
Input schema / properties / collateralCoinAdded value: +{ + "description": "Coin used as collateral", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_loan_ongoing_orders7 fields changed- added
Input schema / properties / collateralCoinAdded value: +{ + "description": "Coin used as collateral", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_loan_repay_collateral_rate7 fields changed- added
Input schema / properties / collateralCoinAdded value: +{ + "description": "Coin used as collateral", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "repayAmount" -]New value: +[ + "loanCoin", + "collateralCoin", + "repayAmount", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_loan_repay_history10 fields changed- added
Input schema / properties / collateralCoinAdded value: +{ + "description": "Coin used as collateral", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_loan_vip_collateral_account6 fields changed- added
Input schema / properties / orderIdAdded value: +{ + "description": "Order id", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_loan_vip_collateral_data6 fields changed- added
Input schema / properties / collateralCoinAdded value: +{ + "description": "Coin used as collateral", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_loan_vip_loanable_data7 fields changed- added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / vipLevelAdded value: +{ + "description": "Defaults to user's vip level", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_loan_vip_ongoing_orders9 fields changed- added
Input schema / properties / collateralCoinAdded value: +{ + "description": "Coin used as collateral", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / orderIdAdded value: +{ + "description": "Order id", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_loan_vip_repay_history10 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / orderIdAdded value: +{ + "description": "Order id", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_loan_vip_request_data7 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_loan_vip_request_interest_rate5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_managed_subaccount_account_snapshot8 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "type" -]New value: +[ + "email", + "type", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_managed_subaccount_asset6 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "email", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_managed_subaccount_deposit_address8 fields changed- added
Input schema / properties / coinAdded value: +{ + "description": "Coin name", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / emailAdded value: +{ + "description": "query parameter: email (string)", + "type": "string" +} - added
Input schema / properties / networkAdded value: +{ + "description": "query parameter: network (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "email", + "coin", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_managed_subaccount_fetch_future_asset6 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "query parameter: email (string)", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "email", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_managed_subaccount_info8 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "query parameter: email (string)", + "type": "string" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "email", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_managed_subaccount_margin_asset6 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "query parameter: email (string)", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "email", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_managed_subaccount_query_trans_log9 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "transfers", - "transferFunctionAccountType" -]New value: +[ + "transfers", + "transferFunctionAccountType", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_managed_subaccount_query_trans_log_for_investor10 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "query parameter: email (string)", + "type": "string" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "email", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_managed_subaccount_query_trans_log_for_trade_parent10 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "query parameter: email (string)", + "type": "string" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "email", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_account5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_all_assets3 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "asset" +]
- Changed
get_sapi_v1_margin_all_order_list8 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / isIsolatedAdded value: +{ + "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_all_orders11 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / isIsolatedAdded value: +{ + "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin", + "type": "string" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / orderIdAdded value: +{ + "description": "Order id", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_all_pairs3 fields changed- added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol" +]
- Changed
get_sapi_v1_margin_available_inventory4 fields changed- added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "type" -]New value: +[ + "type", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_borrow_repay11 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / isolatedSymbolAdded value: +{ + "description": "Isolated symbol", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "type" -]New value: +[ + "asset", + "type", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_capital_flow7 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_cross_margin_data7 fields changed- added
Input schema / properties / coinAdded value: +{ + "description": "Coin name", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / vipLevelAdded value: +{ + "description": "Defaults to user's vip level", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_delist_schedule5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_exchange_small_liability5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_exchange_small_liability_history9 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_force_liquidation_rec10 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / isolatedSymbolAdded value: +{ + "description": "Isolated symbol", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_interest_history12 fields changed- added
Input schema / properties / archivedAdded value: +{ + "description": "Default: false. Set to true for archived data from 6 months ago", + "type": "string" +} - added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / isolatedSymbolAdded value: +{ + "description": "Isolated symbol", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_interest_rate_history9 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / vipLevelAdded value: +{ + "description": "Defaults to user's vip level", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / requiredAdded value: +[ + "asset", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_isolated_account6 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolsAdded value: +{ + "description": "Max 5 symbols can be sent; separated by ','", + "examples": [ + "BTCUSDT,BNBUSDT,ADAUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_isolated_account_limit5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_isolated_all_pairs6 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_isolated_margin_data7 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / vipLevelAdded value: +{ + "description": "Defaults to user's vip level", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_isolated_margin_tier6 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_max_borrowable7 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / isolatedSymbolAdded value: +{ + "description": "Isolated symbol", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "asset", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_max_transferable7 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / isolatedSymbolAdded value: +{ + "description": "Isolated symbol", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "asset", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_my_trades11 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / fromIdAdded value: +{ + "description": "Trade id to fetch from. Default gets most recent trades.", + "type": "number" +} - added
Input schema / properties / isIsolatedAdded value: +{ + "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin", + "type": "string" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_next_hourly_interest_rate5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_open_order_list6 fields changed- added
Input schema / properties / isIsolatedAdded value: +{ + "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_open_orders7 fields changed- added
Input schema / properties / isIsolatedAdded value: +{ + "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_order9 fields changed- added
Input schema / properties / isIsolatedAdded value: +{ + "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin", + "type": "string" +} - added
Input schema / properties / orderIdAdded value: +{ + "description": "Order id", + "type": "number" +} - added
Input schema / properties / origClientOrderIdAdded value: +{ + "description": "Order id from client", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_order_list8 fields changed- added
Input schema / properties / isIsolatedAdded value: +{ + "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin", + "type": "string" +} - added
Input schema / properties / orderListIdAdded value: +{ + "description": "Order list id", + "type": "number" +} - added
Input schema / properties / origClientOrderIdAdded value: +{ + "description": "Order id from client", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_price_index3 fields changed- added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol" +]
- Changed
get_sapi_v1_margin_rate_limit_order6 fields changed- added
Input schema / properties / isIsolatedAdded value: +{ + "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_trade_coeff5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "email" -]New value: +[ + "email", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_margin_transfer12 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / isolatedSymbolAdded value: +{ + "description": "Isolated symbol", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / typeAdded value: +{ + "description": "query parameter: type (\"ROLL_IN\" | \"ROLL_OUT\")", + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_mining_hash_transfer_config_details_list7 fields changed- added
Input schema / properties / pageIndexAdded value: +{ + "description": "Page number, default is first page, start form 1", + "type": "number" +} - added
Input schema / properties / pageSizeAdded value: +{ + "description": "Number of pages, minimum 10, maximum 200", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_mining_hash_transfer_profit_details9 fields changed- added
Input schema / properties / configIdAdded value: +{ + "description": "Mining ID", + "type": "string" +} - added
Input schema / properties / pageIndexAdded value: +{ + "description": "Page number, default is first page, start form 1", + "type": "number" +} - added
Input schema / properties / pageSizeAdded value: +{ + "description": "Number of pages, minimum 10, maximum 200", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / userNameAdded value: +{ + "description": "Mining Account", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "configId", + "userName", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_mining_payment_list12 fields changed- added
Input schema / properties / algoAdded value: +{ + "description": "Algorithm(sha256)", + "type": "string" +} - added
Input schema / properties / coinAdded value: +{ + "description": "Coin name", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / endDateAdded value: +{ + "description": "Search date, millisecond timestamp, while empty query all", + "type": "string" +} - added
Input schema / properties / pageIndexAdded value: +{ + "description": "Page number, default is first page, start form 1", + "type": "number" +} - added
Input schema / properties / pageSizeAdded value: +{ + "description": "Number of pages, minimum 10, maximum 200", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startDateAdded value: +{ + "description": "Search date, millisecond timestamp, while empty query all", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / userNameAdded value: +{ + "description": "Mining Account", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "algo", + "userName", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_mining_payment_other12 fields changed- added
Input schema / properties / algoAdded value: +{ + "description": "Algorithm(sha256)", + "type": "string" +} - added
Input schema / properties / coinAdded value: +{ + "description": "Coin name", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / endDateAdded value: +{ + "description": "Search date, millisecond timestamp, while empty query all", + "type": "string" +} - added
Input schema / properties / pageIndexAdded value: +{ + "description": "Page number, default is first page, start form 1", + "type": "number" +} - added
Input schema / properties / pageSizeAdded value: +{ + "description": "Number of pages, minimum 10, maximum 200", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startDateAdded value: +{ + "description": "Search date, millisecond timestamp, while empty query all", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / userNameAdded value: +{ + "description": "Mining Account", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "algo", + "userName", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_mining_payment_uid10 fields changed- added
Input schema / properties / algoAdded value: +{ + "description": "Algorithm(sha256)", + "type": "string" +} - added
Input schema / properties / endDateAdded value: +{ + "description": "Search date, millisecond timestamp, while empty query all", + "type": "string" +} - added
Input schema / properties / pageIndexAdded value: +{ + "description": "Page number, default is first page, start form 1", + "type": "number" +} - added
Input schema / properties / pageSizeAdded value: +{ + "description": "Number of pages, minimum 10, maximum 200", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startDateAdded value: +{ + "description": "Search date, millisecond timestamp, while empty query all", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "algo", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_mining_statistics_user_list7 fields changed- added
Input schema / properties / algoAdded value: +{ + "description": "Algorithm(sha256)", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / userNameAdded value: +{ + "description": "Mining Account", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "algo", + "userName", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_mining_statistics_user_status7 fields changed- added
Input schema / properties / algoAdded value: +{ + "description": "Algorithm(sha256)", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / userNameAdded value: +{ + "description": "Mining Account", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "algo", + "userName", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_mining_worker_detail8 fields changed- added
Input schema / properties / algoAdded value: +{ + "description": "Algorithm(sha256)", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / userNameAdded value: +{ + "description": "Mining Account", + "type": "string" +} - added
Input schema / properties / workerNameAdded value: +{ + "description": "Miner’s name", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "algo", + "userName", + "workerName", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_mining_worker_list11 fields changed- added
Input schema / properties / algoAdded value: +{ + "description": "Algorithm(sha256)", + "type": "string" +} - added
Input schema / properties / pageIndexAdded value: +{ + "description": "Page number, default is first page, start form 1", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sortAdded value: +{ + "description": "sort sequence(default=0)0 positive sequence, 1 negative sequence", + "type": "number" +} - added
Input schema / properties / sortColumnAdded 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" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / userNameAdded value: +{ + "description": "Mining Account", + "type": "string" +} - added
Input schema / properties / workerStatusAdded value: +{ + "description": "miners status(default=0)0 all, 1 valid, 2 invalid, 3 failure", + "type": "number" +} - added
Input schema / requiredAdded value: +[ + "algo", + "userName", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_nft_history_deposit9 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 50, Max 50", + "examples": [ + 50 + ], + "type": "number" +} - added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_nft_history_transactions9 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 50, Max 50", + "examples": [ + 50 + ], + "type": "number" +} - added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "orderType" -]New value: +[ + "orderType", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_nft_history_withdraw9 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 50, Max 50", + "examples": [ + 50 + ], + "type": "number" +} - added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_nft_user_get_asset7 fields changed- added
Input schema / properties / limitAdded value: +{ + "description": "Default 50, Max 50", + "examples": [ + 50 + ], + "type": "number" +} - added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_pay_transactions7 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_portfolio_account5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_portfolio_interest_history9 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "asset", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_portfolio_pm_loan5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_portfolio_repay_futures_switch5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_rebate_tax_query5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_simple_earn_account5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_simple_earn_flexible_history_collateral_record9 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_simple_earn_flexible_history_rate_history9 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "productId" -]New value: +[ + "productId", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_simple_earn_flexible_history_redemption_record5 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -}
- Changed
get_sapi_v1_simple_earn_flexible_history_rewards_record3 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -}
- Changed
get_sapi_v1_simple_earn_flexible_history_subscription_record9 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_simple_earn_flexible_list7 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_simple_earn_flexible_personal_left_quota5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "productId" -]New value: +[ + "productId", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_simple_earn_flexible_position7 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_simple_earn_flexible_subscription_preview5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "productId", - "amount" -]New value: +[ + "productId", + "amount", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_simple_earn_locked_history_redemption_record9 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_simple_earn_locked_history_rewards_record8 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_simple_earn_locked_history_subscription_record9 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_simple_earn_locked_list7 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_simple_earn_locked_personal_left_quota5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "projectId" -]New value: +[ + "projectId", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_simple_earn_locked_position7 fields changed- added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / sizeAdded value: +{ + "description": "Default:10 Max:100", + "examples": [ + 100 + ], + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_simple_earn_locked_set_redeem_option5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "positionId" -]New value: +[ + "positionId", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_simple_earn_locked_subscription_preview5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "projectId", - "amount" -]New value: +[ + "projectId", + "amount", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_spot_delist_schedule5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_sub_account_futures_account5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "email" -]New value: +[ + "email", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_sub_account_futures_account_summary5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_sub_account_futures_internal_transfer9 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "futuresType" -]New value: +[ + "email", + "futuresType", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_sub_account_futures_position_risk6 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "email", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_sub_account_list7 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_sub_account_margin_account6 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "email", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_sub_account_margin_account_summary5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_sub_account_spot_summary7 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_sub_account_status6 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_sub_account_sub_account_api_ip_restriction7 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / subAccountApiKeyAdded value: +{ + "description": "query parameter: subAccountApiKey (string)", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "email", + "subAccountApiKey", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_sub_account_sub_transfer_history10 fields changed- added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / fromEmailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / toEmailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_sub_account_transaction_statistics6 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "query parameter: email (string)", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "email", + "timestamp", + "signature" +]
- Changed
get_sapi_v1_sub_account_transfer_sub_user_history10 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - changed
Input schema / properties / type / descriptionPrevious value: -"* `1` - transfer in\n* `2` - transfer out"New value: +"* `1` - transfer in * `2` - transfer out" - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v1_sub_account_universal_transfer11 fields changed- added
Input schema / properties / clientTranIdAdded value: +{ + "description": "query parameter: clientTranId (string)", + "type": "string" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / fromEmailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / toEmailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v2_eth_staking_account5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v2_loan_flexible_borrow_history11 fields changed- added
Input schema / properties / collateralCoinAdded value: +{ + "description": "Coin used as collateral", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v2_loan_flexible_collateral_data6 fields changed- added
Input schema / properties / collateralCoinAdded value: +{ + "description": "Coin used as collateral", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v2_loan_flexible_loanable_data6 fields changed- added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v2_loan_flexible_ltv_adjustment_history11 fields changed- added
Input schema / properties / collateralCoinAdded value: +{ + "description": "Coin used as collateral", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v2_loan_flexible_ongoing_orders9 fields changed- added
Input schema / properties / collateralCoinAdded value: +{ + "description": "Coin used as collateral", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v2_loan_flexible_repay_history11 fields changed- added
Input schema / properties / collateralCoinAdded value: +{ + "description": "Coin used as collateral", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / currentAdded value: +{ + "description": "Current querying page. Start from 1. Default:1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / endTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / limitAdded value: +{ + "description": "Default 500; max 1000.", + "examples": [ + 5 + ], + "type": "number" +} - added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startTimeAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v2_portfolio_collateral_rate5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
get_sapi_v2_sub_account_futures_account7 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - changed
Input schema / properties / futuresType / descriptionPrevious value: -"* `1` - USDT Margined Futures\n* `2` - COIN Margined Futures"New value: +"* `1` - USDT Margined Futures * `2` - COIN Margined Futures" - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "futuresType" -]New value: +[ + "email", + "futuresType", + "timestamp", + "signature" +]
- Changed
get_sapi_v2_sub_account_futures_account_summary7 fields changed- changed
Input schema / properties / futuresType / descriptionPrevious value: -"* `1` - USDT Margined Futures\n* `2` - COIN Margined Futures"New value: +"* `1` - USDT Margined Futures * `2` - COIN Margined Futures" - added
Input schema / properties / pageAdded value: +{ + "description": "Default 1", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "futuresType" -]New value: +[ + "futuresType", + "timestamp", + "signature" +]
- Changed
get_sapi_v2_sub_account_futures_position_risk7 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - changed
Input schema / properties / futuresType / descriptionPrevious value: -"* `1` - USDT Margined Futures\n* `2` - COIN Margined Futures"New value: +"* `1` - USDT Margined Futures * `2` - COIN Margined Futures" - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "futuresType" -]New value: +[ + "email", + "futuresType", + "timestamp", + "signature" +]
- Changed
get_sapi_v3_sub_account_assets6 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "email", + "timestamp", + "signature" +]
- Changed
get_sapi_v4_sub_account_assets6 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "query parameter: email (string)", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "email", + "timestamp", + "signature" +]
- Changed
post_api_v3_order20 fields changed- added
Input schema / properties / icebergQtyAdded value: +{ + "description": "Used with LIMIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT to create an iceberg order.", + "type": "number" +} - added
Input schema / properties / newClientOrderIdAdded value: +{ + "description": "Used to uniquely identify this cancel. Automatically generated by default", + "type": "string" +} - added
Input schema / properties / newOrderRespTypeAdded value: +{ + "description": "Set the response JSON. MARKET and LIMIT order types default to FULL, all other orders default to ACK.", + "type": "string" +} - added
Input schema / properties / priceAdded value: +{ + "description": "Order price", + "examples": [ + 219 + ], + "type": "number" +} - added
Input schema / properties / quantityAdded value: +{ + "description": "Order quantity", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / quoteOrderQtyAdded value: +{ + "description": "Quote quantity", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / selfTradePreventionModeAdded 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" +} - added
Input schema / properties / sideAdded value: +{ + "description": "query parameter: side (\"SELL\" | \"BUY\")", + "examples": [ + "SELL" + ], + "type": "string" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / stopPriceAdded value: +{ + "description": "Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.", + "examples": [ + 221.01 + ], + "type": "number" +} - added
Input schema / properties / strategyIdAdded value: +{ + "description": "query parameter: strategyId (number)", + "type": "number" +} - added
Input schema / properties / strategyTypeAdded value: +{ + "description": "The value cannot be less than 1000000.", + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timeInForceAdded value: +{ + "description": "Order time in force", + "examples": [ + "GTC" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / trailingDeltaAdded value: +{ + "description": "Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.", + "type": "number" +} - added
Input schema / properties / typeAdded value: +{ + "description": "Order type", + "examples": [ + "LIMIT" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "side", + "type", + "timestamp", + "signature" +]
- Changed
post_api_v3_order_cancel_replace22 fields changed- changed
Input schema / properties / cancelReplaceMode / descriptionPrevious 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." - added
Input schema / properties / cancelRestrictionsAdded value: +{ + "description": "query parameter: cancelRestrictions (\"ONLY_NEW\" | \"ONLY_PARTIALLY_FILLED\")", + "examples": [ + "ONLY_NEW" + ], + "type": "string" +} - added
Input schema / properties / icebergQtyAdded value: +{ + "description": "Used with LIMIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT to create an iceberg order.", + "type": "number" +} - added
Input schema / properties / newClientOrderIdAdded value: +{ + "description": "Used to uniquely identify this cancel. Automatically generated by default", + "type": "string" +} - added
Input schema / properties / newOrderRespTypeAdded value: +{ + "description": "Set the response JSON. MARKET and LIMIT order types default to FULL, all other orders default to ACK.", + "type": "string" +} - added
Input schema / properties / priceAdded value: +{ + "description": "Order price", + "examples": [ + 219 + ], + "type": "number" +} - added
Input schema / properties / quantityAdded value: +{ + "description": "Order quantity", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / quoteOrderQtyAdded value: +{ + "description": "Quote quantity", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / selfTradePreventionModeAdded 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" +} - added
Input schema / properties / sideAdded value: +{ + "description": "query parameter: side (\"SELL\" | \"BUY\")", + "examples": [ + "SELL" + ], + "type": "string" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / stopPriceAdded value: +{ + "description": "Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.", + "examples": [ + 221.01 + ], + "type": "number" +} - added
Input schema / properties / strategyIdAdded value: +{ + "description": "query parameter: strategyId (number)", + "type": "number" +} - added
Input schema / properties / strategyTypeAdded value: +{ + "description": "The value cannot be less than 1000000.", + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timeInForceAdded value: +{ + "description": "Order time in force", + "examples": [ + "GTC" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / trailingDeltaAdded value: +{ + "description": "Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.", + "type": "number" +} - added
Input schema / properties / typeAdded value: +{ + "description": "Order type", + "examples": [ + "LIMIT" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "cancelReplaceMode" -]New value: +[ + "symbol", + "side", + "type", + "cancelReplaceMode", + "timestamp", + "signature" +]
- Changed
post_api_v3_order_list_oco15 fields changed- changed
Input schema / properties / aboveStopPrice / descriptionPrevious 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." - changed
Input schema / properties / aboveStrategyType / descriptionPrevious 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." - changed
Input schema / properties / belowStopPrice / descriptionPrevious 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." - changed
Input schema / properties / belowStrategyType / descriptionPrevious 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." - changed
Input schema / properties / listClientOrderId / descriptionPrevious 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`." - added
Input schema / properties / newOrderRespTypeAdded value: +{ + "description": "Set the response JSON. MARKET and LIMIT order types default to FULL, all other orders default to ACK.", + "type": "string" +} - added
Input schema / properties / quantityAdded value: +{ + "description": "query parameter: quantity (number)", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / selfTradePreventionModeAdded 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" +} - added
Input schema / properties / sideAdded value: +{ + "description": "query parameter: side (\"SELL\" | \"BUY\")", + "examples": [ + "SELL" + ], + "type": "string" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "aboveType", - "belowType" -]New value: +[ + "symbol", + "side", + "quantity", + "aboveType", + "belowType", + "timestamp", + "signature" +]
- Changed
post_api_v3_order_list_oto26 fields changed- changed
Input schema / properties / listClientOrderId / descriptionPrevious 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`." - added
Input schema / properties / newOrderRespTypeAdded value: +{ + "description": "Set the response JSON.", + "type": "string" +} - added
Input schema / properties / pendingClientOrderIdAdded value: +{ + "description": "Arbitrary unique ID among open orders for the pending order. Automatically generated if not sent.", + "type": "string" +} - added
Input schema / properties / pendingIcebergQtyAdded value: +{ + "description": "This can only be used if pendingTimeInForce is GTC.", + "type": "number" +} - added
Input schema / properties / pendingPriceAdded value: +{ + "description": "query parameter: pendingPrice (number)", + "type": "number" +} - added
Input schema / properties / pendingQuantityAdded value: +{ + "description": "Sets the quantity for the pending order.", + "type": "number" +} - added
Input schema / properties / pendingSideAdded value: +{ + "description": "BUY,SELL", + "type": "string" +} - added
Input schema / properties / pendingStopPriceAdded value: +{ + "description": "query parameter: pendingStopPrice (number)", + "type": "number" +} - changed
Input schema / properties / pendingStrategyType / descriptionPrevious 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." - added
Input schema / properties / pendingTimeInForceAdded value: +{ + "description": "GTC, IOC, FOK", + "type": "string" +} - added
Input schema / properties / pendingTrailingDeltaAdded value: +{ + "description": "query parameter: pendingTrailingDelta (number)", + "type": "number" +} - added
Input schema / properties / pendingTypeAdded value: +{ + "description": "Supported values: Order Types Note that MARKET orders using quoteOrderQty are not supported.", + "type": "string" +} - added
Input schema / properties / selfTradePreventionModeAdded 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" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / workingClientOrderIdAdded value: +{ + "description": "Arbitrary unique ID among open orders for the working order. Automatically generated if not sent.", + "type": "string" +} - added
Input schema / properties / workingIcebergQtyAdded value: +{ + "description": "This can only be used if workingTimeInForce is GTC.", + "type": "number" +} - added
Input schema / properties / workingPriceAdded value: +{ + "description": "query parameter: workingPrice (number)", + "type": "number" +} - added
Input schema / properties / workingQuantityAdded value: +{ + "description": "Sets the quantity for the working order.", + "type": "number" +} - added
Input schema / properties / workingSideAdded value: +{ + "description": "BUY,SELL", + "type": "string" +} - changed
Input schema / properties / workingStrategyType / descriptionPrevious 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." - added
Input schema / properties / workingTimeInForceAdded value: +{ + "description": "GTC, IOC, FOK", + "type": "string" +} - added
Input schema / properties / workingTypeAdded value: +{ + "description": "Supported values: LIMIT,LIMIT_MAKER", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "symbol", + "workingType", + "workingSide", + "workingPrice", + "workingQuantity", + "workingIcebergQty", + "pendingType", + "pendingSide", + "pendingQuantity", + "timestamp", + "signature" +]
- Changed
post_api_v3_order_list_otoco35 fields changed- changed
Input schema / properties / listClientOrderId / descriptionPrevious 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`." - added
Input schema / properties / newOrderRespTypeAdded value: +{ + "description": "Set the response JSON.", + "type": "string" +} - added
Input schema / properties / pendingAboveClientOrderIdAdded value: +{ + "description": "Arbitrary unique ID among open orders for the pending above order. Automatically generated if not sent.", + "type": "string" +} - added
Input schema / properties / pendingAboveIcebergQtyAdded value: +{ + "description": "This can only be used if pendingAboveTimeInForce is GTC.", + "type": "number" +} - added
Input schema / properties / pendingAbovePriceAdded value: +{ + "description": "query parameter: pendingAbovePrice (number)", + "type": "number" +} - added
Input schema / properties / pendingAboveStopPriceAdded value: +{ + "description": "query parameter: pendingAboveStopPrice (number)", + "type": "number" +} - changed
Input schema / properties / pendingAboveStrategyType / descriptionPrevious 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." - added
Input schema / properties / pendingAboveTimeInForceAdded value: +{ + "description": "query parameter: pendingAboveTimeInForce (\"GTC\" | \"IOC\" | \"FOK\")", + "type": "string" +} - added
Input schema / properties / pendingAboveTrailingDeltaAdded value: +{ + "description": "query parameter: pendingAboveTrailingDelta (number)", + "type": "number" +} - added
Input schema / properties / pendingAboveTypeAdded value: +{ + "description": "Supported values: LIMIT_MAKER, STOP_LOSS, and STOP_LOSS_LIMIT", + "type": "string" +} - added
Input schema / properties / pendingBelowClientOrderIdAdded value: +{ + "description": "Arbitrary unique ID among open orders for the pending below order. Automatically generated if not sent.", + "type": "string" +} - added
Input schema / properties / pendingBelowIcebergQtyAdded value: +{ + "description": "This can only be used if pendingBelowTimeInForce is GTC.", + "type": "number" +} - added
Input schema / properties / pendingBelowPriceAdded value: +{ + "description": "query parameter: pendingBelowPrice (number)", + "type": "number" +} - added
Input schema / properties / pendingBelowStopPriceAdded value: +{ + "description": "query parameter: pendingBelowStopPrice (number)", + "type": "number" +} - changed
Input schema / properties / pendingBelowStrategyType / descriptionPrevious 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." - added
Input schema / properties / pendingBelowTimeInForceAdded value: +{ + "description": "query parameter: pendingBelowTimeInForce (\"GTC\" | \"IOC\" | \"FOK\")", + "type": "string" +} - added
Input schema / properties / pendingBelowTrailingDeltaAdded value: +{ + "description": "query parameter: pendingBelowTrailingDelta (number)", + "type": "number" +} - added
Input schema / properties / pendingBelowTypeAdded value: +{ + "description": "Supported values: LIMIT_MAKER, STOP_LOSS, and STOP_LOSS_LIMIT", + "type": "string" +} - added
Input schema / properties / pendingQuantityAdded value: +{ + "description": "Sets the quantity for the pending order.", + "type": "number" +} - added
Input schema / properties / pendingSideAdded value: +{ + "description": "BUY,SELL", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / selfTradePreventionModeAdded 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" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / workingClientOrderIdAdded value: +{ + "description": "Arbitrary unique ID among open orders for the working order. Automatically generated if not sent.", + "type": "string" +} - added
Input schema / properties / workingIcebergQtyAdded value: +{ + "description": "This can only be used if workingTimeInForce is GTC.", + "type": "number" +} - added
Input schema / properties / workingPriceAdded value: +{ + "description": "query parameter: workingPrice (number)", + "type": "number" +} - added
Input schema / properties / workingQuantityAdded value: +{ + "description": "Sets the quantity for the working order.", + "type": "number" +} - added
Input schema / properties / workingSideAdded value: +{ + "description": "BUY,SELL", + "type": "string" +} - changed
Input schema / properties / workingStrategyType / descriptionPrevious 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." - added
Input schema / properties / workingTimeInForceAdded value: +{ + "description": "GTC, IOC, FOK", + "type": "string" +} - added
Input schema / properties / workingTypeAdded value: +{ + "description": "Supported values: LIMIT,LIMIT_MAKER", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "symbol", + "workingType", + "workingSide", + "workingPrice", + "workingQuantity", + "workingIcebergQty", + "pendingSide", + "pendingQuantity", + "pendingAboveType", + "timestamp", + "signature" +]
- Changed
post_api_v3_order_test19 fields changed- added
Input schema / properties / icebergQtyAdded value: +{ + "description": "Used with LIMIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT to create an iceberg order.", + "type": "number" +} - added
Input schema / properties / newClientOrderIdAdded value: +{ + "description": "Used to uniquely identify this cancel. Automatically generated by default", + "type": "string" +} - added
Input schema / properties / newOrderRespTypeAdded value: +{ + "description": "Set the response JSON. MARKET and LIMIT order types default to FULL, all other orders default to ACK.", + "type": "string" +} - added
Input schema / properties / priceAdded value: +{ + "description": "Order price", + "examples": [ + 219 + ], + "type": "number" +} - added
Input schema / properties / quantityAdded value: +{ + "description": "Order quantity", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / quoteOrderQtyAdded value: +{ + "description": "Quote quantity", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / sideAdded value: +{ + "description": "query parameter: side (\"SELL\" | \"BUY\")", + "examples": [ + "SELL" + ], + "type": "string" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / stopPriceAdded value: +{ + "description": "Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.", + "examples": [ + 221.01 + ], + "type": "number" +} - added
Input schema / properties / strategyIdAdded value: +{ + "description": "query parameter: strategyId (number)", + "type": "number" +} - added
Input schema / properties / strategyTypeAdded value: +{ + "description": "The value cannot be less than 1000000.", + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timeInForceAdded value: +{ + "description": "Order time in force", + "examples": [ + "GTC" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / trailingDeltaAdded value: +{ + "description": "Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.", + "type": "number" +} - added
Input schema / properties / typeAdded value: +{ + "description": "Order type", + "examples": [ + "LIMIT" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "side", + "type", + "timestamp", + "signature" +]
- Changed
post_api_v3_sor_order16 fields changed- added
Input schema / properties / icebergQtyAdded value: +{ + "description": "Used with LIMIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT to create an iceberg order.", + "type": "number" +} - added
Input schema / properties / newClientOrderIdAdded value: +{ + "description": "Used to uniquely identify this cancel. Automatically generated by default", + "type": "string" +} - added
Input schema / properties / newOrderRespTypeAdded value: +{ + "description": "Set the response JSON. MARKET and LIMIT order types default to FULL, all other orders default to ACK.", + "type": "string" +} - added
Input schema / properties / quantityAdded value: +{ + "description": "query parameter: quantity (number)", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / selfTradePreventionModeAdded 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" +} - added
Input schema / properties / sideAdded value: +{ + "description": "query parameter: side (\"SELL\" | \"BUY\")", + "examples": [ + "SELL" + ], + "type": "string" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / strategyIdAdded value: +{ + "description": "query parameter: strategyId (number)", + "type": "number" +} - added
Input schema / properties / strategyTypeAdded value: +{ + "description": "The value cannot be less than 1000000.", + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timeInForceAdded value: +{ + "description": "Order time in force", + "examples": [ + "GTC" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / typeAdded value: +{ + "description": "Order type", + "examples": [ + "LIMIT" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "side", + "type", + "quantity", + "timestamp", + "signature" +]
- Changed
post_api_v3_sor_order_test16 fields changed- added
Input schema / properties / icebergQtyAdded value: +{ + "description": "Used with LIMIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT to create an iceberg order.", + "type": "number" +} - added
Input schema / properties / newClientOrderIdAdded value: +{ + "description": "Used to uniquely identify this cancel. Automatically generated by default", + "type": "string" +} - added
Input schema / properties / newOrderRespTypeAdded value: +{ + "description": "Set the response JSON. MARKET and LIMIT order types default to FULL, all other orders default to ACK.", + "type": "string" +} - added
Input schema / properties / quantityAdded value: +{ + "description": "query parameter: quantity (number)", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / selfTradePreventionModeAdded 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" +} - added
Input schema / properties / sideAdded value: +{ + "description": "query parameter: side (\"SELL\" | \"BUY\")", + "examples": [ + "SELL" + ], + "type": "string" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / strategyIdAdded value: +{ + "description": "query parameter: strategyId (number)", + "type": "number" +} - added
Input schema / properties / strategyTypeAdded value: +{ + "description": "The value cannot be less than 1000000.", + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timeInForceAdded value: +{ + "description": "Order time in force", + "examples": [ + "GTC" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / typeAdded value: +{ + "description": "Order type", + "examples": [ + "LIMIT" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "side", + "type", + "quantity", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_account_disable_fast_withdraw_switch5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
post_sapi_v1_account_enable_fast_withdraw_switch5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
post_sapi_v1_algo_futures_new_order_twap8 fields changed- added
Input schema / properties / positionSideAdded 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" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / sideAdded value: +{ + "description": "query parameter: side (\"SELL\" | \"BUY\")", + "examples": [ + "SELL" + ], + "type": "string" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "quantity", - "duration" -]New value: +[ + "symbol", + "side", + "quantity", + "duration", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_algo_futures_new_order_vp8 fields changed- added
Input schema / properties / positionSideAdded 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" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / sideAdded value: +{ + "description": "query parameter: side (\"SELL\" | \"BUY\")", + "examples": [ + "SELL" + ], + "type": "string" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "quantity", - "urgency" -]New value: +[ + "symbol", + "side", + "quantity", + "urgency", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_algo_spot_new_order_twap8 fields changed- added
Input schema / properties / quantityAdded value: +{ + "description": "query parameter: quantity (number)", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / sideAdded value: +{ + "description": "query parameter: side (\"SELL\" | \"BUY\")", + "examples": [ + "SELL" + ], + "type": "string" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "duration" -]New value: +[ + "symbol", + "side", + "quantity", + "duration", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_asset_convert_transfer7 fields changed- added
Input schema / properties / amountAdded value: +{ + "description": "query parameter: amount (number)", + "examples": [ + "1.01" + ], + "type": "number" +} - added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "clientTranId", - "targetAsset" -]New value: +[ + "clientTranId", + "asset", + "amount", + "targetAsset", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_asset_dust5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "asset" -]New value: +[ + "asset", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_asset_dust_btc5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
post_sapi_v1_asset_get_funding_asset7 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / needBtcValuationAdded value: +{ + "description": "query parameter: needBtcValuation (\"true\" | \"false\")", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
post_sapi_v1_asset_transfer10 fields changed- added
Input schema / properties / amountAdded value: +{ + "description": "query parameter: amount (number)", + "examples": [ + "1.01" + ], + "type": "number" +} - added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / fromSymbolAdded value: +{ + "description": "Must be sent when type are ISOLATEDMARGIN_MARGIN and ISOLATEDMARGIN_ISOLATEDMARGIN", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / toSymbolAdded value: +{ + "description": "Must be sent when type are MARGIN_ISOLATEDMARGIN and ISOLATEDMARGIN_ISOLATEDMARGIN", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / typeAdded value: +{ + "description": "Universal transfer type", + "examples": [ + "MAIN_C2C" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "type", + "asset", + "amount", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_blvt_redeem7 fields changed- added
Input schema / properties / amountAdded value: +{ + "description": "query parameter: amount (number)", + "examples": [ + "1.01" + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / tokenNameAdded value: +{ + "description": "BTCDOWN, BTCUP", + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "tokenName", + "amount", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_blvt_subscribe6 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / tokenNameAdded value: +{ + "description": "BTCDOWN, BTCUP", + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "cost" -]New value: +[ + "tokenName", + "cost", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_bnb_burn5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
post_sapi_v1_capital_deposit_credit_apply5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
post_sapi_v1_capital_withdraw_apply9 fields changed- added
Input schema / properties / amountAdded value: +{ + "description": "query parameter: amount (number)", + "examples": [ + "1.01" + ], + "type": "number" +} - added
Input schema / properties / coinAdded value: +{ + "description": "Coin name", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / networkAdded value: +{ + "description": "query parameter: network (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - changed
Input schema / properties / transactionFeeFlag / descriptionPrevious 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." - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "address" -]New value: +[ + "coin", + "address", + "amount", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_convert_accept_quote5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "quoteId" -]New value: +[ + "quoteId", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_convert_get_quote5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "fromAsset", - "toAsset" -]New value: +[ + "fromAsset", + "toAsset", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_convert_limit_cancel_order5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "orderId" -]New value: +[ + "orderId", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_convert_limit_place_order8 fields changed- added
Input schema / properties / baseAssetAdded value: +{ + "description": "query parameter: baseAsset (string)", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / quoteAssetAdded value: +{ + "description": "query parameter: quoteAsset (string)", + "examples": [ + "USDT" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / sideAdded value: +{ + "description": "query parameter: side (\"SELL\" | \"BUY\")", + "examples": [ + "SELL" + ], + "type": "string" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "limitPrice" -]New value: +[ + "baseAsset", + "quoteAsset", + "limitPrice", + "side", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_dci_product_auto_compound_edit_status6 fields changed- added
Input schema / properties / autoCompoundPlanAdded value: +{ + "description": "NONE: switch off the plan, STANDARD: standard plan, ADVANCED: advanced plan;", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "positionId" -]New value: +[ + "positionId", + "autoCompoundPlan", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_dci_product_subscribe6 fields changed- added
Input schema / properties / autoCompoundPlanAdded value: +{ + "description": "NONE: switch off the plan, STANDARD: standard plan, ADVANCED: advanced plan;", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "id", - "orderId", - "depositAmount" -]New value: +[ + "id", + "orderId", + "depositAmount", + "autoCompoundPlan", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_eth_staking_eth_redeem5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "amount" -]New value: +[ + "amount", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_eth_staking_wbeth_wrap5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "amount" -]New value: +[ + "amount", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_futures_transfer7 fields changed- added
Input schema / properties / amountAdded value: +{ + "description": "query parameter: amount (number)", + "examples": [ + "1.01" + ], + "type": "number" +} - added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "type" -]New value: +[ + "asset", + "amount", + "type", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_giftcard_buy_code6 fields changed- changed
Input schema / properties / baseTokenAmount / descriptionPrevious value: -"The base token asset quantity, example 1.002"New value: +"The base token asset quantity, example 1.002" - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "baseToken", - "faceToken", - "baseTokenAmount" -]New value: +[ + "baseToken", + "faceToken", + "baseTokenAmount", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_giftcard_create_code5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "token", - "amount" -]New value: +[ + "token", + "amount", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_giftcard_redeem_code5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "code" -]New value: +[ + "code", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_lending_auto_invest_one_off5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "sourceType", - "subscriptionAmount", - "sourceAsset" -]New value: +[ + "sourceType", + "subscriptionAmount", + "sourceAsset", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_lending_auto_invest_plan_add5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "sourceType", - "planType", - "subscriptionAmount", - "subscriptionCycle", - "subscriptionStartTime", - "sourceAsset", - "details" -]New value: +[ + "sourceType", + "planType", + "subscriptionAmount", + "subscriptionCycle", + "subscriptionStartTime", + "sourceAsset", + "details", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_lending_auto_invest_plan_edit5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "planId", - "subscriptionAmount", - "subscriptionCycle", - "subscriptionStartTime", - "sourceAsset" -]New value: +[ + "planId", + "subscriptionAmount", + "subscriptionCycle", + "subscriptionStartTime", + "sourceAsset", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_lending_auto_invest_plan_edit_status5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "planId", - "status" -]New value: +[ + "planId", + "status", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_lending_auto_invest_redeem5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "indexId", - "redemptionPercentage" -]New value: +[ + "indexId", + "redemptionPercentage", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_lending_customized_fixed_purchase7 fields changed- added
Input schema / properties / lotAdded value: +{ + "description": "query parameter: lot (string)", + "type": "string" +} - added
Input schema / properties / projectIdAdded value: +{ + "description": "query parameter: projectId (string)", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "projectId", + "lot", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_lending_position_changed8 fields changed- added
Input schema / properties / lotAdded value: +{ + "description": "query parameter: lot (string)", + "type": "string" +} - added
Input schema / properties / positionIdAdded value: +{ + "description": "query parameter: positionId (string)", + "type": "string" +} - added
Input schema / properties / projectIdAdded value: +{ + "description": "query parameter: projectId (string)", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "projectId", + "lot", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_loan_adjust_ltv5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "orderId", - "amount", - "direction" -]New value: +[ + "orderId", + "amount", + "direction", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_loan_borrow9 fields changed- added
Input schema / properties / collateralAmountAdded value: +{ + "description": "query parameter: collateralAmount (number)", + "examples": [ + 50.5 + ], + "type": "number" +} - added
Input schema / properties / collateralCoinAdded value: +{ + "description": "Coin used as collateral", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / loanAmountAdded value: +{ + "description": "Loan amount", + "examples": [ + 100.1 + ], + "type": "number" +} - added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "loanTerm" -]New value: +[ + "loanCoin", + "collateralCoin", + "loanTerm", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_loan_customize_margin_call6 fields changed- added
Input schema / properties / collateralCoinAdded value: +{ + "description": "Coin used as collateral", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "marginCall" -]New value: +[ + "marginCall", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_loan_repay5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "orderId", - "amount" -]New value: +[ + "orderId", + "amount", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_loan_vip_borrow6 fields changed- added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "loanAccountId", - "loanAmount", - "collateralAccountId", - "collateralCoin", - "isFlexibleRate" -]New value: +[ + "loanAccountId", + "loanAmount", + "collateralAccountId", + "collateralCoin", + "isFlexibleRate", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_loan_vip_renew6 fields changed- added
Input schema / properties / orderIdAdded value: +{ + "description": "Order id", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
post_sapi_v1_loan_vip_repay7 fields changed- added
Input schema / properties / amountAdded value: +{ + "description": "query parameter: amount (number)", + "examples": [ + "1.01" + ], + "type": "number" +} - added
Input schema / properties / orderIdAdded value: +{ + "description": "Order id", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "amount", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_managed_subaccount_deposit8 fields changed- added
Input schema / properties / amountAdded value: +{ + "description": "query parameter: amount (number)", + "examples": [ + "1.01" + ], + "type": "number" +} - added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / toEmailAdded value: +{ + "description": "Recipient email", + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "toEmail", + "asset", + "amount", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_managed_subaccount_withdraw8 fields changed- added
Input schema / properties / amountAdded value: +{ + "description": "query parameter: amount (number)", + "examples": [ + "1.01" + ], + "type": "number" +} - added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / fromEmailAdded value: +{ + "description": "Sender email", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "fromEmail", + "asset", + "amount", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_margin_borrow_repay8 fields changed- added
Input schema / properties / amountAdded value: +{ + "description": "query parameter: amount (number)", + "examples": [ + "1.01" + ], + "type": "number" +} - added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "isIsolated", - "type" -]New value: +[ + "asset", + "isIsolated", + "symbol", + "amount", + "type", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_margin_isolated_account6 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_margin_manual_liquidation4 fields changed- added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "type" -]New value: +[ + "type", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_margin_max_leverage5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "maxLeverage" -]New value: +[ + "maxLeverage", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_margin_order19 fields changed- added
Input schema / properties / icebergQtyAdded value: +{ + "description": "Used with LIMIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT to create an iceberg order.", + "type": "number" +} - added
Input schema / properties / isIsolatedAdded value: +{ + "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin", + "type": "string" +} - added
Input schema / properties / newClientOrderIdAdded value: +{ + "description": "Used to uniquely identify this cancel. Automatically generated by default", + "type": "string" +} - added
Input schema / properties / newOrderRespTypeAdded value: +{ + "description": "Set the response JSON.", + "type": "string" +} - added
Input schema / properties / priceAdded value: +{ + "description": "Order price", + "examples": [ + 219 + ], + "type": "number" +} - added
Input schema / properties / quantityAdded value: +{ + "description": "query parameter: quantity (number)", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / quoteOrderQtyAdded value: +{ + "description": "Quote quantity", + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / selfTradePreventionModeAdded 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" +} - added
Input schema / properties / sideAdded value: +{ + "description": "query parameter: side (\"SELL\" | \"BUY\")", + "examples": [ + "SELL" + ], + "type": "string" +} - added
Input schema / properties / sideEffectTypeAdded value: +{ + "description": "Default `NO_SIDE_EFFECT`", + "type": "string" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / stopPriceAdded value: +{ + "description": "Used with STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, and TAKE_PROFIT_LIMIT orders.", + "examples": [ + 221.01 + ], + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timeInForceAdded value: +{ + "description": "Order time in force", + "examples": [ + "GTC" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / typeAdded value: +{ + "description": "Order type", + "examples": [ + "LIMIT" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "autoRepayAtCancel" -]New value: +[ + "symbol", + "side", + "type", + "quantity", + "autoRepayAtCancel", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_margin_order_oco21 fields changed- added
Input schema / properties / isIsolatedAdded value: +{ + "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin", + "type": "string" +} - added
Input schema / properties / limitClientOrderIdAdded value: +{ + "description": "A unique Id for the limit order", + "type": "string" +} - added
Input schema / properties / limitIcebergQtyAdded value: +{ + "description": "query parameter: limitIcebergQty (number)", + "type": "number" +} - added
Input schema / properties / listClientOrderIdAdded value: +{ + "description": "A unique Id for the entire orderList", + "type": "string" +} - added
Input schema / properties / newOrderRespTypeAdded value: +{ + "description": "Set the response JSON.", + "type": "string" +} - added
Input schema / properties / priceAdded value: +{ + "description": "Order price", + "examples": [ + 218 + ], + "type": "number" +} - added
Input schema / properties / quantityAdded value: +{ + "description": "query parameter: quantity (number)", + "examples": [ + 1 + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / selfTradePreventionModeAdded 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" +} - added
Input schema / properties / sideAdded value: +{ + "description": "query parameter: side (\"SELL\" | \"BUY\")", + "examples": [ + "SELL" + ], + "type": "string" +} - added
Input schema / properties / sideEffectTypeAdded value: +{ + "description": "Default `NO_SIDE_EFFECT`", + "type": "string" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / stopClientOrderIdAdded value: +{ + "description": "A unique Id for the stop loss/stop loss limit leg", + "type": "string" +} - added
Input schema / properties / stopIcebergQtyAdded value: +{ + "description": "query parameter: stopIcebergQty (number)", + "type": "number" +} - added
Input schema / properties / stopLimitPriceAdded value: +{ + "description": "If provided, stopLimitTimeInForce is required.", + "type": "number" +} - added
Input schema / properties / stopLimitTimeInForceAdded value: +{ + "description": "query parameter: stopLimitTimeInForce (\"GTC\" | \"FOK\" | \"IOC\")", + "type": "string" +} - added
Input schema / properties / stopPriceAdded value: +{ + "description": "query parameter: stopPrice (number)", + "examples": [ + 220 + ], + "type": "number" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "symbol", + "side", + "quantity", + "price", + "stopPrice", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_margin_order_oto25 fields changed- added
Input schema / properties / isIsolatedAdded value: +{ + "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin", + "type": "string" +} - changed
Input schema / properties / listClientOrderId / descriptionPrevious 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`." - added
Input schema / properties / newOrderRespTypeAdded value: +{ + "description": "Set the response JSON.", + "type": "string" +} - added
Input schema / properties / pendingClientOrderIdAdded value: +{ + "description": "Arbitrary unique ID among open orders for the pending order. Automatically generated if not sent.", + "type": "string" +} - added
Input schema / properties / pendingIcebergQtyAdded value: +{ + "description": "This can only be used if pendingTimeInForce is GTC.", + "type": "number" +} - added
Input schema / properties / pendingPriceAdded value: +{ + "description": "query parameter: pendingPrice (number)", + "type": "number" +} - added
Input schema / properties / pendingQuantityAdded value: +{ + "description": "Sets the quantity for the pending order.", + "type": "number" +} - added
Input schema / properties / pendingSideAdded value: +{ + "description": "BUY,SELL", + "type": "string" +} - added
Input schema / properties / pendingStopPriceAdded value: +{ + "description": "query parameter: pendingStopPrice (number)", + "type": "number" +} - added
Input schema / properties / pendingTimeInForceAdded value: +{ + "description": "GTC, IOC, FOK", + "type": "string" +} - added
Input schema / properties / pendingTrailingDeltaAdded value: +{ + "description": "query parameter: pendingTrailingDelta (number)", + "type": "number" +} - added
Input schema / properties / pendingTypeAdded value: +{ + "description": "Supported values: Order Types Note that MARKET orders using quoteOrderQty are not supported.", + "type": "string" +} - added
Input schema / properties / selfTradePreventionModeAdded 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" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / workingClientOrderIdAdded value: +{ + "description": "Arbitrary unique ID among open orders for the working order. Automatically generated if not sent.", + "type": "string" +} - added
Input schema / properties / workingIcebergQtyAdded value: +{ + "description": "This can only be used if workingTimeInForce is GTC.", + "type": "number" +} - added
Input schema / properties / workingPriceAdded value: +{ + "description": "query parameter: workingPrice (number)", + "type": "number" +} - added
Input schema / properties / workingQuantityAdded value: +{ + "description": "Sets the quantity for the working order.", + "type": "number" +} - added
Input schema / properties / workingSideAdded value: +{ + "description": "BUY,SELL", + "type": "string" +} - added
Input schema / properties / workingTimeInForceAdded value: +{ + "description": "GTC, IOC, FOK", + "type": "string" +} - added
Input schema / properties / workingTypeAdded value: +{ + "description": "Supported values: LIMIT,LIMIT_MAKER", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "symbol", + "workingType", + "workingSide", + "workingPrice", + "workingQuantity", + "workingIcebergQty", + "pendingType", + "pendingSide", + "pendingQuantity", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_margin_order_otoco32 fields changed- added
Input schema / properties / isIsolatedAdded value: +{ + "description": "* `TRUE` - For isolated margin * `FALSE` - Default, not for isolated margin", + "type": "string" +} - changed
Input schema / properties / listClientOrderId / descriptionPrevious 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`." - added
Input schema / properties / newOrderRespTypeAdded value: +{ + "description": "Set the response JSON.", + "type": "string" +} - added
Input schema / properties / pendingAboveClientOrderIdAdded value: +{ + "description": "Arbitrary unique ID among open orders for the pending above order. Automatically generated if not sent.", + "type": "string" +} - added
Input schema / properties / pendingAboveIcebergQtyAdded value: +{ + "description": "This can only be used if pendingAboveTimeInForce is GTC.", + "type": "number" +} - added
Input schema / properties / pendingAbovePriceAdded value: +{ + "description": "query parameter: pendingAbovePrice (number)", + "type": "number" +} - added
Input schema / properties / pendingAboveStopPriceAdded value: +{ + "description": "query parameter: pendingAboveStopPrice (number)", + "type": "number" +} - added
Input schema / properties / pendingAboveTimeInForceAdded value: +{ + "description": "query parameter: pendingAboveTimeInForce (\"GTC\" | \"IOC\" | \"FOK\")", + "type": "string" +} - added
Input schema / properties / pendingAboveTrailingDeltaAdded value: +{ + "description": "query parameter: pendingAboveTrailingDelta (number)", + "type": "number" +} - added
Input schema / properties / pendingAboveTypeAdded value: +{ + "description": "Supported values: LIMIT_MAKER, STOP_LOSS, and STOP_LOSS_LIMIT", + "type": "string" +} - added
Input schema / properties / pendingBelowClientOrderIdAdded value: +{ + "description": "Arbitrary unique ID among open orders for the pending below order. Automatically generated if not sent.", + "type": "string" +} - added
Input schema / properties / pendingBelowIcebergQtyAdded value: +{ + "description": "This can only be used if pendingBelowTimeInForce is GTC.", + "type": "number" +} - added
Input schema / properties / pendingBelowPriceAdded value: +{ + "description": "query parameter: pendingBelowPrice (number)", + "type": "number" +} - added
Input schema / properties / pendingBelowStopPriceAdded value: +{ + "description": "query parameter: pendingBelowStopPrice (number)", + "type": "number" +} - added
Input schema / properties / pendingBelowTimeInForceAdded value: +{ + "description": "query parameter: pendingBelowTimeInForce (\"GTC\" | \"IOC\" | \"FOK\")", + "type": "string" +} - added
Input schema / properties / pendingBelowTrailingDeltaAdded value: +{ + "description": "query parameter: pendingBelowTrailingDelta (number)", + "type": "number" +} - added
Input schema / properties / pendingBelowTypeAdded value: +{ + "description": "Supported values: LIMIT_MAKER, STOP_LOSS, and STOP_LOSS_LIMIT", + "type": "string" +} - added
Input schema / properties / pendingQuantityAdded value: +{ + "description": "Sets the quantity for the pending order.", + "type": "number" +} - added
Input schema / properties / pendingSideAdded value: +{ + "description": "BUY,SELL", + "type": "string" +} - added
Input schema / properties / selfTradePreventionModeAdded 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" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / symbolAdded value: +{ + "description": "Trading symbol, e.g. BNBUSDT", + "examples": [ + "BNBUSDT" + ], + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / workingClientOrderIdAdded value: +{ + "description": "Arbitrary unique ID among open orders for the working order. Automatically generated if not sent.", + "type": "string" +} - added
Input schema / properties / workingIcebergQtyAdded value: +{ + "description": "This can only be used if workingTimeInForce is GTC.", + "type": "number" +} - added
Input schema / properties / workingPriceAdded value: +{ + "description": "query parameter: workingPrice (number)", + "type": "number" +} - added
Input schema / properties / workingQuantityAdded value: +{ + "description": "Sets the quantity for the working order.", + "type": "number" +} - added
Input schema / properties / workingSideAdded value: +{ + "description": "BUY,SELL", + "type": "string" +} - added
Input schema / properties / workingTimeInForceAdded value: +{ + "description": "GTC, IOC, FOK", + "type": "string" +} - added
Input schema / properties / workingTypeAdded value: +{ + "description": "Supported values: LIMIT,LIMIT_MAKER", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "symbol", + "workingType", + "workingSide", + "workingPrice", + "workingQuantity", + "workingIcebergQty", + "pendingSide", + "pendingQuantity", + "pendingAboveType", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_mining_hash_transfer_config11 fields changed- added
Input schema / properties / algoAdded value: +{ + "description": "Algorithm(sha256)", + "type": "string" +} - added
Input schema / properties / endDateAdded value: +{ + "description": "Search date, millisecond timestamp, while empty query all", + "type": "string" +} - added
Input schema / properties / hashRateAdded value: +{ + "description": "Resale hashrate h/s must be transferred (BTC is greater than 500000000000 ETH is greater than 500000)", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / startDateAdded value: +{ + "description": "Search date, millisecond timestamp, while empty query all", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / toPoolUserAdded value: +{ + "description": "Mining Account", + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / userNameAdded value: +{ + "description": "Mining Account", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "userName", + "algo", + "toPoolUser", + "hashRate", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_mining_hash_transfer_config_cancel7 fields changed- added
Input schema / properties / configIdAdded value: +{ + "description": "Mining ID", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / properties / userNameAdded value: +{ + "description": "Mining Account", + "type": "string" +} - added
Input schema / requiredAdded value: +[ + "configId", + "userName", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_portfolio_asset_collection6 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "asset", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_portfolio_auto_collection5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
post_sapi_v1_portfolio_bnb_transfer6 fields changed- added
Input schema / properties / amountAdded value: +{ + "description": "query parameter: amount (number)", + "examples": [ + "1.01" + ], + "type": "number" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "transferSide" -]New value: +[ + "transferSide", + "amount", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_portfolio_repay5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
post_sapi_v1_portfolio_repay_futures_negative_balance5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
post_sapi_v1_portfolio_repay_futures_switch6 fields changed- added
Input schema / properties / autoRepayAdded value: +{ + "description": "query parameter: autoRepay (boolean)", + "examples": [ + true + ], + "type": "boolean" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "autoRepay", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_simple_earn_flexible_redeem5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "productId" -]New value: +[ + "productId", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_simple_earn_flexible_set_auto_subscribe5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "productId", - "autoSubscribe" -]New value: +[ + "productId", + "autoSubscribe", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_simple_earn_flexible_subscribe5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "productId", - "amount" -]New value: +[ + "productId", + "amount", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_simple_earn_locked_redeem5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "positionId" -]New value: +[ + "positionId", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_simple_earn_locked_set_auto_subscribe5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "positionId", - "autoSubscribe" -]New value: +[ + "positionId", + "autoSubscribe", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_simple_earn_locked_subscribe5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "projectId", - "amount" -]New value: +[ + "projectId", + "amount", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_sub_account_blvt_enable6 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "enableBlvt" -]New value: +[ + "email", + "enableBlvt", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_sub_account_eoptions_enable6 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "query parameter: email (string)", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "email", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_sub_account_futures_enable6 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "email", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_sub_account_futures_internal_transfer9 fields changed- added
Input schema / properties / amountAdded value: +{ + "description": "query parameter: amount (number)", + "examples": [ + "1.01" + ], + "type": "number" +} - added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / fromEmailAdded value: +{ + "description": "Sender email", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / toEmailAdded value: +{ + "description": "Recipient email", + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "futuresType" -]New value: +[ + "fromEmail", + "toEmail", + "futuresType", + "asset", + "amount", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_sub_account_futures_transfer9 fields changed- added
Input schema / properties / amountAdded value: +{ + "description": "query parameter: amount (number)", + "examples": [ + "1.01" + ], + "type": "number" +} - added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - changed
Input schema / properties / type / descriptionPrevious 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" - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "type" -]New value: +[ + "email", + "asset", + "amount", + "type", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_sub_account_margin_enable6 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "email", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_sub_account_margin_transfer9 fields changed- added
Input schema / properties / amountAdded value: +{ + "description": "query parameter: amount (number)", + "examples": [ + "1.01" + ], + "type": "number" +} - added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - changed
Input schema / properties / type / descriptionPrevious 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" - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "type" -]New value: +[ + "email", + "asset", + "amount", + "type", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_sub_account_transfer_sub_to_master7 fields changed- added
Input schema / properties / amountAdded value: +{ + "description": "query parameter: amount (number)", + "examples": [ + "1.01" + ], + "type": "number" +} - added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "asset", + "amount", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_sub_account_transfer_sub_to_sub8 fields changed- added
Input schema / properties / amountAdded value: +{ + "description": "query parameter: amount (number)", + "examples": [ + "1.01" + ], + "type": "number" +} - added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / toEmailAdded value: +{ + "description": "Recipient email", + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "toEmail", + "asset", + "amount", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_sub_account_universal_transfer10 fields changed- added
Input schema / properties / amountAdded value: +{ + "description": "query parameter: amount (number)", + "examples": [ + "1.01" + ], + "type": "number" +} - added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BTC" + ], + "type": "string" +} - added
Input schema / properties / clientTranIdAdded value: +{ + "description": "query parameter: clientTranId (string)", + "type": "string" +} - added
Input schema / properties / fromEmailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - added
Input schema / properties / toEmailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "fromAccountType", - "toAccountType" -]New value: +[ + "fromAccountType", + "toAccountType", + "asset", + "amount", + "timestamp", + "signature" +]
- Changed
post_sapi_v1_sub_account_virtual_sub_account5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "subAccountString" -]New value: +[ + "subAccountString", + "timestamp", + "signature" +]
- Changed
post_sapi_v2_eth_staking_eth_stake5 fields changed- added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "amount" -]New value: +[ + "amount", + "timestamp", + "signature" +]
- Changed
post_sapi_v2_loan_flexible_adjust_ltv7 fields changed- added
Input schema / properties / collateralCoinAdded value: +{ + "description": "Coin used as collateral", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "adjustmentAmount", - "direction" -]New value: +[ + "adjustmentAmount", + "direction", + "timestamp", + "signature" +]
- Changed
post_sapi_v2_loan_flexible_borrow9 fields changed- added
Input schema / properties / collateralAmountAdded value: +{ + "description": "query parameter: collateralAmount (number)", + "examples": [ + 50.5 + ], + "type": "number" +} - added
Input schema / properties / collateralCoinAdded value: +{ + "description": "Coin used as collateral", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / loanAmountAdded value: +{ + "description": "Loan amount", + "examples": [ + 100.1 + ], + "type": "number" +} - added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
post_sapi_v2_loan_flexible_repay9 fields changed- added
Input schema / properties / collateralCoinAdded value: +{ + "description": "Coin used as collateral", + "examples": [ + "BNB" + ], + "type": "string" +} - changed
Input schema / properties / collateralReturn / descriptionPrevious 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." - changed
Input schema / properties / fullRepayment / descriptionPrevious 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" - added
Input schema / properties / loanCoinAdded value: +{ + "description": "Coin loaned", + "examples": [ + "BUSD" + ], + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "repayAmount" -]New value: +[ + "repayAmount", + "timestamp", + "signature" +]
- Changed
post_sapi_v2_sub_account_sub_account_api_ip_restriction8 fields changed- added
Input schema / properties / emailAdded value: +{ + "description": "Sub-account email", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / subAccountApiKeyAdded value: +{ + "description": "query parameter: subAccountApiKey (string)", + "type": "string" +} - added
Input schema / properties / thirdPartyNameAdded value: +{ + "description": "third party IP list name", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "status" -]New value: +[ + "email", + "subAccountApiKey", + "status", + "timestamp", + "signature" +]
- Changed
post_sapi_v3_asset_get_user_asset7 fields changed- added
Input schema / properties / assetAdded value: +{ + "description": "query parameter: asset (string)", + "examples": [ + "BNB" + ], + "type": "string" +} - added
Input schema / properties / needBtcValuationAdded value: +{ + "description": "query parameter: needBtcValuation (\"true\" | \"false\")", + "type": "string" +} - added
Input schema / properties / recvWindowAdded value: +{ + "description": "The value cannot be greater than 60000", + "examples": [ + 5000 + ], + "type": "number" +} - added
Input schema / properties / signatureAdded value: +{ + "description": "Signature", + "type": "string" +} - added
Input schema / properties / timestampAdded value: +{ + "description": "UTC timestamp in ms", + "type": "number" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -} - added
Input schema / requiredAdded value: +[ + "timestamp", + "signature" +]
- Changed
put_api_v3_user_data_stream2 fields changed- added
Input schema / properties / listenKeyAdded value: +{ + "description": "User websocket listen key", + "examples": [ + "pqia91ma19a5s61cv6a81va65sdf19v8a65a1a5s61cv6a81va65sdf19v8a65a1" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -}
- Changed
put_sapi_v1_user_data_stream2 fields changed- added
Input schema / properties / listenKeyAdded value: +{ + "description": "User websocket listen key", + "examples": [ + "pqia91ma19a5s61cv6a81va65sdf19v8a65a1a5s61cv6a81va65sdf19v8a65a1" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -}
- Changed
put_sapi_v1_user_data_stream_isolated2 fields changed- added
Input schema / properties / listenKeyAdded value: +{ + "description": "User websocket listen key", + "examples": [ + "pqia91ma19a5s61cv6a81va65sdf19v8a65a1a5s61cv6a81va65sdf19v8a65a1" + ], + "type": "string" +} - removed
Input schema / properties / undefinedRemoved value: -{ - "description": "undefined parameter: undefined (unknown)", - "type": "string" -}
340 tool updates
- First observed
delete_api_v3_open_orders - First observed
delete_api_v3_order - First observed
delete_api_v3_order_list - First observed
delete_api_v3_user_data_stream - First observed
delete_sapi_v1_algo_futures_order - First observed
delete_sapi_v1_algo_spot_order - First observed
delete_sapi_v1_margin_isolated_account - First observed
delete_sapi_v1_margin_open_orders - First observed
delete_sapi_v1_margin_order - First observed
delete_sapi_v1_margin_order_list - First observed
delete_sapi_v1_sub_account_sub_account_api_ip_restriction_ip_list - First observed
delete_sapi_v1_user_data_stream - First observed
delete_sapi_v1_user_data_stream_isolated - First observed
get_api_v3_account - First observed
get_api_v3_account_commission - First observed
get_api_v3_agg_trades - First observed
get_api_v3_all_order_list - First observed
get_api_v3_all_orders - First observed
get_api_v3_avg_price - First observed
get_api_v3_depth - First observed
get_api_v3_exchange_info - First observed
get_api_v3_historical_trades - First observed
get_api_v3_klines - First observed
get_api_v3_my_allocations - First observed
get_api_v3_my_prevented_matches - First observed
get_api_v3_my_trades - First observed
get_api_v3_open_order_list - First observed
get_api_v3_open_orders - First observed
get_api_v3_order - First observed
get_api_v3_order_list - First observed
get_api_v3_ping - First observed
get_api_v3_rate_limit_order - First observed
get_api_v3_ticker - First observed
get_api_v3_ticker_24hr - First observed
get_api_v3_ticker_book_ticker - First observed
get_api_v3_ticker_price - First observed
get_api_v3_ticker_trading_day - First observed
get_api_v3_time - First observed
get_api_v3_trades - First observed
get_api_v3_ui_klines - First observed
get_sapi_v1_account_api_restrictions - First observed
get_sapi_v1_account_api_trading_status - First observed
get_sapi_v1_account_info - First observed
get_sapi_v1_account_snapshot - First observed
get_sapi_v1_account_status - First observed
get_sapi_v1_algo_futures_historical_orders - First observed
get_sapi_v1_algo_futures_open_orders - First observed
get_sapi_v1_algo_futures_sub_orders - First observed
get_sapi_v1_algo_spot_historical_orders - First observed
get_sapi_v1_algo_spot_open_orders - First observed
get_sapi_v1_algo_spot_sub_orders - First observed
get_sapi_v1_asset_asset_detail - First observed
get_sapi_v1_asset_asset_dividend - First observed
get_sapi_v1_asset_convert_transfer_query_by_page - First observed
get_sapi_v1_asset_custody_transfer_history - First observed
get_sapi_v1_asset_dribblet - First observed
get_sapi_v1_asset_ledger_transfer_cloud_mining_query_by_page - First observed
get_sapi_v1_asset_trade_fee - First observed
get_sapi_v1_asset_transfer - First observed
get_sapi_v1_asset_wallet_balance - First observed
get_sapi_v1_blvt_redeem_record - First observed
get_sapi_v1_blvt_subscribe_record - First observed
get_sapi_v1_blvt_token_info - First observed
get_sapi_v1_blvt_user_limit - First observed
get_sapi_v1_bnb_burn - First observed
get_sapi_v1_c2c_order_match_list_user_order_history - First observed
get_sapi_v1_capital_config_getall - First observed
get_sapi_v1_capital_contract_convertible_coins - First observed
get_sapi_v1_capital_deposit_address - First observed
get_sapi_v1_capital_deposit_address_list - First observed
get_sapi_v1_capital_deposit_hisrec - First observed
get_sapi_v1_capital_deposit_sub_address - First observed
get_sapi_v1_capital_deposit_sub_hisrec - First observed
get_sapi_v1_capital_withdraw_address_list - First observed
get_sapi_v1_capital_withdraw_history - First observed
get_sapi_v1_convert_asset_info - First observed
get_sapi_v1_convert_exchange_info - First observed
get_sapi_v1_convert_limit_query_open_orders - First observed
get_sapi_v1_convert_order_status - First observed
get_sapi_v1_convert_trade_flow - First observed
get_sapi_v1_copy_trading_futures_lead_symbol - First observed
get_sapi_v1_copy_trading_futures_user_status - First observed
get_sapi_v1_dci_product_accounts - First observed
get_sapi_v1_dci_product_list - First observed
get_sapi_v1_dci_product_positions - First observed
get_sapi_v1_eth_staking_eth_history_rate_history - First observed
get_sapi_v1_eth_staking_eth_history_redemption_history - First observed
get_sapi_v1_eth_staking_eth_history_rewards_history - First observed
get_sapi_v1_eth_staking_eth_history_staking_history - First observed
get_sapi_v1_eth_staking_eth_history_wbeth_rewards_history - First observed
get_sapi_v1_eth_staking_eth_quota - First observed
get_sapi_v1_eth_staking_wbeth_history_unwrap_history - First observed
get_sapi_v1_eth_staking_wbeth_history_wrap_history - First observed
get_sapi_v1_fiat_orders - First observed
get_sapi_v1_fiat_payments - First observed
get_sapi_v1_futures_hist_data_link - First observed
get_sapi_v1_futures_transfer - First observed
get_sapi_v1_giftcard_buy_code_token_limit - First observed
get_sapi_v1_giftcard_cryptography_rsa_public_key - First observed
get_sapi_v1_giftcard_verify - First observed
get_sapi_v1_lending_auto_invest_all_asset - First observed
get_sapi_v1_lending_auto_invest_history_list - First observed
get_sapi_v1_lending_auto_invest_index_info - First observed
get_sapi_v1_lending_auto_invest_index_user_summary - First observed
get_sapi_v1_lending_auto_invest_one_off_status - First observed
get_sapi_v1_lending_auto_invest_plan_id - First observed
get_sapi_v1_lending_auto_invest_plan_list - First observed
get_sapi_v1_lending_auto_invest_rebalance_history - First observed
get_sapi_v1_lending_auto_invest_redeem_history - First observed
get_sapi_v1_lending_auto_invest_source_asset_list - First observed
get_sapi_v1_lending_auto_invest_target_asset_list - First observed
get_sapi_v1_lending_auto_invest_target_asset_roi_list - First observed
get_sapi_v1_lending_project_list - First observed
get_sapi_v1_lending_project_position_list - First observed
get_sapi_v1_loan_borrow_history - First observed
get_sapi_v1_loan_collateral_data - First observed
get_sapi_v1_loan_income - First observed
get_sapi_v1_loan_loanable_data - First observed
get_sapi_v1_loan_ltv_adjustment_history - First observed
get_sapi_v1_loan_ongoing_orders - First observed
get_sapi_v1_loan_repay_collateral_rate - First observed
get_sapi_v1_loan_repay_history - First observed
get_sapi_v1_loan_vip_collateral_account - First observed
get_sapi_v1_loan_vip_collateral_data - First observed
get_sapi_v1_loan_vip_loanable_data - First observed
get_sapi_v1_loan_vip_ongoing_orders - First observed
get_sapi_v1_loan_vip_repay_history - First observed
get_sapi_v1_loan_vip_request_data - First observed
get_sapi_v1_loan_vip_request_interest_rate - First observed
get_sapi_v1_managed_subaccount_account_snapshot - First observed
get_sapi_v1_managed_subaccount_asset - First observed
get_sapi_v1_managed_subaccount_deposit_address - First observed
get_sapi_v1_managed_subaccount_fetch_future_asset - First observed
get_sapi_v1_managed_subaccount_info - First observed
get_sapi_v1_managed_subaccount_margin_asset - First observed
get_sapi_v1_managed_subaccount_query_trans_log - First observed
get_sapi_v1_managed_subaccount_query_trans_log_for_investor - First observed
get_sapi_v1_managed_subaccount_query_trans_log_for_trade_parent - First observed
get_sapi_v1_margin_account - First observed
get_sapi_v1_margin_all_assets - First observed
get_sapi_v1_margin_all_order_list - First observed
get_sapi_v1_margin_all_orders - First observed
get_sapi_v1_margin_all_pairs - First observed
get_sapi_v1_margin_available_inventory - First observed
get_sapi_v1_margin_borrow_repay - First observed
get_sapi_v1_margin_capital_flow - First observed
get_sapi_v1_margin_cross_margin_collateral_ratio - First observed
get_sapi_v1_margin_cross_margin_data - First observed
get_sapi_v1_margin_delist_schedule - First observed
get_sapi_v1_margin_exchange_small_liability - First observed
get_sapi_v1_margin_exchange_small_liability_history - First observed
get_sapi_v1_margin_force_liquidation_rec - First observed
get_sapi_v1_margin_interest_history - First observed
get_sapi_v1_margin_interest_rate_history - First observed
get_sapi_v1_margin_isolated_account - First observed
get_sapi_v1_margin_isolated_account_limit - First observed
get_sapi_v1_margin_isolated_all_pairs - First observed
get_sapi_v1_margin_isolated_margin_data - First observed
get_sapi_v1_margin_isolated_margin_tier - First observed
get_sapi_v1_margin_leverage_bracket - First observed
get_sapi_v1_margin_max_borrowable - First observed
get_sapi_v1_margin_max_transferable - First observed
get_sapi_v1_margin_my_trades - First observed
get_sapi_v1_margin_next_hourly_interest_rate - First observed
get_sapi_v1_margin_open_order_list - First observed
get_sapi_v1_margin_open_orders - First observed
get_sapi_v1_margin_order - First observed
get_sapi_v1_margin_order_list - First observed
get_sapi_v1_margin_price_index - First observed
get_sapi_v1_margin_rate_limit_order - First observed
get_sapi_v1_margin_trade_coeff - First observed
get_sapi_v1_margin_transfer - First observed
get_sapi_v1_mining_hash_transfer_config_details_list - First observed
get_sapi_v1_mining_hash_transfer_profit_details - First observed
get_sapi_v1_mining_payment_list - First observed
get_sapi_v1_mining_payment_other - First observed
get_sapi_v1_mining_payment_uid - First observed
get_sapi_v1_mining_pub_algo_list - First observed
get_sapi_v1_mining_pub_coin_list - First observed
get_sapi_v1_mining_statistics_user_list - First observed
get_sapi_v1_mining_statistics_user_status - First observed
get_sapi_v1_mining_worker_detail - First observed
get_sapi_v1_mining_worker_list - First observed
get_sapi_v1_nft_history_deposit - First observed
get_sapi_v1_nft_history_transactions - First observed
get_sapi_v1_nft_history_withdraw - First observed
get_sapi_v1_nft_user_get_asset - First observed
get_sapi_v1_pay_transactions - First observed
get_sapi_v1_portfolio_account - First observed
get_sapi_v1_portfolio_asset_index_price - First observed
get_sapi_v1_portfolio_collateral_rate - First observed
get_sapi_v1_portfolio_interest_history - First observed
get_sapi_v1_portfolio_margin_asset_leverage - First observed
get_sapi_v1_portfolio_pm_loan - First observed
get_sapi_v1_portfolio_repay_futures_switch - First observed
get_sapi_v1_rebate_tax_query - First observed
get_sapi_v1_simple_earn_account - First observed
get_sapi_v1_simple_earn_flexible_history_collateral_record - First observed
get_sapi_v1_simple_earn_flexible_history_rate_history - First observed
get_sapi_v1_simple_earn_flexible_history_redemption_record - First observed
get_sapi_v1_simple_earn_flexible_history_rewards_record - First observed
get_sapi_v1_simple_earn_flexible_history_subscription_record - First observed
get_sapi_v1_simple_earn_flexible_list - First observed
get_sapi_v1_simple_earn_flexible_personal_left_quota - First observed
get_sapi_v1_simple_earn_flexible_position - First observed
get_sapi_v1_simple_earn_flexible_subscription_preview - First observed
get_sapi_v1_simple_earn_locked_history_redemption_record - First observed
get_sapi_v1_simple_earn_locked_history_rewards_record - First observed
get_sapi_v1_simple_earn_locked_history_subscription_record - First observed
get_sapi_v1_simple_earn_locked_list - First observed
get_sapi_v1_simple_earn_locked_personal_left_quota - First observed
get_sapi_v1_simple_earn_locked_position - First observed
get_sapi_v1_simple_earn_locked_set_redeem_option - First observed
get_sapi_v1_simple_earn_locked_subscription_preview - First observed
get_sapi_v1_spot_delist_schedule - First observed
get_sapi_v1_sub_account_futures_account - First observed
get_sapi_v1_sub_account_futures_account_summary - First observed
get_sapi_v1_sub_account_futures_internal_transfer - First observed
get_sapi_v1_sub_account_futures_position_risk - First observed
get_sapi_v1_sub_account_list - First observed
get_sapi_v1_sub_account_margin_account - First observed
get_sapi_v1_sub_account_margin_account_summary - First observed
get_sapi_v1_sub_account_spot_summary - First observed
get_sapi_v1_sub_account_status - First observed
get_sapi_v1_sub_account_sub_account_api_ip_restriction - First observed
get_sapi_v1_sub_account_sub_transfer_history - First observed
get_sapi_v1_sub_account_transaction_statistics - First observed
get_sapi_v1_sub_account_transfer_sub_user_history - First observed
get_sapi_v1_sub_account_universal_transfer - First observed
get_sapi_v1_system_status - First observed
get_sapi_v2_eth_staking_account - First observed
get_sapi_v2_loan_flexible_borrow_history - First observed
get_sapi_v2_loan_flexible_collateral_data - First observed
get_sapi_v2_loan_flexible_loanable_data - First observed
get_sapi_v2_loan_flexible_ltv_adjustment_history - First observed
get_sapi_v2_loan_flexible_ongoing_orders - First observed
get_sapi_v2_loan_flexible_repay_history - First observed
get_sapi_v2_portfolio_collateral_rate - First observed
get_sapi_v2_sub_account_futures_account - First observed
get_sapi_v2_sub_account_futures_account_summary - First observed
get_sapi_v2_sub_account_futures_position_risk - First observed
get_sapi_v3_sub_account_assets - First observed
get_sapi_v4_sub_account_assets - First observed
post_api_v3_order - First observed
post_api_v3_order_cancel_replace - First observed
post_api_v3_order_list_oco - First observed
post_api_v3_order_list_oto - First observed
post_api_v3_order_list_otoco - First observed
post_api_v3_order_test - First observed
post_api_v3_sor_order - First observed
post_api_v3_sor_order_test - First observed
post_api_v3_user_data_stream - First observed
post_sapi_v1_account_disable_fast_withdraw_switch - First observed
post_sapi_v1_account_enable_fast_withdraw_switch - First observed
post_sapi_v1_algo_futures_new_order_twap - First observed
post_sapi_v1_algo_futures_new_order_vp - First observed
post_sapi_v1_algo_spot_new_order_twap - First observed
post_sapi_v1_asset_convert_transfer - First observed
post_sapi_v1_asset_dust - First observed
post_sapi_v1_asset_dust_btc - First observed
post_sapi_v1_asset_get_funding_asset - First observed
post_sapi_v1_asset_transfer - First observed
post_sapi_v1_blvt_redeem - First observed
post_sapi_v1_blvt_subscribe - First observed
post_sapi_v1_bnb_burn - First observed
post_sapi_v1_capital_contract_convertible_coins - First observed
post_sapi_v1_capital_deposit_credit_apply - First observed
post_sapi_v1_capital_withdraw_apply - First observed
post_sapi_v1_convert_accept_quote - First observed
post_sapi_v1_convert_get_quote - First observed
post_sapi_v1_convert_limit_cancel_order - First observed
post_sapi_v1_convert_limit_place_order - First observed
post_sapi_v1_dci_product_auto_compound_edit_status - First observed
post_sapi_v1_dci_product_subscribe - First observed
post_sapi_v1_eth_staking_eth_redeem - First observed
post_sapi_v1_eth_staking_wbeth_wrap - First observed
post_sapi_v1_futures_transfer - First observed
post_sapi_v1_giftcard_buy_code - First observed
post_sapi_v1_giftcard_create_code - First observed
post_sapi_v1_giftcard_redeem_code - First observed
post_sapi_v1_lending_auto_invest_one_off - First observed
post_sapi_v1_lending_auto_invest_plan_add - First observed
post_sapi_v1_lending_auto_invest_plan_edit - First observed
post_sapi_v1_lending_auto_invest_plan_edit_status - First observed
post_sapi_v1_lending_auto_invest_redeem - First observed
post_sapi_v1_lending_customized_fixed_purchase - First observed
post_sapi_v1_lending_position_changed - First observed
post_sapi_v1_loan_adjust_ltv - First observed
post_sapi_v1_loan_borrow - First observed
post_sapi_v1_loan_customize_margin_call - First observed
post_sapi_v1_loan_repay - First observed
post_sapi_v1_loan_vip_borrow - First observed
post_sapi_v1_loan_vip_renew - First observed
post_sapi_v1_loan_vip_repay - First observed
post_sapi_v1_managed_subaccount_deposit - First observed
post_sapi_v1_managed_subaccount_withdraw - First observed
post_sapi_v1_margin_borrow_repay - First observed
post_sapi_v1_margin_isolated_account - First observed
post_sapi_v1_margin_manual_liquidation - First observed
post_sapi_v1_margin_max_leverage - First observed
post_sapi_v1_margin_order - First observed
post_sapi_v1_margin_order_oco - First observed
post_sapi_v1_margin_order_oto - First observed
post_sapi_v1_margin_order_otoco - First observed
post_sapi_v1_mining_hash_transfer_config - First observed
post_sapi_v1_mining_hash_transfer_config_cancel - First observed
post_sapi_v1_portfolio_asset_collection - First observed
post_sapi_v1_portfolio_auto_collection - First observed
post_sapi_v1_portfolio_bnb_transfer - First observed
post_sapi_v1_portfolio_repay - First observed
post_sapi_v1_portfolio_repay_futures_negative_balance - First observed
post_sapi_v1_portfolio_repay_futures_switch - First observed
post_sapi_v1_simple_earn_flexible_redeem - First observed
post_sapi_v1_simple_earn_flexible_set_auto_subscribe - First observed
post_sapi_v1_simple_earn_flexible_subscribe - First observed
post_sapi_v1_simple_earn_locked_redeem - First observed
post_sapi_v1_simple_earn_locked_set_auto_subscribe - First observed
post_sapi_v1_simple_earn_locked_subscribe - First observed
post_sapi_v1_sub_account_blvt_enable - First observed
post_sapi_v1_sub_account_eoptions_enable - First observed
post_sapi_v1_sub_account_futures_enable - First observed
post_sapi_v1_sub_account_futures_internal_transfer - First observed
post_sapi_v1_sub_account_futures_transfer - First observed
post_sapi_v1_sub_account_margin_enable - First observed
post_sapi_v1_sub_account_margin_transfer - First observed
post_sapi_v1_sub_account_transfer_sub_to_master - First observed
post_sapi_v1_sub_account_transfer_sub_to_sub - First observed
post_sapi_v1_sub_account_universal_transfer - First observed
post_sapi_v1_sub_account_virtual_sub_account - First observed
post_sapi_v1_user_data_stream - First observed
post_sapi_v1_user_data_stream_isolated - First observed
post_sapi_v2_eth_staking_eth_stake - First observed
post_sapi_v2_loan_flexible_adjust_ltv - First observed
post_sapi_v2_loan_flexible_borrow - First observed
post_sapi_v2_loan_flexible_repay - First observed
post_sapi_v2_sub_account_sub_account_api_ip_restriction - First observed
post_sapi_v3_asset_get_user_asset - First observed
put_api_v3_user_data_stream - First observed
put_sapi_v1_user_data_stream - First observed
put_sapi_v1_user_data_stream_isolated
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Coinbase - 20 tools for market data, order books, and trading pairs
Uniswap - 17 tools for swap quotes, liquidity pools, and trading data
Crypto trading intelligence MCP — 34+ endpoints, x402 pay-per-use, AI agent strategy & execution
Related MCP Servers
- FlicenseAqualityCmaintenanceProvides live and historical market data for Bitcoin and any Binance pair via two read-only tools: current price snapshot and historical OHLC candles.2-
- AlicenseNot gradedqualityDmaintenanceProvides 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.7734MIT
- AlicenseNot gradedqualityDmaintenanceProvides 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.14MIT
- -licenseNot gradedqualityDmaintenanceEnables 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.-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.