Transactional analysis
Endpoint:
/api/analyzeMethod: POST
Body:
{
"transaction_hash": "<hash>"
}Response:
{
"from": "0x123...456",
"to": "0xabc...def",
"value": "2.5 ETH",
"status": "Success"
}Last updated
Endpoint: /api/analyze
Method: POST
Body:
{
"transaction_hash": "<hash>"
}Response:
{
"from": "0x123...456",
"to": "0xabc...def",
"value": "2.5 ETH",
"status": "Success"
}Last updated