v1/{chainName}/transaction_v2/{txHash}/ REST API Endpoint - GoldRush Wallet API
Path Parameters
chainName
string
REQUIRED
Loading...
txHash
string
REQUIRED
Loading...
Query Parameters
quote-currency
string
Loading...
no-logs
boolean
Loading...
Returns
data
object
Loading...
updated_at
string
Loading...
chain_id
integer
Loading...
chain_name
string
Loading...
items
array
Loading...
block_signed_at
string
Loading...
block_height
integer
Loading...
block_hash
string
Loading...
tx_hash
string
Loading...
tx_offset
integer
Loading...
successful
boolean
Loading...
from_address
string
Loading...
miner_address
string
Loading...
from_address_label
string
Loading...
to_address
string
Loading...
to_address_label
string
Loading...
value
string
Loading...
value_quote
integer
Loading...
pretty_value_quote
string
Loading...
gas_metadata
object
Loading...
contract_decimals
integer
Loading...
contract_name
string
Loading...
contract_ticker_symbol
string
Loading...
contract_address
string
Loading...
supports_erc
array
Loading...
logo_url
string
Loading...
gas_offered
integer
Loading...
gas_spent
integer
Loading...
gas_price
integer
Loading...
fees_paid
string
Loading...
gas_quote
integer
Loading...
pretty_gas_quote
string
Loading...
gas_quote_rate
integer
Loading...
explorers
array
Loading...
label
string
Loading...
url
string
Loading...
log_events
array
Loading...
block_signed_at
string
Loading...
block_height
integer
Loading...
tx_offset
integer
Loading...
log_offset
integer
Loading...
tx_hash
string
Loading...
raw_log_topics
array
Loading...
decoded
object
Loading...
name
string
Loading...
signature
string
Loading...
params
array
Loading...
name
string
Loading...
type
string
Loading...
value
string
Loading...
safe_details
array
Loading...
owner_address
string
Loading...
signature
string
Loading...
signature_type
string
Loading...
pagination
object
Loading...
has_more
boolean
Loading...
page_number
integer
Loading...
page_size
integer
Loading...
total_count
integer
Loading...
error
boolean
Loading...
error_message
string
Loading...
error_code
string
Loading...
Request
1curl --location 'https://api.covalenthq.com/v1/eth-mainnet/transaction_v2/0x1ceddb98c10d99a4a989b2ce0a9b1f398b26b29a0a1a7c370720c0eb2c953365/' \2--header 'Content-Type: application/json' \3--header 'Authorization: Bearer YOUR_API_KEY'
1curl --location 'https://api.covalenthq.com/v1/eth-mainnet/transaction_v2/0x1ceddb98c10d99a4a989b2ce0a9b1f398b26b29a0a1a7c370720c0eb2c953365/' \2--header 'Content-Type: application/json' \3--header 'Authorization: Bearer YOUR_API_KEY'
Response
1{2"data": {3"updated_at": "2025-04-29T21:41:34.547820099Z",4"chain_id": 1,5"chain_name": "eth-mainnet",6"items": [7{8"block_signed_at": "2024-12-16T14:48:23Z",9"block_height": 21415777,10"block_hash": "0xb7390920ff2d635d6b05e95070aea89456bd855f388a46f16d045e9c92fc350d",11"tx_hash": "0x1ceddb98c10d99a4a989b2ce0a9b1f398b26b29a0a1a7c370720c0eb2c953365",12"tx_offset": 156,13"successful": true,14"miner_address": "0x4838b106fce9647bdf1e7877bf73ce8b0bad5f97",15"from_address": "0x47a4d719a6b617327eeb4351a1f6b0f26a5ea7a8",16"from_address_label": null,17"to_address": "0x06998af8f39ff8630d1fb515d22781da4dc2ca71",18"to_address_label": null,19"value": "0",20"value_quote": 0,21"pretty_value_quote": "$0.00",22"gas_metadata": {23"contract_decimals": 18,24"contract_name": "Ether",25"contract_ticker_symbol": "ETH",26"contract_address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",27"supports_erc": [],28"logo_url": "https://www.datocms-assets.com/86369/1669653891-eth.svg"29},30"gas_offered": 175899,31"gas_spent": 134557,32"gas_price": 25695790567,33"fees_paid": "3457548491323819",34"gas_quote": 13.797159391065865,35"pretty_gas_quote": "$13.80",36"gas_quote_rate": 3990.445665675462,37"explorers": [38{39"label": "Etherscan",40"url": "https://etherscan.io/tx/0x1ceddb98c10d99a4a989b2ce0a9b1f398b26b29a0a1a7c370720c0eb2c953365"41}42],43"log_events": [44{45"block_signed_at": "2024-12-16T14:48:23Z",46"block_height": 21415777,47"tx_offset": 156,48"log_offset": 418,49"tx_hash": "0x1ceddb98c10d99a4a989b2ce0a9b1f398b26b29a0a1a7c370720c0eb2c953365",50"raw_log_topics": [51"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",52"0x0000000000000000000000005e3ef299fddf15eaa0432e6e66473ace8c13d908",53"0x00000000000000000000000047a4d719a6b617327eeb4351a1f6b0f26a5ea7a8"54],55"sender_contract_decimals": 18,56"sender_name": "Polygon Ecosystem Token",57"sender_contract_ticker_symbol": "POL",58"sender_address": "0x455e53cbb86018ac2b8092fdcd39d8444affc3f6",59"sender_address_label": null,60"sender_logo_url": "https://logos.covalenthq.com/tokens/1/0x455e53cbb86018ac2b8092fdcd39d8444affc3f6.png",61"supports_erc": [62"erc20"63],64"sender_factory_address": null,65"raw_log_data": "0x00000000000000000000000000000000000000000000001b6824fd7cc1dd3b91",66"decoded": {67"name": "Transfer",68"signature": "Transfer(indexed address from, indexed address to, uint256 value)",69"params": [70{71"name": "from",72"type": "address",73"indexed": true,74"decoded": true,75"value": "0x5e3ef299fddf15eaa0432e6e66473ace8c13d908"76},77{78"name": "to",79"type": "address",80"indexed": true,81"decoded": true,82"value": "0x47a4d719a6b617327eeb4351a1f6b0f26a5ea7a8"83},84{85"name": "value",86"type": "uint256",87"indexed": false,88"decoded": true,89"value": "505566491581534256017"90}91]92}93},94{95"block_signed_at": "2024-12-16T14:48:23Z",96"block_height": 21415777,97"tx_offset": 156,98"log_offset": 419,99"tx_hash": "0x1ceddb98c10d99a4a989b2ce0a9b1f398b26b29a0a1a7c370720c0eb2c953365",100"raw_log_topics": [101"0x31d1715032654fde9867c0f095aecce1113049e30b9f4ecbaa6954ed6c63b8df",102"0x000000000000000000000000000000000000000000000000000000000000001e",103"0x00000000000000000000000047a4d719a6b617327eeb4351a1f6b0f26a5ea7a8",104"0x00000000000000000000000000000000000000000000001b6824fd7cc1dd3b91"105],106"sender_contract_decimals": null,107"sender_name": null,108"sender_contract_ticker_symbol": null,109"sender_address": "0xa59c847bd5ac0172ff4fe912c5d29e5a71a7512b",110"sender_address_label": null,111"sender_logo_url": "https://logos.covalenthq.com/tokens/1/0xa59c847bd5ac0172ff4fe912c5d29e5a71a7512b.png",112"supports_erc": null,113"sender_factory_address": null,114"raw_log_data": null,115"decoded": {116"name": "DelegatorClaimedRewards",117"signature": "DelegatorClaimedRewards(indexed uint256 validatorId, indexed address user, indexed uint256 rewards)",118"params": [119{120"name": "validatorId",121"type": "uint256",122"indexed": true,123"decoded": true,124"value": "30"125},126{127"name": "user",128"type": "address",129"indexed": true,130"decoded": true,131"value": "0x47a4d719a6b617327eeb4351a1f6b0f26a5ea7a8"132},133{134"name": "rewards",135"type": "uint256",136"indexed": true,137"decoded": true,138"value": "505566491581534256017"139}140]141}142}143]144}145],146"pagination": null147},148"error": false,149"error_message": null,150"error_code": null151}
1{2"data": {3"updated_at": "2025-04-29T21:41:34.547820099Z",4"chain_id": 1,5"chain_name": "eth-mainnet",6"items": [7{8"block_signed_at": "2024-12-16T14:48:23Z",9"block_height": 21415777,10"block_hash": "0xb7390920ff2d635d6b05e95070aea89456bd855f388a46f16d045e9c92fc350d",11"tx_hash": "0x1ceddb98c10d99a4a989b2ce0a9b1f398b26b29a0a1a7c370720c0eb2c953365",12"tx_offset": 156,13"successful": true,14"miner_address": "0x4838b106fce9647bdf1e7877bf73ce8b0bad5f97",15"from_address": "0x47a4d719a6b617327eeb4351a1f6b0f26a5ea7a8",16"from_address_label": null,17"to_address": "0x06998af8f39ff8630d1fb515d22781da4dc2ca71",18"to_address_label": null,19"value": "0",20"value_quote": 0,21"pretty_value_quote": "$0.00",22"gas_metadata": {23"contract_decimals": 18,24"contract_name": "Ether",25"contract_ticker_symbol": "ETH",26"contract_address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",27"supports_erc": [],28"logo_url": "https://www.datocms-assets.com/86369/1669653891-eth.svg"29},30"gas_offered": 175899,31"gas_spent": 134557,32"gas_price": 25695790567,33"fees_paid": "3457548491323819",34"gas_quote": 13.797159391065865,35"pretty_gas_quote": "$13.80",36"gas_quote_rate": 3990.445665675462,37"explorers": [38{39"label": "Etherscan",40"url": "https://etherscan.io/tx/0x1ceddb98c10d99a4a989b2ce0a9b1f398b26b29a0a1a7c370720c0eb2c953365"41}42],43"log_events": [44{45"block_signed_at": "2024-12-16T14:48:23Z",46"block_height": 21415777,47"tx_offset": 156,48"log_offset": 418,49"tx_hash": "0x1ceddb98c10d99a4a989b2ce0a9b1f398b26b29a0a1a7c370720c0eb2c953365",50"raw_log_topics": [51"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",52"0x0000000000000000000000005e3ef299fddf15eaa0432e6e66473ace8c13d908",53"0x00000000000000000000000047a4d719a6b617327eeb4351a1f6b0f26a5ea7a8"54],55"sender_contract_decimals": 18,56"sender_name": "Polygon Ecosystem Token",57"sender_contract_ticker_symbol": "POL",58"sender_address": "0x455e53cbb86018ac2b8092fdcd39d8444affc3f6",59"sender_address_label": null,60"sender_logo_url": "https://logos.covalenthq.com/tokens/1/0x455e53cbb86018ac2b8092fdcd39d8444affc3f6.png",61"supports_erc": [62"erc20"63],64"sender_factory_address": null,65"raw_log_data": "0x00000000000000000000000000000000000000000000001b6824fd7cc1dd3b91",66"decoded": {67"name": "Transfer",68"signature": "Transfer(indexed address from, indexed address to, uint256 value)",69"params": [70{71"name": "from",72"type": "address",73"indexed": true,74"decoded": true,75"value": "0x5e3ef299fddf15eaa0432e6e66473ace8c13d908"76},77{78"name": "to",79"type": "address",80"indexed": true,81"decoded": true,82"value": "0x47a4d719a6b617327eeb4351a1f6b0f26a5ea7a8"83},84{85"name": "value",86"type": "uint256",87"indexed": false,88"decoded": true,89"value": "505566491581534256017"90}91]92}93},94{95"block_signed_at": "2024-12-16T14:48:23Z",96"block_height": 21415777,97"tx_offset": 156,98"log_offset": 419,99"tx_hash": "0x1ceddb98c10d99a4a989b2ce0a9b1f398b26b29a0a1a7c370720c0eb2c953365",100"raw_log_topics": [101"0x31d1715032654fde9867c0f095aecce1113049e30b9f4ecbaa6954ed6c63b8df",102"0x000000000000000000000000000000000000000000000000000000000000001e",103"0x00000000000000000000000047a4d719a6b617327eeb4351a1f6b0f26a5ea7a8",104"0x00000000000000000000000000000000000000000000001b6824fd7cc1dd3b91"105],106"sender_contract_decimals": null,107"sender_name": null,108"sender_contract_ticker_symbol": null,109"sender_address": "0xa59c847bd5ac0172ff4fe912c5d29e5a71a7512b",110"sender_address_label": null,111"sender_logo_url": "https://logos.covalenthq.com/tokens/1/0xa59c847bd5ac0172ff4fe912c5d29e5a71a7512b.png",112"supports_erc": null,113"sender_factory_address": null,114"raw_log_data": null,115"decoded": {116"name": "DelegatorClaimedRewards",117"signature": "DelegatorClaimedRewards(indexed uint256 validatorId, indexed address user, indexed uint256 rewards)",118"params": [119{120"name": "validatorId",121"type": "uint256",122"indexed": true,123"decoded": true,124"value": "30"125},126{127"name": "user",128"type": "address",129"indexed": true,130"decoded": true,131"value": "0x47a4d719a6b617327eeb4351a1f6b0f26a5ea7a8"132},133{134"name": "rewards",135"type": "uint256",136"indexed": true,137"decoded": true,138"value": "505566491581534256017"139}140]141}142}143]144}145],146"pagination": null147},148"error": false,149"error_message": null,150"error_code": null151}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free