このスレで質問してもええか?
ccxtのcreate_orderで

A successful call to a unified method for placing market or limit orders returns the following structure:
{
'id': 'string', // order id
'info': { ... }, // decoded original JSON response from the exchange as is
}

って書いてあるんだが、どうやって戻り値を受け取るんや?ていうか戻り値はどこに返されるんや?