Orders

NOTE: This endpoint requires API key and request signing, for more information please refer to Authentication section.

Query Order

GET htts://satangcorp.com/api/v3/orders

Check an order's status.

Query Parameters

NameTypeDescription

pair

string

A string representing paring, can be 'btc_thb' 'eth_thb' ...

orderId

number

Order ID

Headers

NameTypeDescription

Signature

string

This field require encrypt of API key and API Secret

Authorization

string

This field require API key

{
    "symbol": "btc_thb",
    "orderId": 7,
    "orderListId": -1,
    "clientOrderId": "",
    "price": "1",
    "origQty": "0",
    "origQuoteOrderQty": "2",
    "executedQty": "0",
    "cummulativeQuoteQty": "0",
    "status": "NEW",
    "timeInForce": "IOC",
    "type": "MARKET",
    "side": "BUY",
    "stopPrice": "0",
    "icebergQty": "0",
    "time": 1596439026959,
    "updateTime": 1596439026959,
    "isWorking": true
}

Last updated