pub async fn get_trades(
__arg0: State<AppState>,
__arg1: Query<TradesQuery>,
) -> Result<SonicJson<TradesResponse>, StatusCode>Expand description
Get a list of recent trades
pub async fn get_trades(
__arg0: State<AppState>,
__arg1: Query<TradesQuery>,
) -> Result<SonicJson<TradesResponse>, StatusCode>Get a list of recent trades