BscScan · Example Payload

Token Transfer

blockchainblock-explorerBNB Smart ChainBSCBEP-20transactionssmart-contractsDeFiEVM

Token Transfer 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": "8",
      "blockHash": "0xa1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2",
      "from": "0x1234567890abcdef1234567890abcdef12345678",
      "contractAddress": "0x55d398326f99059ff775485246999027b3197955",
      "to": "0xabcdef1234567890abcdef1234567890abcdef12",
      "value": "1000000000000000000",
      "tokenName": "Tether USD",
      "tokenSymbol": "USDT",
      "tokenDecimal": "18",
      "transactionIndex": "15",
      "gas": "100000",
      "gasPrice": "3000000000",
      "gasUsed": "65000",
      "cumulativeGasUsed": "330000",
      "confirmations": "15230"
    }
  ]
}