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.NetCore
from 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;