Skip to main content

Peg

Peg order β€” a limit order whose price tracks the top of the book

orderType stringrequired

Peg order β€” a limit order whose price tracks the top of the book

Possible values: []

symbolstringrequired

Trading pair, e.g. BTC-USDT

orderSidestringrequired

BUY or SELL

Possible values: [BUY, SELL]

orderPricedoublerequired

Base price the order is pegged to

orderSizedoublerequired

Order quantity in base currency

clOrderIdstring

Client-supplied order identifier, echoed in the response (max 64 characters)

stealthdoublerequired

between 1 and 100

deviationdouble

between -10 and 10, defaults to 0

Peg
{
"orderType": "LIMIT",
"symbol": "string",
"orderSide": "BUY",
"orderPrice": 0,
"orderSize": 0,
"clOrderId": "string",
"stealth": 0,
"deviation": 0
}