BscScan · Example Payload

Gas Oracle

blockchainblock-explorerBNB Smart ChainBSCBEP-20transactionssmart-contractsDeFiEVM

Gas Oracle is an example object payload from BscScan, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statusmessageresult

Example Payload

Raw ↑
{
  "status": "1",
  "message": "OK",
  "result": {
    "LastBlock": "42038671",
    "SafeGasPrice": "3",
    "ProposeGasPrice": "3",
    "FastGasPrice": "3",
    "suggestBaseFee": "0",
    "gasUsedRatio": "0.210567,0.432901,0.651234,0.489012,0.734590"
  }
}