4.3. Đặt lệnh

Resquest header

Resquest body

Response body

curl --location --request POST 'https://services.entrade.com.vn/dnse-order-service/v2/orders' \
--header 'authorization: Bearer <jwt_token_from_login_API_response_step_2.1>' \
--header 'content-type: application/json' \
--header 'trading-token: <trading_token_from_step_2.2>' \
--data '{"symbol":"<your_symbol>","side":"<your_order_side>","orderType":"<your_order_type>","price":<your_order_price>,"quantity":<your_order_quantity>,"loanPackageId":<your_order_loan_package>,"accountNo":"<your_account>"}'

Last updated