pub async fn get_rfq_history(
__arg0: State<RfqHandlerState>,
__arg1: Query<RfqHistoryQuery>,
) -> Result<SonicJson<RfqHistoryResponse>, ApiError>Expand description
GET /rfq/history?wallet=0x… - List past RFQs for wallet
pub async fn get_rfq_history(
__arg0: State<RfqHandlerState>,
__arg1: Query<RfqHistoryQuery>,
) -> Result<SonicJson<RfqHistoryResponse>, ApiError>GET /rfq/history?wallet=0x… - List past RFQs for wallet