Transaction Validation API
API
Request
{
chainId: number,
safeAddress: string,
transactions: [
{
to: string
value: string
data: string
}
]
}Response
Success
Error
Code Example
Last updated
Was this helpful?

