Skip to main content

Interface: TradeTokenRequest

Request object to create a token trade order.

Properties

count

count: number

Amount of tokens to be traded. Minimum 1, maximum 1e+26


price

price: number

Price per token. Minimum 0.000001, maximum 1000000000000.


symbol

symbol: string

Symbol of the token to trade.


type

type: "buy" | "sell"

DIrection of the trade.