pub async fn get_profile_trades(
__arg0: State<AppState>,
__arg1: Query<ProfileTradesQuery>,
) -> Result<Json<ProfileTradesResponse>, ApiError>Expand description
Get profile trade history.
pub async fn get_profile_trades(
__arg0: State<AppState>,
__arg1: Query<ProfileTradesQuery>,
) -> Result<Json<ProfileTradesResponse>, ApiError>Get profile trade history.