curl --request GET \
--url https://eth.blockscout.com/api/v2/transactions/{transaction_hash}/summary{
"success": true,
"data": {
"summaries": [
{
"summary_template": "{action_type} of {amount} {token}",
"summary_template_variables": {
"action_type": {
"type": "string",
"value": "Registered withdrawal of"
},
"amount": {
"type": "currency",
"value": "0.195999999980484004"
},
"token": {
"type": "token",
"value": {
"circulating_market_cap": "0.0",
"decimals": "18",
"exchange_rate": "2890.96",
"icon_url": "https://assets.coingecko.com/coins/images/39410/small/Steakhouse_logo-05.jpg?1722053893",
"name": "Steakhouse Resteaking Vault",
"symbol": "steakLRT",
"total_supply": "9710057205959239302188",
"type": "ERC-20",
"volume_24h": "24298.765344836862",
"address_hash": "0xBEEF69Ac7870777598A04B2bd4771c71212E6aBc",
"holders_count": "2999"
}
}
}
}
]
}
}Transaction hash
human-readable transaction summary
true
Show child attributes
Show child attributes
Summary template
"{action_type} of {amount} {token}"
Variables for summary
Show child attributes
Token info
Show child attributes
Type
"token"
Token info
Show child attributes
Token circulating market cap
"0.0"
Token decimals
"18"
Token exchange rate
"2890.96"
Token image URL
"https://assets.coingecko.com/coins/images/39410/small/Steakhouse_logo-05.jpg?1722053893"
Token name
"Steakhouse Resteaking Vault"
Token symbol
"steakLRT"
Token total supply
"9710057205959239302188"
Token type
"ERC-20"
Token trading volume for past 24h
"24298.765344836862"
Token Address
"0xBEEF69Ac7870777598A04B2bd4771c71212E6aBc"
Token holders amount
"2999"
Was this page helpful?
curl --request GET \
--url https://eth.blockscout.com/api/v2/transactions/{transaction_hash}/summary{
"success": true,
"data": {
"summaries": [
{
"summary_template": "{action_type} of {amount} {token}",
"summary_template_variables": {
"action_type": {
"type": "string",
"value": "Registered withdrawal of"
},
"amount": {
"type": "currency",
"value": "0.195999999980484004"
},
"token": {
"type": "token",
"value": {
"circulating_market_cap": "0.0",
"decimals": "18",
"exchange_rate": "2890.96",
"icon_url": "https://assets.coingecko.com/coins/images/39410/small/Steakhouse_logo-05.jpg?1722053893",
"name": "Steakhouse Resteaking Vault",
"symbol": "steakLRT",
"total_supply": "9710057205959239302188",
"type": "ERC-20",
"volume_24h": "24298.765344836862",
"address_hash": "0xBEEF69Ac7870777598A04B2bd4771c71212E6aBc",
"holders_count": "2999"
}
}
}
}
]
}
}