BscScan · Example Payload

Transaction List

blockchainblock-explorerBNB Smart ChainBSCBEP-20transactionssmart-contractsDeFiEVM

Transaction List 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": [
    {
      "blockNumber": "42038671",
      "timeStamp": "1717200000",
      "hash": "0x5a3b4c8d1e2f0a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b",
      "nonce": "14",
      "blockHash": "0xa1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2",
      "transactionIndex": "42",
      "from": "0x1234567890abcdef1234567890abcdef12345678",
      "to": "0xabcdef1234567890abcdef1234567890abcdef12",
      "value": "1000000000000000000",
      "gas": "21000",
      "gasPrice": "3000000000",
      "isError": "0",
      "txreceipt_status": "1",
      "input": "0x",
      "contractAddress": "",
      "cumulativeGasUsed": "105000",
      "gasUsed": "21000",
      "confirmations": "15230",
      "methodId": "0x",
      "functionName": ""
    }
  ]
}