Routescan (Snowtrace) · Example Payload

Get Normal Transactions

BlockchainExplorerAvalancheEVMMultichainWeb3TransactionsSmart ContractsNFTsDeFi

Get Normal Transactions is an example object payload from Routescan (Snowtrace), with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryrequestresponse

Example Payload

get-normal-transactions.json Raw ↑
{
  "summary": "Get normal transactions for an address on Avalanche C-Chain",
  "request": {
    "method": "GET",
    "url": "https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan/api?module=account&action=txlist&address=0x742d35Cc6634C0532925a3b844Bc454e4438f44e&startblock=0&endblock=99999999&page=1&offset=10&sort=asc&apikey=placeholder"
  },
  "response": {
    "status": "1",
    "message": "OK",
    "result": [
      {
        "blockNumber": "32000000",
        "timeStamp": "1700000000",
        "hash": "0xabc123def456abc123def456abc123def456abc123def456abc123def456abc1",
        "nonce": "5",
        "blockHash": "0xblockhash000000000000000000000000000000000000000000000000000000",
        "transactionIndex": "3",
        "from": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
        "to": "0xRecipientAddress000000000000000000000000",
        "value": "1000000000000000000",
        "gas": "21000",
        "gasPrice": "25000000000",
        "isError": "0",
        "txreceipt_status": "1",
        "input": "0x",
        "contractAddress": "",
        "cumulativeGasUsed": "63000",
        "gasUsed": "21000",
        "confirmations": "100000",
        "methodId": "0x",
        "functionName": ""
      }
    ]
  }
}