Requests a withdrawal status update.
The withdrawal confirm request.
A promise that resolves to the updated withdrawal.
Requests a withdrawal creation.
The withdrawal create request.
A promise that resolves to the updated withdrawal.
Retrieves a withdrawal by id.
The id of the withdrawal.
A promise that resolves to a withdrawal.
Retrieves user withdrawals with pagination metadata.
OptionalgetWithdrawalsParameters: GetWithdrawalParameters
Filter parameters.
A promise that resolves to a withdrawal list.
Retrieves all withdrawal options.
A promise that resolve to a list of withdrawal options.
Creates a withdrawal preview.
The request payload for creating a withdrawal preview.
OptionalinstrumentType: InstrumentType
The instrument type for localization when no instrument reference is provided.
A promise that resolves to the newly created withdrawal preview.
StaticgetFunction
Retrieves the singleton instance of the WithdrawalService class.
The singleton instance of the WithdrawalService class.
Service class for managing withdrawals related operations.