Transaction Validation API
The Venn Guard Transaction Validation API enables automatic transaction validation through Venn’s decentralized security network. It accepts standard user transactions and returns a JSON that is ready for upload to any Safe UI.
API
v1.0.4 [STABLE]
Request
URL
METHOD
Body
{
chainId: number,
safeAddress: string,
transactions: [
{
to: string
value: string
data: string
}
]
}Response
If all of the transactions passed validation, the API will respond with a new Safe Transaction Batch that can be uploaded into any Safe UI.
If one or more of the transactions fail validation, the API will respond with an error.
Success
Error
Code Example
Last updated
Was this helpful?

