//
// API Endpoint #30
// @description Retrieve historical data with applied changes between the specified end_date and start_date, depending on the specific type of data you are interested in analyzing
// @methodName custom_change
// api_path = /analytics/options/custom_change/{name}/{market}/{currency}
//
We have made the necessary adjustments to the codebase, and the method name now adheres to the appropriate camelCase format as customChange.
Thank you once again for your contribution to the project.
This
methodName
should becustomChange
.