A BscScan API Wrapper for .Net Core.
BscScan.NetCore includes both community endpoints and API PRO
For your API Key, please follow BscScan Getting Started Guide
This Project has been supported by JetBrains!
Current Version version 1.0.5
- Get BNB Balance for a Single Address
- Get BNB Balance for Multiple Addresses in a Single Call
- Get Historical BNB Balance for a Single Address by BlockNo
🅿🆁🅾 - Get a list of 'Normal' Transactions By Address
- Get a list of 'Internal' Transactions by Address
- Get 'Internal Transactions' by Transaction Hash
- Get "Internal Transactions" by Block Range
- Get a list of 'BEP-20 Token Transfer Events' by Address
- Get a list of 'BEP-721 Token Transfer Events' by Address
- Get list of Blocks Validated by Address
- Get Contract ABI for Verified Contract Source Codes
- Get Contract Source Code for Verified Contract Source Codes
- Verify Source Code
- Source Code Submission Gist
- Check Source Code Verification Submission Status
- Verify Proxy Contract
- Verifying Proxy Contract
- Checking Proxy Contract Verification Submission Status
- Get Block Rewards by BlockNo
- Get Estimated Block Countdown Time by BlockNo
- Get Block Number by Timestamp
- Get Daily Average Block Size
🅿🆁🅾 - Get Daily Block Count and Rewards
🅿🆁🅾 - Get Daily Block Rewards
🅿🆁🅾 - Get Daily Average Time for A Block to be Included in the BNB Smart Chain
🅿🆁🅾
- fromBlock, toBlock, address
- topic0, topic1, topic2, topic3 (32 Bytes per topic)
- topic0_1_opr (and|or between topic0 & topic1), topic1_2_opr (and|or between topic1 & topic2), topic2_3_opr (and|or between topic2 & topic3), topic0_2_opr (and|or between topic0 & topic2), topic0_3_opr (and|or between topic0 & topic3), topic1_3_opr (and|or between topic1 & topic3)
- eth_blockNumber
- eth_getBlockByNumber
- eth_getBlockTransactionCountByNumber
- eth_getTransactionByHash
- eth_getTransactionByBlockNumberAndIndex
- eth_getTransactionCount
- eth_sendRawTransaction
- eth_getTransactionReceipt
- eth_call
- eth_getCode
- eth_getStorageAt
- eth_gasPrice
- eth_estimateGas
- Get BEP-20 Token TotalSupply by ContractAddress
- Get BEP-20 Token CirculatingSupply by ContractAddress
- Get BEP-20 Token Account Balance by ContractAddress
- Get Token Holder List by Contract Address
🅿🆁🅾 - Get Historical BEP-20 Token TotalSupply by ContractAddress & BlockNo
🅿🆁🅾 - Get Historical BEP-20 Token Account Balance by ContractAddress & BlockNo
🅿🆁🅾 - Get Token Info by ContractAddress
🅿🆁🅾 - Get Address BEP20 Token Holding
🅿🆁🅾 - Get Address BEP721 Token Holding
🅿🆁🅾 - Get Address BEP721 Token Inventory By Contract Address
🅿🆁🅾
- Get Gas Oracle
- Get Daily Average Gas Limit
🅿🆁🅾 - Get BNB Smart Chain Daily Total Gas Used
🅿🆁🅾 - Get Daily Average Gas Price
🅿🆁🅾
- Get Total Supply of BNB on the BNB Smart Chain
- Get Validators List on the BNB Smart Chain
- Get BNB Last Price
- Get BNB Historical Price
🅿🆁🅾 - Get Daily Network Transaction Fee
🅿🆁🅾 - Get Daily New Address Count
🅿🆁🅾 - Get Daily Network Utilization
🅿🆁🅾 - Get Daily Transaction Count
🅿🆁🅾
-
Download and Install the latest
BscScan.NetCorefrom NuGet using Package Manager, CLI or by adding it to Package Reference:<PackageReference Include="BscScan.NetCore" Version="1.0.5" />
dotnet add package BscScan.NetCore --version 1.0.5
PM> Install-Package BscScan.NetCore -Version 1.0.5 -
Import the following namespace in the class:
using BscScan.NetCore;
