Get Withdraw by ID
Get Withdraw by ID
This endpoint retrieves detailed information about a specific withdraw.
Endpoint
- Path:
/withdraw/{withdraw_id} - Method: GET
Request
- Parameters:
withdraw_id: The unique identifier of the withdraw.
Response
- Fields:
id: Unique identifier for the withdrawal.amount: The total amount withdrawn in the operation.state: The current state of the withdrawal.created_at: The timestamp indicating when the withdrawal was created.concluded_at: The timestamp indicating when the withdrawal was completed. May benullif the process is still ongoing.
Description
Provides detailed information about a specific withdrawal, including the amount, status, and timestamps for creation and completion.
This can be used to track the progress or outcome of a withdrawal request.