Is your feature request related to a problem? Please describe.
Since the current OrderList API has many direct accesses to the blockchain, performance deteriorates as the number of items increases.
Describe the solution you'd like
As a constraint, this API must return the latest order information. Therefore, it is not possible to return information with only indexed information.
Consider how to index some processes while satisfying the requirement to return the latest information.
Is your feature request related to a problem? Please describe.
Since the current OrderList API has many direct accesses to the blockchain, performance deteriorates as the number of items increases.
Describe the solution you'd like
As a constraint, this API must return the latest order information. Therefore, it is not possible to return information with only indexed information. Consider how to index some processes while satisfying the requirement to return the latest information.