Get Transaction Details

Get Polygon transaction by transaction hash

GET /v1/polygon/account/transaction/{hash}

Path Parameters

NameTypeDescription

hash*

String

Transaction hash

{
    "blockHash": "0xcf2c40f475e78c7c19778e1ae999a0e371c9319b38182ea15dc94536f13f9137",
    "status": true,
    "blockNumber": 6470854,
    "from": "0x81b7E08F65Bdf5648606c89998A9CC8164397647",
    "gas": 21000,
    "gasPrice": "1000000000",
    "transactionHash": "0xe6e7340394958674cdf8606936d292f565e4ecc476aaa8b258ec8a141f7c75d7",
    "input": "0x",
    "nonce": 26836405,
    "to": "0xbC546fa1716Ed886967cf73f40e8F2F5e623a92d",
    "transactionIndex": 3,
    "value": "1000000000000000000",
    "gasUsed": 21000,
    "cumulativeGasUsed": 314159,
    "contractAddress": "0x81b7E08F65Bdf5648606c89998A9CC8164397647",
    "logs": [{}]
}

Last updated