Following the example at the bottom of the readme, the trades never gets updated with the results of the query, and it doesn't appear that the Params is being used to limit the result set. This ends up meaning the call never completes, and the requested data is not populated in the desired object.
Following the example at the bottom of the readme, the
tradesnever gets updated with the results of the query, and it doesn't appear that theParamsis being used to limit the result set. This ends up meaning the call never completes, and the requested data is not populated in the desired object.