Remaining Amount
This function retrieves the remaining amount for a specific order using the Limit Order SDK. It queries the remaining amount using the LimitOrder.getRemainingAmount()
method.
Example:
Parameters:
Name
Type
Description
orderHash
string
The hash of the order for which to retrieve the remaining amount.
Response:
string.
Last updated