Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PlaceAskRequest

Contract

Hierarchy

Index

Properties

clientOrderId?: number

Non-unique client order ID

marketId: number

Market ID

marketOrder: boolean

A sign that the order is market

price: BigInt

Order price. Decimal number with a fixed number of decimal places. The number of decimal places is equal to the precision of Quote currency. If market_order is True, the price is required anyway and is used as a slippage

quantity: BigInt

Quantity. Decimal number with a fixed number of decimal places. The number of decimal places is equal to the precision of Base currency

tokenAddress: string

Token address of a currency to deposit if the transaction requires more than user has on the account

Generated using TypeDoc