TradesUpdate tradeCopy Pageput http://localhost:8080/api/trades/{tran_id}Manually create a new trade.Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path Paramstran_idint32requiredThe tran_id for the trade you're updating.Body ParamsdatetimedateThe timestamp of the trade.statusstringThe 'open' or 'closed' status of the trade.symbolBuystringThe cryptocurrency being bought.symbolSellstringThe cryptocurrency being sold.typestringThe type of trade, usually 'market' or 'limit'.sidestringThis should be either 'buy' or 'sell'.priceint32The 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