Analysis
Body
Request model for raw signed transaction risk check.
raw_txstringRequired
0x-hex of the signed transaction
sender_addressany ofOptional
The 0x-hex address of the sender. Required if 'raw_tx' is an unsigned transaction. Ignored if 'raw_tx' is a signed transaction.
stringOptional
nullOptional
block_tagany ofOptionalDefault:
Block tag or number
lateststringOptional
nullOptional
latest_offsetany ofOptionalDefault:
Limit first-time checks to N latest blocks (performance control)
100integerOptional
nullOptional
from_blockany ofOptional
Lower bound block for first-time checks
stringOptional
nullOptional
to_blockany ofOptional
Upper bound block for first-time checks
stringOptional
nullOptional
Responses
200
Successful Response
application/json
statusstring · enumRequiredPossible values:
422
Input validation error
application/json
500
Internal server error
application/json
post
/v1/analysis/tx-risk-rawLast updated