Skip to main content

get_withdrawal_history

Function get_withdrawal_history 

Source
pub async fn get_withdrawal_history(
    __arg0: State<AppState>,
    __arg1: Query<WithdrawalHistoryQuery>,
) -> Result<(StatusCode, SonicJson<WithdrawalHistoryResponse>), ApiError>
Expand description

Return withdrawal history for a wallet.

Public endpoint, no authentication required.