noesis-rust
Official Rust SDK for the Noesis on-chain intelligence API.
Install
Or add to Cargo.toml:
[]
= "0.1"
= { = "1", = ["full"] }
Quick start
use Noesis;
async
Get an API key at noesisapi.dev/keys.
Methods
Tokens
client.token_preview.await?;
client.token_scan.await?;
client.token_top_holders.await?;
client.token_bundles.await?;
client.token_fresh_wallets.await?;
client.token_dev_profile.await?;
client.token_best_traders.await?;
client.token_early_buyers.await?;
Wallets
client.wallet_profile.await?;
client.wallet_history.await?;
client.wallet_connections.await?;
client.wallets_batch_identity.await?;
client.cross_holders.await?;
client.cross_traders.await?;
Chain
client.chain_status.await?;
client.chain_fees.await?;
client.account.await?;
Custom base URL
let client = with_base_url;
License
MIT — see LICENSE.