Transactional analysis

  • Endpoint: /api/analyze

  • Method: POST

  • Body:

{
  "transaction_hash": "<hash>"
}

Response:

{
  "from": "0x123...456",
  "to": "0xabc...def",
  "value": "2.5 ETH",
  "status": "Success"
}

Last updated