Buy

Creates a buy (or bid) order for a given market sell order.

Payload Parameters

RequiredParameterTypeDescription

buyType

number

0: ITOBuy,

1: MarketBuy

id

string

ITOBuy: ITO Asset ID, MarketBuy: order ID

currencyId

string

ID of the trade currency

amount

number

ITOBuy: Amount to be bought, MarkeyBuy: item price / amount bidden (check precision)

Send the 'amount' parameter with the correct precision based on the currency asset

Last updated