Skip to content

DennisPitallano/BscScan.NetCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BscScan.🅽🅴🆃🅲🅾🆁🅴

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

bscscan.netcore on fuget.org Nuget Nuget

This Project has been supported by JetBrains

# 🐲BSC API ENDPOINTS:

Current Version version 1.0.5

🎯BscScan Accounts API

🎯BscScan Contracts Api

🎯BscScan Transactions Api

🎯BscScan Blocks Api

🎯BscScan Logs Api

  • 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)

🎯BscScan Geth Proxy Api

🎯BscScan Tokens Api

🎯BscScan Gas Tracker Api

🎯BscScan Stats Api

Installation

  1. 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
  2. Import the following namespace in the class:

    using BscScan.NetCore;

See the detailed guide here.

Packages

 
 
 

Contributors

Languages