TradesCreate tradeCopy Pagepost http://localhost:8080/api/tradesManually create a new trade.Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body Paramstrand_idstringrequiredThe transaction ID of the trade.datetimedaterequiredThe timestamp of the trade.statusstringThe 'open' or 'closed' status of the trade.symbolBuystringrequiredThe cryptocurrency being bought.symbolSellstringrequiredThe cryptocurrency being sold.typestringThe type of trade, usually 'market' or 'limit'.sidestringrequiredThis should be either 'buy' or 'sell'.priceint32requiredThe price of the cryptocurrency being bought.amountint32requiredThe amount of cryptocurrency being bought.feeobjectThe fee details for the transaction.fee objectexchangestringThe exchange the trade was made on.HeadersAuthorizationstringrequiredThe bearer token provided on login to the user.Responses 200200 401401Updated less than a minute ago