1 2 3 4
pub const DEFAULT_BASE_URL: &str = "https://api.jup.ag"; pub const MAX_IDS_PER_REQUEST: usize = 50; pub const MAX_REQUESTS_PER_SECOND: u32 = 1; pub const DEFAULT_TIMEOUT_SECS: u64 = 10;