1//! API namespace modules for the Data API client. 2 3pub mod builders; 4pub mod health; 5pub mod holders; 6pub mod leaderboard; 7pub mod live_volume; 8pub mod open_interest; 9pub mod trades; 10pub mod users;