DESCRIPTIONCreates a new order in Maxbit to buy or sell a specified quantity of an asset at a specified price. This endpoint allows users to place market, limit, providing the necessary details for the order execution within Maxbit.
Request
Query Params
Header Params
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request POST 'https://endpoint-gateway.maxbit.com/api/v3/order?symbol=BTC_THB&side=SELL&type=LIMIT&timeInForce=FOK&quantity=0.2&slippage=0.1"eOrderQty=&price=2,413,972.8&newClientOrderId=&strategyId=&strategyType=&stopPrice=&trailingDelta=&icebergQty=&newOrderRespType=&selfTradePreventionMode=&recvWindow=×tamp=1718855898528&signature={{signature}}' \
--header'X-MBX-APIKEY: {{maxbit-api-key}}' \
--header'Content-Type: application/json'