Query transactions in your wallet with natural language
Utilize the power of Solana blockchain technology to easily and quickly query and visualize transactions using the intelligence of our platform.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use swquery::SWqueryClient;
fn main() {
let client = SWqueryClient::new();
// Define your natural language query
let query = "Show all transactions over 10 SOL in the past week";
// Execute the query
match client.query_wallet("YourWalletAddressHere", query) {
Ok(response) => println!("Query Result: {:?}", response),
Err(e) => eprintln!("Error: {:?}", e),
}
}
Join Our Alpha Version 🚀
Holders of at least 20,000 $SWQUERY 🔮 can access and start using our platform.