Skip to content

DennisPitallano/BscScan.NetCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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.