mrls 0.1.8

Unofficial Rust client for the Moralis Web3 API - tokens, NFTs, wallets, DeFi, and market data
Documentation
1
2
3
4
5
6
7
8
9
10
//! Token Analytics API
//!
//! Provides access to token analytics data including buyer/seller timeseries,
//! volume metrics, and batch analytics.

mod api;
mod types;

pub use api::{AnalyticsApi, AnalyticsQuery};
pub use types::*;