From 4c9cf17ef28269b69ae53f4373eb4acdae0b3242 Mon Sep 17 00:00:00 2001 From: void-57 Date: Sat, 24 May 2025 22:01:26 +0530 Subject: [PATCH 1/4] feat: add functions to fetch transaction history and details for BSC addresses - Implemented getTransactionHistory to retrieve a list of transactions for a given address from BscScan API. - Implemented getTransactionDetails to fetch detailed information about a specific transaction using its hash. - Added error handling and validation for both functions --- index.html | 1449 +++++++++++++++++++++++++++++++++++++++- scripts/bscOperator.js | 66 ++ 2 files changed, 1493 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index 8d45cfc..f706c8f 100644 --- a/index.html +++ b/index.html @@ -145,7 +145,14 @@
Disconnected
- +
+ + BSC + INR + USD + + +