Skip to main content

🎯Transaction API Endpoints

Notes

Endpoints with 🅿🆁🅾 are under the API Pro subscription. To upgrade your API plan, browse through the BscScan APIs page.

//imports
using BscScan.NetCore.Contracts;

//inject
private readonly IBscScanTransactionService _bscScanTransactionService;

💰Check Transaction Receipt Status

Returns the status code of a transaction execution.

//Sample Request 🍎

var transactionReceiptStatus =
await _bscScanTransactionService.CheckTransactionReceiptStatusAsync(
"0xe9975702518c79caf81d5da65dea689dcac701fcdd063f848d4f03c85392fd00");