Blockchain Queries
🧾 What You Can Query
📟 Get Blockchain Status
import { getBlockchainStatus } from 'torosdk';
const status = await getBlockchainStatus();
console.log(status);
/*
{
lastblock: '45021',
peers: 4,
pendingtx: 2,
status: 'online'
}
*/⛓️ Get Latest Block Data
📦 Get Recent Transactions
📚 Get Historical Block Data
💱 Get Exchange Rates
🧠 Use Cases
⚠️ Tips
🔗 Related Docs
Last updated